Use a new env variable to determine whether the user ID should be set to 0 for unauthenticated users

This commit is contained in:
Nick J 2025-07-24 11:51:02 -04:00 committed by Emrik Östling
parent 4c36a950a7
commit f5f718a84a
4 changed files with 20 additions and 13 deletions

View file

@ -15,5 +15,6 @@ services:
# - 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
- TZ=Europe/Stockholm # set your timezone, defaults to UTC
# - UNAUTHENTICATED_USER_SHARING=true # for use with ALLOW_UNAUTHENTICATED=true to share history with all unauthenticated users / devices
ports:
- 3000:3000