small fixes
This commit is contained in:
parent
e4edd46928
commit
d6b38c6866
3 changed files with 12 additions and 7 deletions
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
|
@ -10,14 +10,14 @@ updates:
|
||||||
versioning-strategy: increase
|
versioning-strategy: increase
|
||||||
directory: "/" # Location of package manifests
|
directory: "/" # Location of package manifests
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "daily"
|
||||||
# Maintain dependencies for GitHub Actions
|
# Maintain dependencies for GitHub Actions
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "daily"
|
||||||
# Maintain dependencies for Docker
|
# Maintain dependencies for Docker
|
||||||
- package-ecosystem: "docker"
|
- package-ecosystem: "docker"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "daily"
|
||||||
13
README.md
13
README.md
|
|
@ -1,6 +1,4 @@
|
||||||
<!-- input image -->
|
|
||||||

|

|
||||||
|
|
||||||
# ConvertX
|
# ConvertX
|
||||||
|
|
||||||
A self-hosted online file converter. Supports 808 different formats.
|
A self-hosted online file converter. Supports 808 different formats.
|
||||||
|
|
@ -33,7 +31,7 @@ services:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
environment: # Defaults are listed below
|
environment: # Defaults are listed below
|
||||||
- ACCOUNT_REGISTRATION=false # true or false
|
- ACCOUNT_REGISTRATION=false # true or false
|
||||||
- JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken
|
- JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234
|
||||||
volumes:
|
volumes:
|
||||||
- /path/you/want:/app/data
|
- /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
|
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
|
||||||
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue