21 lines
591 B
YAML
21 lines
591 B
YAML
|
http:
|
||
|
routers:
|
||
|
unifi-router:
|
||
|
rule: "Host(`unifi.dudenhoeffer.casa`)"
|
||
|
service: unifi-service
|
||
|
# Optionally, you can add TLS configuration here if your router is serving HTTPS
|
||
|
|
||
|
services:
|
||
|
unifi-service:
|
||
|
loadBalancer:
|
||
|
servers:
|
||
|
- url: "https://192.168.0.146"
|
||
|
passHostHeader: true
|
||
|
# Skip TLS verification for the self-signed certificate
|
||
|
serversTransport: "unifi-servers-transport"
|
||
|
|
||
|
# Define the serversTransport to skip TLS verification
|
||
|
serversTransports:
|
||
|
unifi-servers-transport:
|
||
|
insecureSkipVerify: true
|