feat: Kalender-Termine als QR (iCal Europe/Berlin) und UX für Datum/Zeit

- Modus Text/WLAN/Termin; VEVENT mit TZID Europe/Berlin und VTIMEZONE
- Eingabe: separates Datum und 24h-Uhrzeit; Vorschau TT/MM/JJJJ
- URL-Parameter und Teilen für Terminfelder
- Docker Compose: Healthcheck für Caddy-Container

Made-with: Cursor
This commit is contained in:
2026-04-16 08:15:29 +02:00
parent 5478d943e5
commit d5cd4427d8
3 changed files with 599 additions and 73 deletions
+7 -3
View File
@@ -1,9 +1,13 @@
version: '3.8'
services:
qr-generator:
build: .
ports:
- "8080:80"
container_name: qr-generator
restart: unless-stopped
restart: unless-stopped
healthcheck:
test: ["CMD", "wget", "-q", "-O", "/dev/null", "http://127.0.0.1/"]
interval: 30s
timeout: 5s
retries: 3
start_period: 10s