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
+1 -7
View File
@@ -297,14 +297,8 @@ HOST1_JELLYFIN_API_KEY=""
```bash
# master.conf
WEBHOOK_PORT=9456 # 0 = disable listener
WEBHOOK_PORT=7821 # 0 = disable listener
WEBHOOK_SECRET="" # auto-generated on first start if empty
WEBHOOK_UPGRADE_RSYNC_ENABLED=true # push upgraded file to remote nodes
```
```bash
# host*.conf
HOST1_WEBHOOK_LAN_IP="192.168.50.2" # IP arrs call for webhook delivery
```
When `WEBHOOK_PORT=0`, `start_webhook_listener.sh` exits cleanly and no listener starts.