mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-26 09:10:42 +02:00
10 lines
103 B
Bash
10 lines
103 B
Bash
# general
|
|
ROOT_INSTALL=/srv
|
|
TZ=Europe/Paris
|
|
PUID=1000
|
|
PGID=1000
|
|
|
|
# apps
|
|
WALLABAG_URL=http://localhost
|
|
|