Skip to content
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

Using Apprise as forwarder for shoutrrr #1229

Closed
steled opened this issue Oct 23, 2024 · 1 comment
Closed

Using Apprise as forwarder for shoutrrr #1229

steled opened this issue Oct 23, 2024 · 1 comment
Labels

Comments

@steled
Copy link

steled commented Oct 23, 2024

Question
Hi,

we are using kured in our cluster and currently they are relying on shoutrrr for their notifications.
Unfortunately shoutrrr currently doesn't support the new MS Teams message format and I'm not sure if this will be implemented soon (last release Aug 20, 2023).

Since kured is relying on shoutrrr I'm trying to use the generic webhook from shoutrrr to send the messages to Apprise and than to MS Teams.

But I'm always getting:

Error notifying: an error occurred while sending notification to generic webhook: server returned response status code 400 Bad Request

from within kured as error message.
I'm using the following --notify-url parameter in kured:

--notify-url=generic+http://apprise.apprise.svc:8000/notify/test?contenttype=application/json&title=Test&body=test_from_inside_kured_via_apprise

Maybe someone tried the same and can help a bit.

I'm using Apprise as kubernetes deployment in our cluster.

@steled
Copy link
Author

steled commented Oct 23, 2024

OK, found the working configuration:

--notify-url=generic://apprise.apprise.svc:8000/notify/test?template=json&disabletls=yes&messagekey=body

I'll keep this question if someone else need an example.

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

No branches or pull requests

1 participant