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

@ -13,5 +13,6 @@ services:
- AUTO_DELETE_EVERY_N_HOURS=1 # checks every n hours for files older then n hours and deletes them, set to 0 to disable
# - FFMPEG_ARGS=-hwaccel vulkan # additional arguments to pass to ffmpeg
# - WEBROOT=/convertx # the root path of the web interface, leave empty to disable
# - HIDE_HISTORY=true # hides the history tab in the web interface, defaults to false
ports:
- 3000:3000