Commit Graph

170 Commits

Author SHA1 Message Date
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
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
4cb54216c9 Merge pull request #1330 from BixelPitch/master
docs(#1256): add correction for podman setup
2025-01-19 13:03:45 +01:00
BixelPitch
304d912d02 docs(#1256): add correction for podman setup 2025-01-12 22:52:42 +01:00
Michael van Tricht
627d3c49f9 Update webhook.md 2025-01-09 19:59:18 +01:00
CrazyMax
150d9868a1 docs: migration notes for telegram notification 2024-12-20 18:26:19 +01:00
CrazyMax
804411d398 telegram: merge topics to chatID 2024-12-18 18:53:28 +01:00
jon4hz
d673b3c9dc fix(telegram): support only one topicID per chatID 2024-12-18 16:16:44 +01:00
jon4hz
45893c2ed9 docs(telegram): add 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
e67315ccd6 docs: fix compose examples to use latest stable syntax 2024-06-10 09:47:54 +02:00
CrazyMax
682147c6e2 docs: new blog post 2023-12-06 02:21:56 +01:00
szerencl
6ab5a97ada Added sound option for pushover 2023-10-07 00:36:07 +02:00
guangwu
562150b84d fix: occurred typo 2023-09-24 13:04:50 +08:00
CrazyMax
f5d1d23319 docs: regopts typo 2023-09-23 18:22:24 +02:00
CrazyMax
70b2f5c81b docs: move imageDefaults to defaults in config root 2023-09-23 18:22:24 +02:00
Ian Fijolek
62e17508bf docs: fix file link 2023-09-23 17:30:21 +02:00
Ian Fijolek
cd502015da docs: image defaults 2023-09-23 17:30:21 +02:00
CrazyMax
522c8e9448 handle analysis of image with tag and digest 2023-09-16 18:41:00 +02:00
CrazyMax
ce3c66d628 Merge pull request #819 from thomas-mc-work/patch-1
Follow KISS principle in documentation
2023-09-16 14:44:45 +02:00
Ian Fijolek
752a914d10 Fix dead link in reporting-issue docs
Also makes the link text more descriptive.

Fixes #962
2023-09-15 10:57:48 -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
CrazyMax
ef09003a10 Merge pull request #881 from Cameo007/patch-3
Update reporting-issue.md
2023-05-25 19:03:58 +02:00
Pascal Dietrich
3b63709a50 Update reporting-issue.md
There was a missing slash in the URL in the "create a new issue" link.
2023-05-25 18:52:55 +02:00
Pascal Dietrich
26022a8e69 Update binary.md
There was a slash missed in the URL in the download and extract snippet.
2023-05-25 18:41:02 +02:00
Digital Aloha
3b2880f3c8 Update blog-posts.md
Added Digital Aloha Youtube video on DIUN.
2023-04-06 08:41:55 -10:00
CrazyMax
d418244e83 docs: new blog post 2023-03-17 12:42:21 +01:00
Thomas McWork
a1e66327df Follow KISS principle in documentation
… by:

- omit redefining default values
- avoid an artificial container name (mostly not required when using docker compose)
- use the `PWD` env variable instead of spawning a process for the same result
2023-03-17 09:16:32 +01:00
nav1s
d337e015a2 fix typo in releases url 2023-03-11 09:04:19 +02:00
Ben Tea
1da9ec5308 Adds ntfy.sh notification option 2023-02-18 17:29:14 -08:00
CrazyMax
073e08ee11 Entry metadata field 2022-12-29 11:15:26 +01:00
CrazyMax
9dd173a3b2 Fix CRON expression link 2022-12-29 11:06:49 +01:00
CrazyMax
f5ec2d535b docs: Fix markdown tables syntax 2022-12-29 07:52:05 +01:00
CrazyMax
d7909f0156 Allow customizing Signal notification message 2022-12-29 07:47:38 +01:00
CrazyMax
a12d296e6f Jitter watch option 2022-12-28 14:13:47 +01:00
CrazyMax
d9a20cbb19 Fix nomad docs 2022-12-28 03:40:12 +01:00
CrazyMax
a27d4f6343 docs: fix typo in telegram page 2022-12-28 00:59:10 +01:00
CrazyMax
d135167ceb Fix email notification message template 2022-12-28 00:58:32 +01:00
CrazyMax
1486495bad Merge pull request #722 from IamTheFij/nomad-provider
Add Nomad provider
2022-12-27 17:46:03 +01:00
Ian Fijolek
6318e4f069 Add Nomad provider
I modeled it off the Kubernetes provider a bit. It supports setting task
config at group and task levels using services and meta attributes.
2022-12-27 17:35:27 +01:00
CrazyMax
5f264dfaf5 docs: fix badge 2022-12-21 01:14:48 +01:00
Jonas Weismueller
42e684d680 feat: support signal rest api notifications (#650) 2022-10-08 03:49:27 +02:00
Doug Edey
2db20ddba4 Correct the issues URL (#697)
The repo_url does not contain a trailing slash, so the link is a 404, and with the `q=` query in the URL it searches all Issues & PRs which is not what I think is wanted.
2022-10-07 21:01:10 +02:00
Steven
cef6cd5c41 List valid log levels (#668) 2022-08-08 12:32:38 +02:00