v0.1.1 — Stabilisierungs-Fixes
- 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/
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "rapport-server-app",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"description": "Doppelklick-Self-Hosting für Rapport — Tauri-App, die Postgres, GoTrue, PostgREST, Realtime und Storage als Subprozesse bündelt.",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user