[Suggestion] Use something like Apprise for notifications #28

Closed
opened 2026-02-28 01:32:14 -05:00 by deekerman · 2 comments
Owner

Originally created by @FuzzyMistborn on GitHub (Jul 12, 2021).

Instead of adding all the functionality of notifications, why not bake something in like Apprise (https://github.com/caronc/apprise) so it's already done for you? Not sure if that's possible but might save a bunch of trouble.

Originally created by @FuzzyMistborn on GitHub (Jul 12, 2021). Instead of adding all the functionality of notifications, why not bake something in like Apprise (https://github.com/caronc/apprise) so it's already done for you? Not sure if that's possible but might save a bunch of trouble.
deekerman 2026-02-28 01:32:14 -05:00
Author
Owner

@louislam commented on GitHub (Jul 18, 2021):

I am implementing apprise integration. I added apprise to the docker. I test with Discord/Telegram, apprise is not working even via cli. Am I do anything wrong?
FROM louislam/uptime-kuma:nightly
RUN apprise -vv -t 'my title' -b 'my notification body' 'tgram://{my bot token}/{chat_id}'

Result:

ERROR: Unparseable URL

Solved:

https://github.com/caronc/apprise/issues/236

@louislam commented on GitHub (Jul 18, 2021): <del> I am implementing apprise integration. I added apprise to the docker. I test with Discord/Telegram, apprise is not working even via cli. Am I do anything wrong? ``` FROM louislam/uptime-kuma:nightly RUN apprise -vv -t 'my title' -b 'my notification body' 'tgram://{my bot token}/{chat_id}' ``` Result: ``` ERROR: Unparseable URL ``` </del> Solved: https://github.com/caronc/apprise/issues/236
Author
Owner

@louislam commented on GitHub (Jul 20, 2021):

added apprise in 1.0.6

@louislam commented on GitHub (Jul 20, 2021): added apprise in 1.0.6
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/uptime-kuma#28
No description provided.