@@ -80,17 +80,19 @@ If you get unable to open database file run `chown -R $USER:$USER path` on the p
80
80
81
81
All are optional, JWT_SECRET is recommended to be set.
82
82
83
- | Name | Default | Description |
84
- | ------------------------- | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
85
- | JWT_SECRET | when unset it will use the value from randomUUID() | A long and secret string used to sign the JSON Web Token |
86
- | ACCOUNT_REGISTRATION | false | Allow users to register accounts |
87
- | HTTP_ALLOWED | false | Allow HTTP connections, only set this to true locally |
88
- | ALLOW_UNAUTHENTICATED | false | Allow unauthenticated users to use the service, only set this to true locally |
89
- | AUTO_DELETE_EVERY_N_HOURS | 24 | Checks every n hours for files older then n hours and deletes them, set to 0 to disable |
90
- | WEBROOT | | The address to the root path setting this to "/convert" will serve the website on "example.com/convert/" |
91
- | FFMPEG_ARGS | | Arguments to pass to ffmpeg, e.g. ` -preset veryfast ` |
92
- | HIDE_HISTORY | false | Hide the history page |
93
- | LANGUAGE | en | Language to format date strings in, specified as a [ BCP 47 language tag] ( https://en.wikipedia.org/wiki/IETF_language_tag ) |
83
+ | Name | Default | Description |
84
+ | ---------------------------- | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
85
+ | JWT_SECRET | when unset it will use the value from randomUUID() | A long and secret string used to sign the JSON Web Token |
86
+ | ACCOUNT_REGISTRATION | false | Allow users to register accounts |
87
+ | HTTP_ALLOWED | false | Allow HTTP connections, only set this to true locally |
88
+ | ALLOW_UNAUTHENTICATED | false | Allow unauthenticated users to use the service, only set this to true locally |
89
+ | AUTO_DELETE_EVERY_N_HOURS | 24 | Checks every n hours for files older then n hours and deletes them, set to 0 to disable |
90
+ | WEBROOT | | The address to the root path setting this to "/convert" will serve the website on "example.com/convert/" |
91
+ | FFMPEG_ARGS | | Arguments to pass to ffmpeg, e.g. ` -preset veryfast ` |
92
+ | HIDE_HISTORY | false | Hide the history page |
93
+ | LANGUAGE | en | Language to format date strings in, specified as a [ BCP 47 language tag] ( https://en.wikipedia.org/wiki/IETF_language_tag ) |
94
+ | UNAUTHENTICATED_USER_SHARING | false | Shares conversion history between all unauthenticated users |
95
+
94
96
95
97
### Docker images
96
98
0 commit comments