Files
dotfiles/server/.env
TrudeEH 095b6d70ba Add prosody
currently broken
2025-07-15 15:02:06 +01:00

39 lines
1.1 KiB
Bash

# Nginx
NGINX_DATA=/mnt/md0/nginx/data
NGINX_LETSENCRYPT=/mnt/md0/nginx/letsencrypt
# Immich
TZ=Europe/Lisbon
IMMICH_UPLOAD_LOCATION=/mnt/md0/immich/uploads
IMMICH_DB_DATA_LOCATION=/mnt/md0/immich/db
IMMICH_VERSION=release
IMMICH_DB_PASSWORD=postgres
IMMICH_DB_USERNAME=postgres # Do not change
IMMICH_DB_DATABASE_NAME=immich # Do not change
# Home Assistant
HA_CONFIG=/mnt/md0/ha/config
OWW_CUSTOM_MODEL_DIR=/mnt/md0/ha/openwakeword-model
OWW_DATA=/mnt/md0/ha/openwakeword-data
PIPER_DATA=/mnt/md0/ha/piper-data
WHISPER_DATA=/mnt/md0/ha/whisper-data
ESPHOME_CONFIG=/mnt/md0/esphome/config
# Pi-hole
PIHOLE=/mnt/md0/pihole
FTLCONF_webserver_api_password="wX<|h(mav(;rGU}FTrz<)x<(J"
FTLCONF_dns_listeningMode=all # If using Docker's default `bridge` network setting the dns listening mode should be set to 'all'
# Gitea
GITEA=/mnt/md0/gitea
# FileBrowser
FILEBROWSER_DATA=/mnt/md0/files
FILEBROWSER_CONFIG=/mnt/md0/filebrowser/config
FILEBROWSER_DATABASE=/mnt/md0/filebrowser/database
# Prosody XMPP Server
PROSODY_CONFIG=/mnt/md0/prosody/config
PROSODY_LOGS=/mnt/md0/prosody/logs
PROSODY_MODULES=/mnt/md0/prosody/modules