Use a new env variable to determine whether the user ID should be set to 0 for unauthenticated users
This commit is contained in:
parent
4c36a950a7
commit
f5f718a84a
4 changed files with 20 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue