Später · 19 Handy-Ansicht und installierbare App (ohne Web-Push)

- /handy: Ampel, „Braucht Aufmerksamkeit“ (Rückfragen mit Ja/Nein, rote vor gelben Hinweisen, Geräte ohne Antwort,
  bereite Updates), vier Wege weiter, Knopf „Als App auf dieses Gerät legen“, wo Chrome es anbietet
- Manifest: startet in der Handy-Ansicht, Sprache, Beschreibung, Kurzwege
- Seitenleiste: Handy-Ansicht nur in der Handy-Schublade; Strg+K kennt sie
- BEDIENUNG.md: App aufs Handy legen

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
This commit is contained in:
Hitonabi
2026-09-26 09:39:30 +02:00
co-authored by Claude Opus 5.5
parent 67c82f5f73
commit 241e91c03f
31 changed files with 332 additions and 28 deletions
+19 -1
View File
@@ -1,7 +1,11 @@
{
"id": "/",
"name": "Homelab Orchestrator",
"short_name": "Orchestrator",
"start_url": "/",
"description": "KI-Box und Homelab auf einen Blick: Ampel, Rückfragen von Lucy, Updates.",
"lang": "de",
"start_url": "/handy",
"scope": "/",
"display": "standalone",
"background_color": "#0e1012",
"theme_color": "#0e1012",
@@ -21,5 +25,19 @@
"sizes": "any",
"type": "image/svg+xml"
}
],
"shortcuts": [
{
"name": "Übersicht",
"url": "/"
},
{
"name": "Updates im Homelab",
"url": "/homelab/updates"
},
{
"name": "Lucys Freiheiten",
"url": "/einstellungen#lucy"
}
]
}