You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... the documentation does not mention anything about my problem
... there are no open or closed issues that are related to my problem
Description
I have Diun set up to notify me through ntfy when an update is available. I followed the documentation on how to pass a token for authentication purposes, but I keep getting the following error:
Support guidelines
I've found a bug and checked that ...
Description
I have Diun set up to notify me through ntfy when an update is available. I followed the documentation on how to pass a token for authentication purposes, but I keep getting the following error:
I am currently running the following versions:
Diun: 4.28
Ntfy: v2.10
My config file looks like this:
`watch:
schedule: "0 */12 * * *"
defaults:
watchRepo: false
sortTags: semver
notifyOn:
- new
- update
notif:
ntfy:
endpoint: http://ntfy.example.com
token: QmFzaWXXXXXXZjSEp2WjXXXXXXXX
topic: Alerts
priority: 3
timeout: 5s
providers:
swarm:
watchByDefault: true`n
If I do a post using:
What am I missing in order to get this to work?
Thanks in advance!
Expected behaviour
Alert should be sent to Ntfy
Actual behaviour
Authentication error is returned:
Steps to reproduce
Add a Nfty notifier to the Diun configuration file on a Ntfy topic that requires authentication
Diun version
4.28
Docker info
Docker Compose config
Logs
Additional info
No response
The text was updated successfully, but these errors were encountered: