docs: sync local vault content to remote

Update index pages, troubleshooting articles, README, and deploy status
to match current local vault state.
This commit is contained in:
2026-03-12 18:03:52 -04:00
parent ca81761cb3
commit f35d1abdc6
8 changed files with 171 additions and 234 deletions

View File

@@ -48,5 +48,13 @@ rsync -av --include="*.md" --include="*/" --exclude="*" \
## Backlog
- [ ] Gitea webhook for auto-deploy on push
- [ ] Add `03-opensource` and `05-troubleshooting` articles
- [✅] Gitea webhook for auto-deploy on push (Active as of 2026-03-11)
- [ ] Add `03-opensource` and `05-troubleshooting` articles (Troubleshooting seeded)
## Incident Log
### 2026-03-11 — 502 Error & Webhook Repair
- **Issue:** Wiki returned 502 Bad Gateway.
- **Cause:** `majwiki` container was in a restart loop due to a `LiterateNavParseError` in `SUMMARY.md` (invalid globbing syntax).
- **Repair:** Rewrote `SUMMARY.md` with explicit links. Repaired `majwiki-webhook.service` by killing an orphaned process and correcting the Caddy reverse proxy routing for `/webhook`.
- **Result:** Site live and auto-deployment functional.