43 lines
No EOL
940 B
Text
43 lines
No EOL
940 B
Text
# deployment
|
|
DEPLOY=01-blog
|
|
#DEPLOY=00-monitor 01-blog 02-selfoss 03-shaarli 04-gitea 05-wallabag 06-heimdall 07-ntfy 08-ittools 09-bichon
|
|
#DEPLOY=07-seafile 08-immich 09-navidrome
|
|
|
|
# general
|
|
ROOT_INSTALL=/srv
|
|
TZ=Europe/Paris
|
|
DOMAIN=domain.com
|
|
PUID=1000
|
|
PGID=1000
|
|
|
|
# wallabag
|
|
WALLABAG_URL=http://localhost
|
|
|
|
# ntfy
|
|
NTFY_URL=http://localhost:8017
|
|
NTFY_BEHIND_PROXY=true
|
|
|
|
# maintenant
|
|
MAINTENANT_URL=http://localhost
|
|
|
|
# seafile
|
|
HOST_SEAFILE=seafile
|
|
SEAFILE_ADMIN_EMAIL=admin@domain.com
|
|
SEAFILE_ADMIN_PASSWORD=adminpassword
|
|
SEAFILE_DB_ROOT_PASSWORD=dbpassword
|
|
SEAFILE_DB_USER=seafile
|
|
SEAFILE_DB_PASSWORD=seafile
|
|
SEAFILE_JWT_PRIVATE_KEY=GyNUgwdu9chG4lQIvn7sy0BJz4HHNeosXJ1cms6k
|
|
SEAFILE_PHOTOS=/srv/data/seafile
|
|
|
|
# immich
|
|
IMMICH_VERSION=release
|
|
UPLOAD_LOCATION=./library
|
|
DB_DATA_LOCATION=./postgres
|
|
DB_PASSWORD=postgres
|
|
DB_USERNAME=postgres
|
|
DB_DATABASE_NAME=immich
|
|
|
|
# navidrome
|
|
NAVIDROME_URL=https://music.domain.com
|
|
SEAFILE_ZIC=/srv/data/seafile |