feat: add HIDE_HISTORY option to control visibility of history page

This commit is contained in:
g.petrakis
2025-04-02 15:02:56 +03:00
parent 794cc7c474
commit 9d1c93155c
5 changed files with 42 additions and 28 deletions

View File

@@ -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