Basic account management

This commit is contained in:
Cohee
2024-04-08 02:38:20 +03:00
parent 3f3e23420d
commit 72792ae9f9
8 changed files with 383 additions and 184 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ basicAuthUser:
# Enables CORS proxy middleware
enableCorsProxy: false
# Enable multi-user mode
enableUserAccounts: true
enableUserAccounts: false
# Used to sign session cookies. Will be auto-generated if not set
cookieSecret: ''
# Disable security checks - NOT RECOMMENDED