81 Commits

Author SHA1 Message Date
Stephan Reinwald
392e52231c fix(matrix): store credentials after mautrix login
Add StoreCredentials flag to persist access token after authentication.
Fixes M_MISSING_TOKEN errors on subsequent API calls.
2025-11-25 13:25:56 +01:00
CrazyMax
a3dd66ae37 Merge pull request #1530 from crazy-max/gotify-token-header
gotify: use X-Gotify-Key header to send token
2025-11-09 15:48:38 +01:00
Arturo Guzman
f14c4438e6 fix: replace gomatrix client with mautrix-go, fixes #1527 2025-11-09 12:54:51 +00:00
CrazyMax
68c793c1a1 gotify: use X-Gotify-Key header to send token 2025-11-08 23:33:30 +01:00
CrazyMax
cf2edc7db2 switch to http client for pushover notifier 2025-08-31 15:40:03 +02:00
CrazyMax
288d3395c3 Add TLS config options for notifiers using HTTP client 2025-08-31 13:49:13 +02:00
CrazyMax
d6f79800e2 notif(elasticsearch): switch to address field and validate 2025-08-10 00:56:03 +02:00
Robin Moser
f245869582 Add Elasticsearch notification
Elsasticsearch notification: add test cases

Elasticsearch notification: make timeout configurable

Elsasticsearch notification: add @timestamp field to JSON data

Elsasticsearch notification: improve error handling

use context.WithTimeoutCause

Co-authored-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>

better comment the elaticsearch api endpoint

add screenshot to documentation
2025-08-09 15:50:55 +02:00
imrebuild
13a391aad4 Add disable_notification support for telegram. 2025-08-04 21:28:32 +08:00
CrazyMax
0950570ff7 lint: fix issues 2025-08-03 20:18:42 +02:00
CrazyMax
6abe58ba6e notif: support token as secret for apprise 2025-08-03 14:59:26 +02:00
privacyfr3ak
3a03484712 Apprise notif support 2025-08-03 14:50:04 +02:00
CrazyMax
a27d3f5019 telegram: align chatIDs and chatIDsFile format handling 2024-12-20 18:45:41 +01:00
CrazyMax
61dac9fbfc Merge pull request #1309 from crazy-max/notif-ret-http-error
notif: enhance error message for JSON decode response issues
2024-12-19 01:14:07 +01:00
CrazyMax
3723a6f12b notif: enhance error message for JSON decode response issues 2024-12-19 00:57:05 +01:00
CrazyMax
804411d398 telegram: merge topics to chatID 2024-12-18 18:53:28 +01:00
jon4hz
478b7114bc fix(telegram): use map for topics 2024-12-18 18:53:20 +01:00
jon4hz
d673b3c9dc fix(telegram): support only one topicID per chatID 2024-12-18 16:16:44 +01:00
jon4hz
0f5b616d07 feat(telegram): add support for chat topics 2024-12-18 16:16:44 +01:00
CrazyMax
2fde6548fc notif: support webhook url as secret 2024-12-16 02:28:25 +01:00
CrazyMax
12610c46bc switch to github.com/rabbitmq/amqp091-go module 2024-12-15 00:43:49 +01:00
CrazyMax
8fb9b975b8 fix lint issues 2024-12-15 00:10:58 +01:00
jon4hz
6c00cab0f4 feat: switch telegram bot library 2024-03-23 10:57:27 +01:00
Ian Fijolek
5983df6491 Fix linter
Updates golangci-lint and updates to the correct config format.

Also renames some unused parameters to `_` to appese `revive`.
2023-12-13 15:13:40 -08:00
Stécy Dubé
d999959f60 Fix NTFY markdown
Ensure the notification payload includes the "markdown" field set to true.
2023-12-04 17:46:55 -05:00
szerencl
6ab5a97ada Added sound option for pushover 2023-10-07 00:36:07 +02:00
CrazyMax
24bc0548e0 chore: use typed error and fix missing wraps 2023-09-16 11:47:53 +02:00
CrazyMax
c7993f23b8 Authentication support for ntfy 2023-06-11 22:26:27 +02:00
Ben Tea
1da9ec5308 Adds ntfy.sh notification option 2023-02-18 17:29:14 -08:00
CrazyMax
d7909f0156 Allow customizing Signal notification message 2022-12-29 07:47:38 +01:00
CrazyMax
d135167ceb Fix email notification message template 2022-12-28 00:58:32 +01:00
Jonas Weismueller
42e684d680 feat: support signal rest api notifications (#650) 2022-10-08 03:49:27 +02:00
CrazyMax
64cb538dbf Go 1.18 (#592)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-04-09 07:57:35 +02:00
CrazyMax
848a9a08ac Move syscall to golang.org/x/sys (#525)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-12-26 03:59:19 +01:00
CrazyMax
42d3535188 Fix matrix login scheme (#487)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-09-10 12:38:08 +02:00
CrazyMax
fc64b132ff Option to render fields (#480)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-09-04 18:41:42 +02:00
CrazyMax
21f5d0839a Allow multi recipients for email notifier (#463)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-08-19 21:51:52 +02:00
CrazyMax
5d583809a0 Allow to customize notification message (#415)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-06-25 23:24:02 +02:00
CrazyMax
1115234010 Add CLI to interact with Diun through gRPC (#382)
Add simple CLI to interact with Diun through gRPC
Create image and notif proto services
Compile and validate protos through a dedicated Dockerfile and bake target
Implement proto definitions
Move server as `serve` command
New commands `image` and `notif`
Refactor command line usage doc
Better CLI error handling
Tools build constraint to manage tools deps through go modules
Add upgrade notes

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-05-26 18:18:10 +02:00
CrazyMax
9785d3cc4c Allow telegram chat IDs as file (#301)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-03-14 15:32:58 +01:00
Francois Blackburn
b912aee5e4 Allow to configure scheme for MQTT broker (#292) 2021-03-07 17:05:11 +01:00
CrazyMax
3ea012cf8e Missing token as secret setting for some notifiers (#289)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-03-01 00:47:15 +01:00
CrazyMax
00655a9d1f Do not check recipient details for Pushover (#277)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-02-17 20:22:08 +00:00
CrazyMax
c971e06d9f Add message client for notifiers (#273)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-02-14 17:34:42 +00:00
CrazyMax
dc1216c221 Add Pushover notification (#254)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-01-04 21:29:48 +00:00
CrazyMax
3bbe883358 Refactor CI and dev workflow with buildx bake (#247)
* Upload artifacts
* Add image-local target
* Single job for artifacts and image
* Add armv5 artifact

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-12-26 10:30:46 +00:00
aschoelzhorn
3543bbf454 MQTT Reconnection Log Spam (#240) (#241) 2020-12-16 08:06:30 +00:00
CrazyMax
5839ac9127 Fix doc and coding style for MQTT notifier 2020-11-02 00:25:20 +01:00
aschoelzhorn
4e71b0c4d2 Add MQTT notification (#192) 2020-11-01 23:05:46 +00:00
CrazyMax
1c917d105f Use a list of users or roles to mention for Discord notifier (#188) 2020-10-09 16:58:12 +02:00