-------------------------- * MODIFY: - modified endpoint for ipam.thezengarden.net
208 lines
4.3 KiB
YAML
208 lines
4.3 KiB
YAML
---
|
|
|
|
proxy_sites:
|
|
wiki.thezengarden.net:
|
|
proto : http
|
|
dest : docker.thezengarden.net
|
|
port : 8081
|
|
|
|
|
|
git.thezengarden.net:
|
|
proto : https
|
|
dest : gitlab.thezengarden.net
|
|
port : 443
|
|
max_upload : "{{ proxy_default_max_upload }}"
|
|
|
|
|
|
gitea.thezengarden.net:
|
|
proto : http
|
|
dest : pi.thezengarden.net
|
|
port : 3000
|
|
max_upload : "{{ proxy_default_max_upload }}"
|
|
|
|
|
|
hastebin.thezengarden.net:
|
|
proto : http
|
|
dest : docker.thezengarden.net
|
|
port : 7777
|
|
|
|
|
|
ipam.thezengarden.net:
|
|
proto : http
|
|
dest : "{{ proxy_default_host }}"
|
|
port : 80
|
|
|
|
|
|
nms.thezengarden.net:
|
|
proto : http
|
|
dest : nms-vm.thezengarden.net
|
|
port : 80
|
|
|
|
|
|
observium.thezengarden.net:
|
|
proto : http
|
|
dest : observium-vm.thezengarden.net
|
|
port : 80
|
|
|
|
|
|
media.thezengarden.net:
|
|
proto : http
|
|
dest : media.thezengarden.net
|
|
port : 32400
|
|
|
|
|
|
hme-1.thezengarden.net:
|
|
proto : http
|
|
dest : kansai.thezengarden.net
|
|
port : 80
|
|
|
|
|
|
hme-2.thezengarden.net:
|
|
proto : https
|
|
dest : 10.1.1.6
|
|
port : 9090
|
|
|
|
|
|
gw.thezengarden.net:
|
|
proto : https
|
|
dest : er4.thezengarden.net
|
|
port : 443
|
|
|
|
|
|
# hme-3.thezengarden.net:
|
|
# proto : https
|
|
# dest : kaiju.thezengarden.net
|
|
# port : 8006
|
|
|
|
|
|
chat.thezengarden.net:
|
|
proto : http
|
|
dest : docker.thezengarden.net
|
|
port : 8065
|
|
|
|
|
|
centos.thezengarden.net:
|
|
proto : http
|
|
dest : 10.1.1.5
|
|
port : 80
|
|
|
|
|
|
wordpress.thezengarden.net:
|
|
proto : http
|
|
dest : 10.10.10.118
|
|
port : 80
|
|
|
|
|
|
mail.thezengarden.net:
|
|
proto : https
|
|
dest : mailcow.thezengarden.net
|
|
port : 443
|
|
|
|
|
|
seafile.thezengarden.net:
|
|
proto : http
|
|
dest : sa.thezengarden.net
|
|
port : 8000
|
|
seafhttp_port : 8082
|
|
max_upload : "{{ proxy_default_max_upload }}"
|
|
|
|
|
|
tower.thezengarden.net:
|
|
proto : http
|
|
dest : awx.thezengarden.net
|
|
port : 80
|
|
|
|
|
|
tower2.thezengarden.net:
|
|
proto : http
|
|
dest : awx2.thezengarden.net
|
|
port : 80
|
|
|
|
|
|
dashboard.thezengarden.net:
|
|
proto : https
|
|
dest : "{{ proxy_default_host }}"
|
|
port : 443
|
|
|
|
|
|
pw.thezengarden.net:
|
|
proto : http
|
|
dest : docker.thezengarden.net
|
|
port : 8001
|
|
|
|
|
|
images.thezengarden.net:
|
|
proto : http
|
|
dest : "{{ proxy_default_host }}"
|
|
port : 80
|
|
max_upload : "{{ proxy_default_max_upload }}"
|
|
|
|
|
|
cloud.thezengarden.net:
|
|
proto : https
|
|
dest : zg-lxoc01.thezengarden.net
|
|
port : 443
|
|
max_upload : "{{ proxy_default_max_upload }}"
|
|
|
|
|
|
wifi.thezengarden.net:
|
|
proto : https
|
|
dest : unifi.thezengarden.net
|
|
port : 8443
|
|
max_upload : "{{ proxy_default_max_upload }}"
|
|
|
|
|
|
lakeshorebulldogs.com:
|
|
aliases : www.lakeshorebulldogs.com
|
|
proto : http
|
|
dest : "{{ proxy_default_host }}"
|
|
port : 80
|
|
ssl_cert : "{{ proxy_site_ssl_directory }}/lakeshorebulldogs.com/fullchain1.pem"
|
|
ssl_key : "{{ proxy_site_ssl_directory }}/lakeshorebulldogs.com/privkey1.pem"
|
|
max_upload : "{{ proxy_default_max_upload }}"
|
|
|
|
|
|
resources.thezengarden.net:
|
|
proto : http
|
|
dest : "{{ proxy_default_host }}"
|
|
port : 80
|
|
|
|
|
|
thezengarden.net:
|
|
aliases : www.thezengarden.net
|
|
proto : https
|
|
dest : "{{ proxy_default_host }}"
|
|
port : 443
|
|
max_upload : "{{ proxy_default_max_upload }}"
|
|
|
|
|
|
devel.thezengarden.net:
|
|
proto : http
|
|
dest : "{{ proxy_default_host }}"
|
|
port : 80
|
|
|
|
|
|
beta.chris-hammer.com:
|
|
proto : http
|
|
dest : "{{ proxy_default_host }}"
|
|
port : 80
|
|
ssl_cert : "{{ proxy_site_ssl_directory }}/chris-hammer.com/fullchain6.pem"
|
|
ssl_key : "{{ proxy_site_ssl_directory }}/chris-hammer.com/privkey6.pem"
|
|
|
|
|
|
christian-hammer.com:
|
|
aliases : www.christian-hammer.com
|
|
proto : http
|
|
dest : "{{ proxy_default_host }}"
|
|
port : 80
|
|
ssl_cert : "{{ proxy_site_ssl_directory }}/christian-hammer.com/fullchain6.pem"
|
|
ssl_key : "{{ proxy_site_ssl_directory }}/christian-hammer.com/privkey6.pem"
|
|
|
|
|
|
chris-hammer.com:
|
|
proto : http
|
|
dest : "{{ proxy_default_host }}"
|
|
port : 80
|
|
ssl_cert : "{{ proxy_site_ssl_directory }}/chris-hammer.com/fullchain6.pem"
|
|
ssl_key : "{{ proxy_site_ssl_directory }}/chris-hammer.com/privkey6.pem"
|