- content/admin.md (appshell, noindex), renderAdmin in hosting-app.js:
Kennzahlen-Kacheln (Kunden/Abos/Instanzen/MRR) + Kundentabelle
- Admin-Link im Konto-Header (nur wenn account.is_admin)
- Admin-Styles (Stat-Kacheln, Tabelle) in custom.css
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
layouts/hosting.html kollidierte mit der content/hosting/-Section → Hugo
verlangte ein section-Template und der Build brach ab (kein public/).
Layout heisst jetzt 'appshell', login/register/konto/hosting-preise
referenzieren es. Build wieder grün, alle Seiten + Tab-CSS verifiziert.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Integriert das RAPPORT-Hosting-Angebot direkt in die bestehende Hugo-Seite
(gleicher openbureau/Hextra-Look):
- /hosting Marketing-Landing (Hero, Feature-Grid)
- /hosting-preise Abo-Übersicht (Plans aus /api/billing/plans)
- /login /register /konto Vanilla-JS-Seiten (layouts/hosting.html +
static/js/hosting-app.js), sprechen NUR mit /api
- custom.css: Karten-/Formular-/Plan-Styles im RAPPORT-Token-Set
- Navbar: 'Hosting' + 'Anmelden'
Bleibt sauber AGPL: kein Backend-Code, nur fetch('/api'). Das proprietäre
Backend (Auth/Stripe/Provisioning) liegt in RAPPORT-HOST.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Korrigiert die fälschlich als 0.8.3 ausgewiesene Aktuell-Version
auf 0.8.2 in Hero, Downloads, FAQ, Changelog und Auto-Updater-Endpoint.
Changelog-Patch-Range entsprechend auf 0.8.0–0.8.1 angepasst.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>