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:
2026-05-24 17:11:30 +02:00
parent e2d2fd9fa2
commit e656505bcc
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -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",