# These are optional settings. To use any of these settings, copy this file to .env and then make edits. # This is the port that docker will expose externally. default is 8000 # SERVER_PORT=443 # PRODUCTION=1 # LOG_LEVEL=INFO # SYSTEM_APPS_REPO="https://github.com/tronbyt/apps.git" # WEB_CONCURRENCY=4 # User Registration Settings # Set to "1" to enable open user registration (anyone can create an account) # Set to "0" (default) to only allow admin users to create new accounts # ENABLE_USER_REGISTRATION=1 # MAX_USERS=100 # Default is 100 # Single-User Auto-Login Mode # Set to "1" to automatically log in when exactly 1 user exists (from private networks only) # Only works from: localhost, 192.168.x.x, 10.x.x.x, 172.16.x.x # Public IPs still require authentication # SINGLE_USER_AUTO_LOGIN=1