cuyper/templates/config.cuyper-hook.j2
2026-09-23 00:12:31 +01:00

28 lines
No EOL
703 B
Django/Jinja

---
dns:
clientId: {{ cuyper__dns_clientId }}
accessToken: {{ cuyper__dns_accessToken }}
type: {{ cuyper__dns_type }}
name: {{ cuyper__dns_name }}
domain: {{ cuyper__dns_domain }}
gateway: {{ cuyper__gateway_hostname }}
portainer:
hostName: "{{ cuyper__gateway_hostname }}"
url: "{{ cuyper__portainer_url }}"
user: "{{ cuyper__portainer_user }}"
password: "{{ cuyper__portainer_password }}"
endPointId: {{ cuyper__portainer_endPointId }}
smtp:
hostName: {{ cuyper__smtp_hostName }}
port: {{ cuyper__smtp_port }}
user: {{ cuyper__smtp_user }}
pass: {{ cuyper__smtp_pass }}
from: {{ cuyper__smtp_from }}
apikey: {{ cuyper__apikey }}
knownzones: {{ cuyper__knownzones }}