From 7394deae26a59052f2721548182f9b3c85dc9427 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Wed, 23 Jul 2025 19:35:39 +0100 Subject: [PATCH] Add immich and pihole --- server/.env | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/server/.env b/server/.env index 9c7f16aa..9e245d09 100644 --- a/server/.env +++ b/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