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
|
|
@ -1,18 +1,21 @@
|
|||
---
|
||||
cuyper__config_file: '/cuyper/config.yml'
|
||||
cuyper__vhosts_file: '/cuyper/vhosts.yml'
|
||||
cuyper__cuyper_ssl: "no"
|
||||
cuyper__portainer_certbot_enabled: "no"
|
||||
cuyper__hostname: 'domain.com'
|
||||
|
||||
cuyper__knownzones:
|
||||
- 'zone.com'
|
||||
|
||||
cuyper__volumes_path: /live/volumes
|
||||
cuyper__compose_path: /live/instances
|
||||
cuyper__config_path: /live/config
|
||||
|
||||
cuyper__dns_clientId: 3213
|
||||
cuyper__dns_accessToken: my_access_toke
|
||||
cuyper__dns_type: 'dnssimple'
|
||||
cuyper__dns_name: 'ns1'
|
||||
cuyper__dns_domain: "{{ cuyper__hostname }}"
|
||||
|
||||
cuyper__gateway_hostname: 'domain.com'
|
||||
|
||||
cuyper__portainer_storage_path: /live/storage/portainer/data
|
||||
cuyper__portainer_docker_sock: /var/run/docker.sock
|
||||
cuyper__portainer_hostName: hostnamePortainer
|
||||
cuyper__portainer_url: https://url
|
||||
cuyper__portainer_username: bot
|
||||
cuyper__portainer_password: xyas8oas
|
||||
cuyper__portainer_endPointId: 2
|
||||
|
|
@ -25,10 +28,33 @@ cuyper__smtp_from: 'support'
|
|||
|
||||
cuyper__apikey: dlsya8d9yashdp9asy0ud
|
||||
|
||||
cuyper__knownzones:
|
||||
- 'zone.com'
|
||||
## NOT RECOMMENDED TO CHANGE THIS VARS
|
||||
cuyper__repo: ssh://git@git.nsnm.net:222/nsnm/cupyer-hook.git
|
||||
|
||||
cuyper__cuyper_storage_path: "/live/storage/cuyper-hook"
|
||||
cuyper__cuyper_instance_path: "/live/instances/cuyper-hook"
|
||||
cuyper__cuyper_config_file: "/live/storage/cuyper-hook/cuyper-hook.yml"
|
||||
cuyper__cuyper_vhosts_file: "/live/storage/cuyper-hook/vhosts.yml"
|
||||
cuyper__cuyper_storage_path: "{{ cuyper__volumes_path }}/cuyper"
|
||||
cuyper__cuyper_instance_path: "{{ cuyper__compose_path }}/cuyper"
|
||||
cuyper__cuyper_config_path: "{{ cuyper__config_path }}/cuyper"
|
||||
|
||||
cuyper__gateway_hostname: portainer
|
||||
cuyper__portainer_instance_path: "{{ cuyper__compose_path }}/portainer"
|
||||
cuyper__portainer_storage_path: "{{ cuyper__volumes_path }}/portainer/data"
|
||||
|
||||
cuyper__portainer_docker_sock: /var/run/docker.sock
|
||||
cuyper__portainer_url: http://{{ cuyper__gateway_hostname }}:9000
|
||||
|
||||
swarm_dummy_interface: swarm0
|
||||
swarm_dummy_address: 10.255.0.1/32
|
||||
swarm_advertise_addr: 10.255.0.1
|
||||
|
||||
swarm_manager_group: swarm_managers
|
||||
swarm_worker_group: swarm_workers
|
||||
|
||||
swarm_networks:
|
||||
- name: loadbalance-network
|
||||
driver: overlay
|
||||
attachable: true
|
||||
internal: false
|
||||
- name: internal_network
|
||||
driver: overlay
|
||||
attachable: false
|
||||
internal: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue