Add immich and pihole
This commit is contained in:
14
server/.env
14
server/.env
@@ -13,8 +13,6 @@ REDIS_PASSWORD=R3d1sP@ssw0rd2025SecureCache
|
||||
# Gitea
|
||||
GITEA=/mnt/md0/gitea
|
||||
|
||||
# -------------------
|
||||
|
||||
# Immich
|
||||
IMMICH_UPLOAD_LOCATION=/mnt/md0/immich/uploads
|
||||
IMMICH_DB_DATA_LOCATION=/mnt/md0/immich/db
|
||||
@@ -23,6 +21,13 @@ IMMICH_DB_PASSWORD=postgres
|
||||
IMMICH_DB_USERNAME=postgres # Do not change
|
||||
IMMICH_DB_DATABASE_NAME=immich # Do not change
|
||||
|
||||
# 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'
|
||||
|
||||
# -------------------
|
||||
|
||||
# Home Assistant
|
||||
HA_CONFIG=/mnt/md0/ha/config
|
||||
OWW_CUSTOM_MODEL_DIR=/mnt/md0/ha/openwakeword-model
|
||||
@@ -31,11 +36,6 @@ 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'
|
||||
|
||||
|
||||
# FileBrowser
|
||||
FILEBROWSER_DATA=/mnt/md0/files
|
||||
|
||||
Reference in New Issue
Block a user