Keep track of IPs for PVE hosts
Yea they're all random, I'll deal with that later
This commit is contained in:
@ -9,4 +9,4 @@ http:
|
||||
service-homeassistant:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: http://192.168.2.41:8123
|
||||
- url: http://{{ pve_hosts.homeassistant.ip }}:8123
|
||||
|
@ -9,4 +9,4 @@ http:
|
||||
service-jellyfin:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: http://10.23.1.29:8096
|
||||
- url: http://{{ pve_hosts.jellyfin.internal_ip }}:8096
|
||||
|
@ -3,17 +3,23 @@ entryPoints:
|
||||
address: :80
|
||||
proxyProtocol:
|
||||
trustedIPs:
|
||||
- "{{ traefik_proxy_protocol_trusted_ips }}"
|
||||
- "{{ wireguard.cidr }}"
|
||||
- "{{ pve_hosts.internal_cidr }}"
|
||||
- "{{ nebula.cidr }}"
|
||||
web-secure:
|
||||
address: :443
|
||||
proxyProtocol:
|
||||
trustedIPs:
|
||||
- "{{ traefik_proxy_protocol_trusted_ips }}"
|
||||
- "{{ wireguard.cidr }}"
|
||||
- "{{ pve_hosts.internal_cidr }}"
|
||||
- "{{ nebula.cidr }}"
|
||||
matrix:
|
||||
address: :8448
|
||||
proxyProtocol:
|
||||
trustedIPs:
|
||||
- "{{ traefik_proxy_protocol_trusted_ips }}"
|
||||
- "{{ wireguard.cidr }}"
|
||||
- "{{ pve_hosts.internal_cidr }}"
|
||||
- "{{ nebula.cidr }}"
|
||||
traefik:
|
||||
address: "{{ private_ip }}:8080"
|
||||
|
||||
|
Reference in New Issue
Block a user