_strato.tpl 715 B

12345678910111213141516
  1. {{/* https://github.com/qdm12/ddns-updater/blob/master/docs/strato.md */}}
  2. {{- define "ddns.config.strato" -}}
  3. {{- $item := .item }}
  4. password: {{ $item.stratoPassword | required "DDNS Updater - Expected non-empty [Password] for Strato provider" }}
  5. provider_ip: {{ $item.stratoProviderIP }}
  6. {{- end -}}
  7. {{/*
  8. ddnsConfig:
  9. config:
  10. - provider: strato - Required
  11. domain: "example.com" - Required
  12. host: "@" - Required - Valid value ("@" or subdomain)
  13. ipVersion: "" - Required - Valid values (ipv4/ipv6/"")
  14. stratoPassword: password - Required
  15. stratoProviderIP: false - Required - Valid values (true/false)
  16. */}}