diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 71fbb3b..8e94672 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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" \ No newline at end of file + interval: "daily" \ No newline at end of file diff --git a/README.md b/README.md index d417a4c..3d12f43 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ - ![ConvertX](images/logo.png) - # ConvertX A self-hosted online file converter. Supports 808 different formats. @@ -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 ``` @@ -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. \ No newline at end of file +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 \ No newline at end of file diff --git a/bun.lockb b/bun.lockb index d0dd3f6..4f5fd0f 100755 Binary files a/bun.lockb and b/bun.lockb differ