mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-22 15:54:25 +02:00
12 lines
222 B
Plaintext
12 lines
222 B
Plaintext
# general
|
|
ROOT_INSTALL=/srv
|
|
TZ=Europe/Paris
|
|
PUID=1000
|
|
PGID=1000
|
|
AUTH_USER_PASSWORD=user:$$a.00d
|
|
|
|
# apps
|
|
WALLABAG_URL=http://localhost
|
|
NTFY_URL=http://localhost:8017
|
|
NTFY_BEHIND_PROXY=true
|
|
TINYAUTH_URL=http://localhost:8020 |