-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature request: ntfy token support #353
Comments
You can simply just omit the username, and it should work I think? |
no it gets a 401 unauthorized. using this format: it works with a query param with generic webhook like you generate the param string with |
+1 for this |
|
@cwschulz Applications can override the title, which is probably why it's a random string (I'm guessing it's the docker container hostname). If you are using watchtower you can add the |
Which version are you using and in what app? It was not working when i first opened this issue. Good news if its in the release version now. |
this is now supported with #377 use |
Can the documentation be updated to show examples on how I can best use this? I read the implementation and tests and I only have a subset of knowledge on how I can leverage it. |
Yeah. I plan to add native support for this as well in the |
Awesomeness! Thanks for working on it!! |
I was about to make a long post about @cwschulz's suggestion working in Watchtower, but I now think that this issue is probably just missing a commit that enables this feature, because even using shoutrrr directly works:
I didn't see anything in the Ntfy service documentation about tokens being supported. A surprise, to be sure, but a welcome one |
add support for access tokens: https://docs.ntfy.sh/config/#access-tokens in place of username:password
The text was updated successfully, but these errors were encountered: