From 2d5a084d2b5ed838b3da5a37425ac86b826266c1 Mon Sep 17 00:00:00 2001 From: Gmer4Lfe Date: Sat, 30 May 2026 10:21:26 -0400 Subject: [PATCH] fix: GITEA_REPO_PATH = FailedProxy/Varaverk.git --- Configurations/master.conf | 2 +- Deployment/conf_templates/master.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Configurations/master.conf b/Configurations/master.conf index 9943858..5c52fab 100644 --- a/Configurations/master.conf +++ b/Configurations/master.conf @@ -248,7 +248,7 @@ # Detects Gitea container location at runtime — works through failover automatically. # Falls back to GITEA_DOMAIN if local and Tailscale both fail. GITEA_CONTAINER="Gitea" - GITEA_REPO_PATH="FailedProxy/varaverk.git" + GITEA_REPO_PATH="FailedProxy/Varaverk.git" GITEA_DOMAIN="" # e.g. git.yourdomain.com — requires NPM + DNS TARGET_DIR="/mnt/user/appdata/varaverk" GITEA_SSH_KEY="/root/.ssh/unraid_gitea" diff --git a/Deployment/conf_templates/master.conf b/Deployment/conf_templates/master.conf index db3bee5..92ad0df 100644 --- a/Deployment/conf_templates/master.conf +++ b/Deployment/conf_templates/master.conf @@ -248,7 +248,7 @@ # Detects Gitea container location at runtime — works through failover automatically. # Falls back to GITEA_DOMAIN if local and Tailscale both fail. GITEA_CONTAINER="Gitea" - GITEA_REPO_PATH="FailedProxy/varaverk.git" + GITEA_REPO_PATH="FailedProxy/Varaverk.git" GITEA_DOMAIN="" # e.g. git.yourdomain.com — requires NPM + DNS TARGET_DIR="/mnt/user/appdata/varaverk" GITEA_SSH_KEY="/root/.ssh/unraid_gitea"