mirror of
https://github.com/C4illin/ConvertX.git
synced 2025-10-23 04:52:18 +00:00
small fixes
This commit is contained in:
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@@ -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
README.md
13
README.md
@@ -1,6 +1,4 @@
|
||||
<!-- input image -->
|
||||

|
||||
|
||||
# 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.
|
||||
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
|
Reference in New Issue
Block a user