206 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
ed706b60ad switch to go.podman.io/image/v5 2025-09-13 19:47:16 +02: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
528d96d417 lint: fix deprecated 2025-08-03 17:07:51 +02:00
CrazyMax
edd9608db3 notif: config test for apprise 2025-08-03 16:23:55 +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
f54f27cc6e chore: fix deprecated const 2025-06-13 02:10:15 +02:00
CrazyMax
ce62dfd722 switch from durafmt to github.com/dromara/carbon 2024-12-21 00:26:14 +01: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
a5444ad6a1 chore(deps): bump dario.cat/mergo to 1.0.1 2024-12-15 15:41:18 +01:00
CrazyMax
12610c46bc switch to github.com/rabbitmq/amqp091-go module 2024-12-15 00:43:49 +01:00
CrazyMax
969ade5306 switch to github.com/containerd/platforms package 2024-12-15 00:30:58 +01:00
CrazyMax
8fb9b975b8 fix lint issues 2024-12-15 00:10:58 +01:00
Ian Fijolek
1ab4453f43 Make sure Nomd TLSConfig struct exists before setting Insecure
Fixes #1074
2024-05-28 11:19:53 -07:00
jon4hz
6c00cab0f4 feat: switch telegram bot library 2024-03-23 10:57:27 +01:00
Michael Manganiello
29200f170d fix: Use global defaults in File provider
The `file` provider was not considering the global defaults for
`MaxTags`, `IncludeTags`, and `ExcludeTags`.

Updated unit tests to validate they are now considered.
2023-12-24 16:48:41 -03: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
faeb950fff Fix latest for "image list" command 2023-09-23 19:28:58 +02:00
CrazyMax
b2a19c457c move imageDefaults from watch to defaults in config root 2023-09-23 13:49:15 +02:00
CrazyMax
b9615bf2db fix defaults not handled by yaml configuration 2023-09-23 13:49:15 +02:00
CrazyMax
522c8e9448 handle analysis of image with tag and digest 2023-09-16 18:41:00 +02:00
CrazyMax
78879b3fae chore: fix wording and remove unnecessary comments 2023-09-16 16:59:00 +02:00
CrazyMax
f7bb36d46f chore: use errors.Errorf 2023-09-16 12:36:35 +02:00
CrazyMax
24bc0548e0 chore: use typed error and fix missing wraps 2023-09-16 11:47:53 +02:00
CrazyMax
6a4236c545 chore: make invalid label typed error private 2023-09-16 11:47:53 +02:00
CrazyMax
49b8852a04 test: use white-box testing 2023-09-16 11:47:52 +02:00
Ian Fijolek
60ddac4a59 Global defaults for image configs
Allows setting of image configs at a global level to act as default
values.

This required a change in the model.Image struct due to a bool field not
having a third, unset state. The remedy is to unmarshal into a temporary
data structure to detect the presents of a field value and then use that
to determine if the default value should be used.

Fixes #491
2023-09-12 12:10:10 -07:00
Ian Fijolek
302caf0369 Update nomad provider to use mergo 2023-09-11 16:41:57 -07:00
CrazyMax
780f3fb81f runOnStartup watch option 2023-06-12 00:13:18 +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
Ian Fijolek
e7051f2e38 Check Nomad group meta tags
This was intended originally and included in the documentation, but missed in
the implementation.
2023-01-11 15:22:20 -08:00