vault backup: 2026-03-13 01:31:25

This commit is contained in:
2026-03-13 01:31:25 -04:00
parent 999e1107f0
commit 639b23f861
9 changed files with 446 additions and 180 deletions

View File

@@ -2,7 +2,7 @@
title: MajorWiki Deployment Status
status: deployed
project: MajorTwin
updated: '2026-03-11'
updated: '2026-03-12'
---
# MajorWiki Deployment Status
@@ -31,9 +31,9 @@ DNS record and Caddy entry have been removed.
## Content
- 15 articles across 4 domains
- 23 articles across 5 domains
- Source of truth: `MajorVault/20-Projects/MajorTwin/08-Wiki/`
- Deployed via rsync from MajorRig WSL2
- Deployed via Gitea webhook (push from MajorAir → auto-pull on majorlab)
## Update Workflow
@@ -48,5 +48,15 @@ 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)
- [✅] Git repo initialized on MajorAir — push to deploy (2026-03-12)
- [✅] Troubleshooting section seeded with articles
- [ ] Add `03-opensource` articles
## 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.