JARVIS now on PVE1 VM 211, all DO references corrected:
- Deployment workflow updated (two webhooks: JARVIS VM + DO websites)
- JARVIS System section rewritten for nginx/PHP8.3/MariaDB/Tailscale
- Agent URLs updated to http://10.48.200.211
- Arc Reactor paths updated to /var/www/jarvis/
- HA URL updated to direct LAN http://10.48.200.97:8123
- Proxmox API direct LAN https://10.48.200.90:8006
- Facts collector uses external URLs (not 127.0.0.1 loopback)
- Ollama VM (PVE1 VM 210) marked deleted
- Arc Reactor daemon documented (location, deploy, restart, AI routing table)
- Guardian/SITREP/Vision text routes moved to Groq; image analysis stays Claude
- api.php session skip logic clarified (machine-agent only, not browser routes)
- agent.php split auth documented (browser vs X-Agent-Key)
- facts_collector.php: local site health checks, correct $fresh() column name
- kb_engine.php: storeFact() updated_at=NOW() requirement documented
- kb_facts schema noted (category not fact_category)
- Arc Reactor DB tables added to table list
- Cloudflare Rocket Loader rule: all script tags need data-cfasync=false
- Cloudflare cache-busting: bump ?v= param after JS changes
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Root cause: nginx rewrite stripped file= param from {mac}.boot requests,
so FusionPBX served full device config as a .boot file. Yealink ignores
DSS/linekey settings in .boot files — they only apply from .cfg files.
Fixes applied on 134.209.72.226:
- nginx: {mac}.boot rewrite now passes file={mac}.boot param
- New {$mac}.boot template: proper boot file with includes to {mac}.cfg
- y000000000065.cfg: features.auto_linekeys.enable = 0
- All y000000000000.boot: overwrite_mode = 1
- External sofia profile: manage-presence = passive (was true)
- Park buttons: Speed Dial type=13 (*5901-*5903), not BLF (mod_presence missing)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>