From afe5c10679bc98f18613ed5c8500d61a9fbebe81 Mon Sep 17 00:00:00 2001 From: Gmer4Lfe Date: Sat, 30 May 2026 10:18:36 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20GITEA=5FREPO=5FPATH=20org=20=E2=80=94=20?= =?UTF-8?q?FailedProxy/varaverk=20not=20Varaverk/varaverk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 1bd2a85..9943858 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="Varaverk/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 d3d6d5b..db3bee5 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="Varaverk/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"