-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
23 lines (20 loc) 路 725 Bytes
/
Copy pathexample.env
File metadata and controls
23 lines (20 loc) 路 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# copy to .env; install.sh does this and replaces every `changeme` with a
# random value. When copying by hand, set OPENMEDIA_PASSWORD yourself: the API
# refuses to start while it is `changeme`, and an empty value turns sign-in off,
# which is only safe for a private local instance.
IMAGE_TAG=latest
WEB_PORT=8080
API_PORT=8081
OPENMEDIA_PASSWORD=changeme
OPENMEDIA_SECRET_KEY=
OPENMEDIA_RETENTION_MINUTES=60
OPENMEDIA_MAX_CONCURRENT=3
OPENMEDIA_MAX_FILESIZE_MB=4096
OPENMEDIA_MAX_STORAGE_GB=0
OPENMEDIA_MAX_PLAYLIST_ITEMS=50
OPENMEDIA_RATE_LIMIT_PER_MINUTE=120
OPENMEDIA_STALL_TIMEOUT_SECONDS=180
OPENMEDIA_ALLOW_PRIVATE_URLS=false
OPENMEDIA_TRUSTED_PROXY_HOPS=1
OPENMEDIA_AUTO_UPDATE_YTDLP=true
OPENMEDIA_YTDLP_PROXY=