fix: add missing UNRAID and FEDORA compose directory variables in .env.example
This commit is contained in:
@@ -12,6 +12,7 @@ UNRAID_IP= # Static IP of Unraid server
|
|||||||
UNRAID_SSH_USER= # SSH username for Unraid
|
UNRAID_SSH_USER= # SSH username for Unraid
|
||||||
UNRAID_SSH_PORT=22 # SSH port (default 22)
|
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_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_*)
|
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_USER= # SSH username for Fedora
|
||||||
FEDORA_SSH_PORT=22 # SSH port (default 22)
|
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_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_*)
|
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_*)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user