feat: a lots of stuff and bugfixes mostly
This commit is contained in:
parent
0289360eb6
commit
a13235a7db
14 changed files with 468 additions and 62 deletions
28
templates/config.cuyper-hook.j2
Normal file
28
templates/config.cuyper-hook.j2
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
|
||||
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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue