From 210caefaddc4f78af41799ecc61d04570ab34f4b Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sun, 11 Aug 2024 10:16:38 +0200 Subject: [PATCH] docs: document gotify notification provider config --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index b92ad43..67c975c 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,12 @@ dns_provider: config: api_key: base_url: https://api.hosting.ionos.com/dns +notification_provider: + type: gotify + config: + url: + token: + priority: 0 domains: - tld: example.com subdomains: @@ -59,3 +65,14 @@ The notification provider is used to send notifications whena IP address changes ### Console The console notification provider is used to print the notification to the console. This is the default notification provider. + +### Gotify +The Gotify notification provider is used to send notifications to a Gotify server. + +```yaml +url: +token: +priority: 0 +``` + +The priority must be between 0 and 4. \ No newline at end of file