mirror of
https://github.com/C4illin/ConvertX.git
synced 2026-06-30 07:55:48 +00:00
Update README.md
This commit is contained in:
@@ -31,8 +31,9 @@ services:
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment: # Defaults are listed below
|
||||
- ACCOUNT_REGISTRATION=false # true or false
|
||||
- ACCOUNT_REGISTRATION=false # true or false, you can register the first account even though this is disabled
|
||||
- JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234
|
||||
- HTTP_ALLOWED=false # setting this to true is unsafe, but as long as it locally and you trust your local network there is no problem
|
||||
volumes:
|
||||
- /path/you/want:/app/data
|
||||
```
|
||||
@@ -47,6 +48,10 @@ Then visit `http://localhost:3000` in your browser and create your account. Don'
|
||||
|
||||
If you get unable to open database file run `chown -R $USER:$USER path` on the path you choose.
|
||||
|
||||
### Tutorial
|
||||
|
||||
Tutorial in french: https://belginux.com/installer-convertx-avec-docker/
|
||||
|
||||
## Todo
|
||||
- [x] Add messages for errors in converters
|
||||
- [ ] Add options for converters
|
||||
|
||||
Reference in New Issue
Block a user