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:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"$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"]
|
||||
}
|
||||
Reference in New Issue
Block a user