Update README.md

This commit is contained in:
Emrik Östling 2024-05-29 10:04:41 +02:00 committed by GitHub
parent 708776ee7b
commit 904b944766
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,8 +31,9 @@ services:
ports: ports:
- "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, you can register the first account even though this is disabled
- JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234 - 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: volumes:
- /path/you/want:/app/data - /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. 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 ## Todo
- [x] Add messages for errors in converters - [x] Add messages for errors in converters
- [ ] Add options for converters - [ ] Add options for converters