feat: replace Web Push with ntfy for medication reminders

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>
This commit is contained in:
Frank Schwenk
2026-07-06 10:42:58 +02:00
parent 24ac7f2f48
commit 1cada42370
17 changed files with 251 additions and 323 deletions
+1 -2
View File
@@ -1,7 +1,7 @@
[project]
name = "takeyourmeds"
version = "1.0.0"
description = "Medikamenten-PWA mit Push-Erinnerungen und sarkastischem Humor"
description = "Medikamenten-PWA mit ntfy-Erinnerungen und sarkastischem Humor"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.115",
@@ -12,7 +12,6 @@ dependencies = [
"pyjwt>=2.9",
"pyyaml>=6.0",
"httpx>=0.27",
"pywebpush>=2.0",
"apscheduler>=3.10",
]