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.244" 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