feat: init commit
This commit is contained in:
commit
0289360eb6
16 changed files with 449 additions and 0 deletions
27
templates/config.cupyer-hook.j2
Normal file
27
templates/config.cupyer-hook.j2
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
|
||||
dns:
|
||||
clientId: {{ cuyper__dns_clientId }}
|
||||
accessToken: {{ cuyper__dns_accessToken }}
|
||||
type: {{ cuyper__dns_type }}
|
||||
name: {{ cuyper__dns_name }}
|
||||
|
||||
gateway: {{ cuyper__gateway_hostname }}
|
||||
|
||||
portainer:
|
||||
hostName: {{ cuyper__portainer_hostName }}
|
||||
url: {{ cuyper__portainer_url }}
|
||||
username: {{ cuyper__portainer_username }}
|
||||
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