Skip to content

ntfy not working within watchtower, does work directly with shoutrrr #2101

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

Open
nmally opened this issue Apr 13, 2025 · 1 comment
Open

ntfy not working within watchtower, does work directly with shoutrrr #2101

nmally opened this issue Apr 13, 2025 · 1 comment

Comments

@nmally
Copy link

nmally commented Apr 13, 2025

To my knowledge, this is already supported via shoutrrr (see here). The only hang-up (for me, anyway) was getting it to use access tokens, which is covered in the shoutrrr repository here.

Originally posted by @drewstopherlee in #2021

not directly related to above, but ntfy not working for me on two separate machines... from the watchtower logs:

           time="2025-04-13T14:43:57-05:00" level=info msg="Watchtower 1.7.1"
           time="2025-04-13T14:43:57-05:00" level=info msg="Using no notifications"

was able to get the notfication with token auth working directly with shoutrrr:

    docker run --rm containrrr/shoutrrr send --url "ntfy://:tk...@mydomain/topic" --message "Test notification"
           Notification sent

tried a few variations of env flags in watchtower with grok, currently:

            "WATCHTOWER_NOTIFICATIONS=shoutrrr",
            "WATCHTOWER_NOTIFICATION_SHOUTRRR_LOG_LEVEL=debug",
            "WATCHTOWER_NOTIFICATION_IDENTIFIER=watchtower",
            "WATCHTOWER_NOTIFICATION_SHOUTRRR_URL=ntfy://:tk_...@mydomain/topic"
Copy link

Hi there! 👋🏼 As you're new to this repo, we'd like to suggest that you read our code of conduct as well as our contribution guidelines. Thanks a bunch for opening your first issue! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant