make deployment targets configurable
This commit is contained in:
parent
b1acba76f1
commit
f10a3b5012
6 changed files with 248 additions and 8 deletions
36
.env.default
36
.env.default
|
|
@ -1,11 +1,43 @@
|
|||
# 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
|
||||
|
||||
# apps
|
||||
# wallabag
|
||||
WALLABAG_URL=http://localhost
|
||||
|
||||
# ntfy
|
||||
NTFY_URL=http://localhost:8017
|
||||
NTFY_BEHIND_PROXY=true
|
||||
MAINTENANT_URL=http://localhost
|
||||
|
||||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue