Audit and update all READMEs and manuals to match current codebase

This commit is contained in:
Gmer4Lfe
2026-06-19 23:00:19 -04:00
parent bf3e7cc2c4
commit 3fb6207f53
6 changed files with 173 additions and 104 deletions
+16 -10
View File
@@ -204,22 +204,28 @@ background process — and reports which succeeded and which failed.
#
ARRAY_START_SCRIPTS=(
# ── One-shot scripts — run and exit naturally ─────────────────────────────
"System_Essentials/unraid_api_key_renew.sh" # re-register API key FIRST — unraid-api
# registry is ephemeral, lost on service restart
"System_Essentials/inotify_tuning.sh" # raise inotify BEFORE containers start
# containers inherit limits at startup —
# if Code-Server starts with low limits
# it keeps them until restart
"System_Essentials/docker_syslog_filter.sh" # suppress veth noise BEFORE containers create
# veth interfaces — otherwise the first boot
# always has unfiltered veth spam
"System_Essentials/php_fpm_max_children.sh" # WebGUI tuning — before any WebGUI requests
"Plugin/unraid/System_Essentials/unraid_api_key_renew.sh" # re-register API key FIRST —
# registry is ephemeral,
# lost on service restart
"System_Essentials/conf_sync.sh" # pull conf from remote BEFORE anything
# needs current config
"System_Essentials/conf_cache_restore.sh" # restore cached conf if pull failed —
# ensures config is always available
"Transcodes/ramdisk_setup.sh" # create tmpfs + symlink BEFORE Emby starts —
# Emby needs the transcode path to exist
"System_Essentials/docker_syslog_filter.sh" # suppress veth noise BEFORE containers create
# veth interfaces — otherwise first boot has
# unfiltered veth spam
"Plugin/unraid/System_Essentials/php_fpm_max_children.sh" # WebGUI tuning —
# before any WebGUI requests
"System_Essentials/inotify_tuning.sh" # raise inotify BEFORE containers start —
# containers inherit limits at startup
"Docker_Essentials/docker_network_connect.sh" # ensure networks + connections BEFORE
# watchdogs check container states
"Tools/claude_startup.sh" # symlink Claude persistent storage on /boot
# ── Continuous scripts — run until array stops ─────────────────────────────
"Media/start_webhook_listener.sh" # start webhook listener before arrs POST events
"Fallback/fallback.sh" # fallback LAST — needs everything else stable
)