rename appdata folder and repo from unraid_scripts to varaverk

- TARGET_DIR, DATA_DIR: /mnt/user/appdata/unraid_scripts → /mnt/user/appdata/varaverk
- GITEA_REPO_PATH: Varaverk/Unraid_Scripts.git → Varaverk/varaverk.git
- DEV_ROOT: .../Development/Unraid_Scripts → .../Development/varaverk
- deploy hook path updated in .claude/settings.json
- All script comments, docs, and manual paths updated throughout
This commit is contained in:
Gmer4Lfe
2026-05-30 10:07:03 -04:00
parent 788c04ce9d
commit 921900b23b
15 changed files with 560 additions and 348 deletions
+3 -3
View File
@@ -474,7 +474,7 @@ Monitoring:
## ━━━ FOLDER STRUCTURE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
```
Unraid_Scripts/
varaverk/
├── Configurations/ ← All configuration files — the only files you edit regularly
│ ├── master.conf ← Shared: thresholds, toggles, job lists, watchdog settings
@@ -857,6 +857,6 @@ Things that are different from what you might expect:
```
Name: Varaverk
Repository: git@192.168.50.2:Varaverk/Unraid_Scripts.git
Install path: /mnt/user/appdata/unraid_scripts
Repository: git@192.168.50.2:Varaverk/varaverk.git
Install path: /mnt/user/appdata/varaverk
```