selfhosting/.env.default

12 lines
222 B
Plaintext
Raw Normal View History

2024-12-08 19:09:45 +01:00
# general
2020-07-08 10:53:49 +02:00
ROOT_INSTALL=/srv
2024-12-08 19:09:45 +01:00
TZ=Europe/Paris
2022-03-13 17:57:56 +01:00
PUID=1000
PGID=1000
2025-12-10 18:18:07 +01:00
AUTH_USER_PASSWORD=user:$$a.00d
2021-11-01 19:10:42 +01:00
2024-12-08 19:09:45 +01:00
# apps
2024-12-14 20:53:06 +01:00
WALLABAG_URL=http://localhost
2025-09-14 14:27:42 +02:00
NTFY_URL=http://localhost:8017
NTFY_BEHIND_PROXY=true
2025-12-10 18:18:07 +01:00
TINYAUTH_URL=http://localhost:8020