Files
karim e2d2fd9fa2 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
2026-05-24 17:03:50 +02:00

15 lines
855 B
JSON

{
"$schema": "./manifest.schema.json",
"comment": "Pinned versions for all bundled service binaries. Bump deliberately; download-binaries.sh consumes this file.",
"services": {
"postgres": { "version": "15.7", "source": "postgresql.org" },
"gotrue": { "version": "2.158.1", "source": "github.com/supabase/gotrue/releases" },
"postgrest": { "version": "12.2.0", "source": "github.com/PostgREST/postgrest/releases" },
"realtime": { "version": "2.30.34", "source": "github.com/supabase/realtime/releases" },
"storage": { "version": "1.11.0", "source": "github.com/supabase/storage-api/releases" },
"kong": { "version": "3.7.1", "source": "konghq.com" },
"nginx": { "version": "1.27.0", "source": "nginx.org" }
},
"platforms": ["macos-aarch64", "macos-x86_64", "linux-x86_64", "windows-x86_64"]
}