Rename to Varaverk; replace User Scripts → Arbiter in README

README.md: header updated to VARAVERK. All "User Scripts plugin" references
  replaced with "Arbiter". Project name section: "Working name: Arbiter" → "Varaverk".
  Gitea corrected to Tier 1 (was shown as Tier 3, updated to Tier 1 this session).

master.conf: GITEA_REPO_PATH updated FailedProxy → Varaverk org name.

Script internals (user_scripts_stop.sh, script headers, other docs) reference
the /tmp/user.scripts working path which is Arbiter-specific — those will be
updated in a separate pass once Arbiter's working directory is confirmed.
This commit is contained in:
Gmer4Lfe
2026-05-22 18:52:34 -04:00
parent 36190c965a
commit 8d00189241
2 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -244,7 +244,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/Unraid_Scripts.git"
GITEA_REPO_PATH="Varaverk/Unraid_Scripts.git"
GITEA_DOMAIN="" # e.g. git.yourdomain.com — requires NPM + DNS
TARGET_DIR="/mnt/user/appdata/unraid_scripts"
GITEA_SSH_KEY="/root/.ssh/unraid_gitea"