26 lines
500 B
YAML
26 lines
500 B
YAML
|
|
||
|
# remote/wan ip provider configuration
|
||
|
ip-provider:
|
||
|
url: "https://icanhazip.com"
|
||
|
|
||
|
# dyndns provider configuration
|
||
|
dyndns-provider:
|
||
|
username: "<username>"
|
||
|
password: "<password>"
|
||
|
hostname: "<domain name>"
|
||
|
url: "<dyndns api url>"
|
||
|
|
||
|
# notfication configuration (https://ntfy.sh)
|
||
|
notification:
|
||
|
enabled: true
|
||
|
username: "<ntfy username>"
|
||
|
password: "<ntfy password>"
|
||
|
url: "<ntfy url>"
|
||
|
topic: "<ntfy topic>"
|
||
|
|
||
|
|
||
|
# set the interval in seconds
|
||
|
interval: 60
|
||
|
|
||
|
# en/disable debug mode
|
||
|
debug: true
|