docs: document gotify notification provider config
All checks were successful
CI / test (pull_request) Successful in 37s

This commit is contained in:
2024-08-11 10:16:38 +02:00
parent 2bbc33dcb4
commit 210caefadd

View File

@@ -23,6 +23,12 @@ dns_provider:
config: config:
api_key: <your-api-key> api_key: <your-api-key>
base_url: https://api.hosting.ionos.com/dns base_url: https://api.hosting.ionos.com/dns
notification_provider:
type: gotify
config:
url: <your-gotify-host>
token: <your-token>
priority: 0
domains: domains:
- tld: example.com - tld: example.com
subdomains: subdomains:
@@ -59,3 +65,14 @@ The notification provider is used to send notifications whena IP address changes
### Console ### Console
The console notification provider is used to print the notification to the console. This is the default notification provider. 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: <your-gotify-host>
token: <your-token>
priority: 0
```
The priority must be between 0 and 4.