-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy path.env.example
More file actions
25 lines (20 loc) · 934 Bytes
/
Copy path.env.example
File metadata and controls
25 lines (20 loc) · 934 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# These are OPTIONAL settings. The server should work without setting any of these options.
# 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=true
# LOG_LEVEL=INFO
# SYSTEM_APPS_REPO="https://github.com/tronbyt/apps.git"
# default set to 750MB
# MAX_REPO_SIZE_MB=300
# User Registration Settings
# Set to "true" to enable open user registration (anyone can create an account)
# Set to "false" (default) to only allow admin users to create new accounts
# ENABLE_USER_REGISTRATION=true
# MAX_USERS=100 # Default is 100
# Single-User Auto-Login Mode
# Set to "true" 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=true
# ENABLE_PPROF=false