Make sure valetudo is reachable on both IP
This commit is contained in:
parent
e983b735d7
commit
e946a3f962
14
homelab.org
14
homelab.org
@ -391,11 +391,6 @@ services:
|
||||
- "traefik.http.services.traefik-svc.loadbalancer.server.port=8080"
|
||||
# Services - API
|
||||
- "traefik.http.routers.traefik-rtr.service=api@internal"
|
||||
# Test
|
||||
- "traefik.http.routers.test.entrypoints=https"
|
||||
- "traefik.http.routers.test.rule=Host(`test.$DOMAINNAME`)"
|
||||
- "traefik.http.routers.test.tls=true"
|
||||
- "traefik.http.routers.test.service=test@file"
|
||||
# Router
|
||||
- "traefik.http.routers.openwrt.entrypoints=https"
|
||||
- "traefik.http.routers.openwrt.rule=Host(`openwrt.$DOMAINNAME`)"
|
||||
@ -461,10 +456,6 @@ certificatesResolvers:
|
||||
#+begin_src yaml :tangle /ssh:thomas@homelab:~/docker/config/traefik2/services.yaml
|
||||
http:
|
||||
services:
|
||||
test:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://192.168.2.24/"
|
||||
openwrt:
|
||||
loadBalancer:
|
||||
servers:
|
||||
@ -473,6 +464,11 @@ http:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://192.168.1.110/"
|
||||
- url: "http://192.168.2.157/"
|
||||
healthCheck:
|
||||
path: /
|
||||
inverval: "60s"
|
||||
timeout: "3s"
|
||||
#+end_src
|
||||
|
||||
*** =authelia= - Single Sign-On Multi-Factor portal ([[https://github.com/authelia/authelia][link]])
|
||||
|
Loading…
Reference in New Issue
Block a user