_dreamhost.tpl 569 B

1234567891011121314
  1. {{/* https://github.com/qdm12/ddns-updater/blob/master/docs/dreamhost.md */}}
  2. {{- define "ddns.config.dreamhost" -}}
  3. {{- $item := .item }}
  4. key: {{ $item.dreamHostKey | required "DDNS Updater - Expected non-empty [Key] for Dreamhost provider" }}
  5. {{- end -}}
  6. {{/*
  7. ddnsConfig:
  8. config:
  9. - provider: dreamhost - Required
  10. domain: "example.com" - Required
  11. host: "@" - Required - Valid value ("@" or subdomain)
  12. ipVersion: "" - Required - Valid values (ipv4/ipv6/"")
  13. dreamHostKey: key - Required
  14. */}}