feat: add HIDE_HISTORY option to control visibility of history page
This commit is contained in:
parent
794cc7c474
commit
9d1c93155c
5 changed files with 42 additions and 28 deletions
|
|
@ -80,6 +80,7 @@ All are optional, JWT_SECRET is recommended to be set.
|
|||
| AUTO_DELETE_EVERY_N_HOURS | 24 | Checks every n hours for files older then n hours and deletes them, set to 0 to disable |
|
||||
| WEBROOT | | The address to the root path setting this to "/convert" will serve the website on "example.com/convert/" |
|
||||
| FFMPEG_ARGS | | Arguments to pass to ffmpeg, e.g. `-preset veryfast` |
|
||||
| HIDE_HISTORY | false | Hide the history page |
|
||||
|
||||
> [!WARNING]
|
||||
> If you can't login, make sure you are accessing the service over https or set HTTP_ALLOWED=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue