selfhosting/.env.default
2025-08-30 17:46:39 +02:00

22 lines
No EOL
506 B
Text

# general
ROOT_INSTALL=/srv
TZ=Europe/Paris
DOMAIN=domain.com
# 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