Commit Graph

32 Commits

Author SHA1 Message Date
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
privacyfr3ak
3a03484712 Apprise notif support 2025-08-03 14:50:04 +02: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
780f3fb81f runOnStartup watch option 2023-06-12 00:13:18 +02:00
Ben Tea
1da9ec5308 Adds ntfy.sh notification option 2023-02-18 17:29:14 -08:00
CrazyMax
9dd173a3b2 Fix CRON expression link 2022-12-29 11:06:49 +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
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
Jonas Weismueller
42e684d680 feat: support signal rest api notifications (#650) 2022-10-08 03:49:27 +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
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
6ac7139ce2 Dockerfile provider (#329)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-04-29 18:15:29 +02:00
CrazyMax
6455292a95 Update doc 2021-04-05 04:40:49 +02: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
072e5d6175 Make scheduler optional (#251)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-01-02 15:54:08 +00:00
CrazyMax
f7c14b4805 Fix registry timeout context (#221)
Image closer not required while fetching tags
2020-11-14 16:41:59 +01:00
CrazyMax
4382de80d6 Update doc 2020-11-13 01:55:39 +01:00
CrazyMax
b1953afdae Check digest from HEAD request (#217)
* Check digest from HEAD request
* Add FAQ note about Docker Hub rate limits
* Compare digest as watch setting

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-11-12 23:00:01 +00:00
aschoelzhorn
4e71b0c4d2 Add MQTT notification (#192) 2020-11-01 23:05:46 +00:00
CrazyMax
524019c900 Update schedule examples 2020-10-14 19:53:44 +02:00
CrazyMax
0f17ed12c1 Add support for Healthchecks to monitor Diun watcher (#78) 2020-10-13 20:23:05 +00:00
CrazyMax
365606f7a1 Fix links 2020-08-29 04:09:56 +02:00
CrazyMax
b9c35e369f Add Matrix notification (#136)
* Add Matrix notification (#124)
* Fix docs

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-07-29 19:29:13 +00:00
CrazyMax
e5862e4efb Seek configuration file from default places 2020-07-16 22:27:12 +02:00
CrazyMax
4383ccab61 Remove docs landing page 2020-07-06 01:01:16 +02:00
CrazyMax
c0e3f7e85f Automatically determine registry options based on image name (#103)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-06-22 00:19:59 +00:00
CrazyMax
9d4fd998b5 Add env vars config example 2020-06-20 05:25:59 +02:00
CrazyMax
db2bce3bb3 Docs website with mkdocs (#100)
* Fix build workflow

* Docs website with mkdocs (#99)

* Fix docs workflow

* Move mkdocs Docker file

* Ignore docs in build workflow

* Update workflows

* Update links

* Move upgrade notes to documentation

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-06-19 22:47:17 +00:00