mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-08 23:02:40 -05:00
Ntfy native alerter does not work w/token #409
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Originally created by @undaunt on GitHub (Jun 3, 2025).
I tested a token both directly in the URL and with a variable within Komodo UI on http://ntfy, as well as directly in the URL with my https FQDN, and both did not work.
Upon replacing it with http://user:pass@ntfy, the test worked.
The failures were 401s.
CC @binwiederhier
Edit: It also does not work with a password that is replaced with a Komodo variable/secret, though I suppose https://komo.do/docs/variables does not list alerters as supported.
@mbecker20 commented on GitHub (Jun 7, 2025):
The variable interpolation does work for other alert variants, but not ntfy, which was added by community PR and does not include the interpolation step.
@mbecker20 commented on GitHub (Jun 7, 2025):
What is the difference between these two?
@TehNomad commented on GitHub (Sep 30, 2025):
I got it to work by entering the Ntfy URL wtih an auth query parameter, which is documented here. I just set it up in Komodo with an access token and tested it.
@DMJoh commented on GitHub (Oct 10, 2025):
More to @TehNomad explained,
Komodo only provides an endpoint field, you need to encode your token and pass it via the
authquery parameter.Run the below command to get the base64 encoded auth string. If your token is
tk_abc123xyz456def789,This will output something like:
In Komodo's ntfy endpoint field, use: