Initial source: RAPPORT Server-App v0.1.0

- Tauri-2-Admin-UI fuer den Rapport-Compose-Stack
- React-Frontend (JSX, kein TS) mit Material-Symbols-Icons
- Service-Cards mit Live-Stats (CPU/RAM), Logs, Restart/Stop
- Backup-/Restore-System mit pg_dumpall + Retention
- Container-Auto-Updates mit Pre-Backup
- App-Auto-Updater (Tauri signiert) gegen latest.json im Repo-Root
- HTTPS-WebUI (axum/rustls) mit Basic-Auth, CSRF, Rate-Limit, Security-Headers
- Setup-Wizard: lädt Docker+Colima+Lima direct von GitHub/docker.com nach ~/.rapport/bin/
- Tray-Modus + macOS-Notifications + Auto-Recovery
- Login-Item via tauri-plugin-autostart
This commit is contained in:
2026-05-24 17:03:50 +02:00
commit e2d2fd9fa2
69 changed files with 14405 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Vorlage fuer config.env — der Setup-Wizard generiert diese Werte beim
# Erst-Start automatisch (Random-Secrets) und persistiert sie in
# ~/Library/Application Support/com.rapport.server-app/config.env (macOS).
# Diese Datei dient nur als Referenz fuer manuelle Test-Runs.
POSTGRES_PASSWORD=changeme
JWT_SECRET=changeme-min-32-bytes
SITE_URL=http://localhost:8080
API_EXTERNAL_URL=http://localhost:8000
# 127.0.0.1 = nur lokal, 0.0.0.0 = LAN-Zugriff (Vorsicht)
BIND_HOST=127.0.0.1