Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
C4illin committed May 25, 2024
1 parent e4edd46 commit d6b38c6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ updates:
versioning-strategy: increase
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "daily"
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
# Maintain dependencies for Docker
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<!-- input image -->
![ConvertX](images/logo.png)

# ConvertX

A self-hosted online file converter. Supports 808 different formats.
Expand Down Expand Up @@ -33,7 +31,7 @@ services:
- "3000:3000"
environment: # Defaults are listed below
- ACCOUNT_REGISTRATION=false # true or false
- JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken
- JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234
volumes:
- /path/you/want:/app/data
```
Expand All @@ -44,4 +42,11 @@ services:
docker run ghcr.io/c4illin/convertx:master -p 3000:3000 -e ACCOUNT_REGISTRATION=false -v /path/you/want:/app/data
``` -->
Then visit `http://localhost:3000` in your browser and create your account.
Then visit `http://localhost:3000` in your browser and create your account. Don't leave it unconfigured and open, as anyone can register the first account.

## Todo
- [ ] Add messages for errors in converters
- [ ] Add options for converters
- [ ] Add more converters
- [ ] Divide index.tsx into smaller components
- [ ] Add tests
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit d6b38c6

Please sign in to comment.