diff --git a/README.md b/README.md index 818319d..4f5ffd1 100644 --- a/README.md +++ b/README.md @@ -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