Files
RAPPORT-SERVER-APP/src-tauri/tauri.conf.json
T
karim e656505bcc 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/
2026-05-24 17:11:30 +02:00

61 lines
1.8 KiB
JSON

{
"$schema": "https://schema.tauri.app/config/2.0.0",
"productName": "RAPPORT Server",
"version": "0.1.1",
"identifier": "com.rapport.server-app",
"build": {
"beforeDevCommand": "npm run dev",
"beforeBuildCommand": "npm run build",
"devUrl": "http://localhost:3001",
"frontendDist": "../dist"
},
"app": {
"windows": [
{
"title": "RAPPORT Server",
"width": 1100,
"height": 760,
"minWidth": 760,
"minHeight": 500,
"decorations": true,
"resizable": true,
"fullscreen": false
}
],
"trayIcon": {
"iconPath": "icons/icon.png",
"iconAsTemplate": true,
"menuOnLeftClick": false,
"tooltip": "RAPPORT Server"
},
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"createUpdaterArtifacts": true,
"targets": "all",
"category": "DeveloperTool",
"shortDescription": "Doppelklick-Self-Hosting f\u00fcr Rapport",
"longDescription": "Admin-UI f\u00fcr den Rapport-Server-Stack. Verwaltet Postgres, GoTrue, PostgREST, Realtime, Storage, Kong und nginx als Docker-Container. Setzt einen lokalen Docker-Daemon voraus (Colima / OrbStack / Docker Desktop).",
"copyright": "\u00a9 2026 Karim Gabriele Varano \u2014 AGPL-3.0-or-later",
"resources": [],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
},
"plugins": {
"updater": {
"endpoints": [
"https://git.kgva.ch/karim/RAPPORT-SERVER-APP/raw/branch/main/latest.json"
],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDQzM0U0NjNEQTE4MzFGOUEKUldTYUg0T2hQVVkrUS95Z3JXdmJQVWxkejhQNHFHWkswVndmMVpPV01TZ3NvWVo5UkZlQ1kwOUoK"
}
}
}