From 0678d19d5d0a23b1713e53d58cf59905aa1b45e7 Mon Sep 17 00:00:00 2001 From: S Date: Mon, 2 Mar 2026 11:41:39 -0500 Subject: [PATCH] fix: add missing UNRAID and FEDORA compose directory variables in .env.example --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index e12a9ee..71ab5f7 100644 --- a/.env.example +++ b/.env.example @@ -12,6 +12,7 @@ UNRAID_IP= # Static IP of Unraid server UNRAID_SSH_USER= # SSH username for Unraid UNRAID_SSH_PORT=22 # SSH port (default 22) UNRAID_GITEA_DATA_PATH= # Absolute path on NVMe for Gitea data (e.g. /mnt/nvme/gitea) +UNRAID_COMPOSE_DIR=/mnt/files/docker-compose/projects # Docker Compose project directory on Unraid (all compose files go here) UNRAID_SSH_KEY= # FULL path to SSH key (e.g. /Users/you/.ssh/id_ed25519) — NOT just the filename. Empty = use default keys (~/.ssh/id_*) @@ -22,6 +23,7 @@ FEDORA_IP= # Static IP of Fedora server FEDORA_SSH_USER= # SSH username for Fedora FEDORA_SSH_PORT=22 # SSH port (default 22) FEDORA_GITEA_DATA_PATH= # Absolute path on NVMe for Gitea data (e.g. /mnt/nvme/gitea) +FEDORA_COMPOSE_DIR=/home/eai/docker-compose/projects # Docker Compose project directory on Fedora (all compose files go here) FEDORA_SSH_KEY= # FULL path to SSH key (e.g. /Users/you/.ssh/id_ed25519) — NOT just the filename. Empty = use default keys (~/.ssh/id_*)