1cada42370
Single notification path via ntfy HTTP publish for reliable Android delivery; remove VAPID, push subscriptions, and SW push handlers. PWA settings show topic subscribe link; humor texts and deep-link actions unchanged. Co-authored-by: Cursor <cursoragent@cursor.com>
17 lines
487 B
Bash
17 lines
487 B
Bash
# PIN für Login (4–6 Ziffern empfohlen)
|
||
APP_PIN=1234
|
||
|
||
# JWT — zufälligen langen String generieren (openssl rand -hex 32)
|
||
JWT_SECRET=change-me-to-a-long-random-string
|
||
JWT_EXPIRE_DAYS=90
|
||
|
||
# ntfy — Erinnerungen an Topic publizieren (ntfy-App abonnieren)
|
||
NTFY_URL=https://ntfy.schwenk.online
|
||
NTFY_TOPIC=takeyourmeds
|
||
NTFY_TOKEN=
|
||
NTFY_CLICK_URL=https://medis.schwenk.online
|
||
|
||
# OpenRouter (optional — Roast-of-the-Day)
|
||
OPENROUTER_API_KEY=
|
||
OPENROUTER_MODEL=google/gemini-2.0-flash-001
|