feat: split ntfy config into NTFY_URL, NTFY_TOPIC, and NTFY_TOKEN #32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/ntfy-token-auth"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replaces the single
NTFY_URL(full topic URL) with three separate fields so self-hosted ntfy servers can authenticate via Bearer token.Token is optional, public
ntfy.shusers omit it and noAuthorizationheader is sent.