feat(ntfy): add ntfy platform adapter with atomic reconnect, identity fix, and 81 tests

This commit is contained in:
sprmn24 2026-05-23 00:54:18 +03:00 committed by Teknium
parent 874c2b1fe6
commit b10f17bf1e
10 changed files with 1318 additions and 3 deletions

View file

@ -423,6 +423,7 @@ def show_status(args):
"BlueBubbles": ("BLUEBUBBLES_SERVER_URL", "BLUEBUBBLES_HOME_CHANNEL"),
"QQBot": ("QQ_APP_ID", "QQ_HOME_CHANNEL"),
"Yuanbao": ("YUANBAO_APP_ID", "YUANBAO_HOME_CHANNEL"),
"ntfy": ("NTFY_TOPIC", "NTFY_HOME_CHANNEL"),
}
for name, (token_var, home_var) in platforms.items():