e656505bcc
- Auto-Start beim Boot skipped wenn Daemon nicht erreichbar (Wizard erscheint, statt Recovery-Loop-Spam) - Auto-Recovery skipped wenn Daemon down — keine Counter-Vergeudung - start_all/stop_all/restart_all geben Supervisor-Mutex waehrend langem 'docker compose up' frei → UI bleibt waehrend Container- Start responsive, kein 'Keine Services registriert' mehr - tick_health behaelt Starting-State wenn Container noch nicht in compose ps auftaucht (kein Flackern Stopped/Starting) - Container-State-Cache mit Timeout-Fallback in list_services - Setup-Wizard triggert keinen Auto-Start mehr nach Install — User klickt bewusst 'Alle starten' - Setup-Wizard: kein Brew mehr, Direct-Downloads von docker.com + GitHub fuer Docker/Colima/Lima - Compose-Stack-Auto-Download von Gitea-Tarball wenn lokal nichts da - .env-Generation mit JWT-signierten ANON/SERVICE-Keys - Lima share-Layout: ~/.rapport/share/ statt /lima-share/
31 lines
877 B
JSON
31 lines
877 B
JSON
{
|
|
"name": "rapport-server-app",
|
|
"version": "0.1.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Doppelklick-Self-Hosting f\u00fcr Rapport \u2014 Tauri-App, die Postgres, GoTrue, PostgREST, Realtime und Storage als Subprozesse b\u00fcndelt.",
|
|
"license": "AGPL-3.0-or-later",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri",
|
|
"tauri:dev": "tauri dev",
|
|
"tauri:build": "tauri build"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^2.10.1",
|
|
"@tauri-apps/plugin-autostart": "^2.5.1",
|
|
"@tauri-apps/plugin-process": "^2.3.1",
|
|
"@tauri-apps/plugin-updater": "^2.10.1",
|
|
"material-symbols": "^0.44.9",
|
|
"react": "^19.2.5",
|
|
"react-dom": "^19.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2.10.1",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"vite": "^8.0.0"
|
|
}
|
|
}
|