my-runtipi/_traefik/dynamic/_templates/rt.ha.yml.shefet
Lockszmith (@kateryna) 8097a303d8 Move system specific values into _templates
Added szetup.sh to link to the system specific templates
2024-12-24 15:45:23 -05:00

23 lines
643 B
Text

# http routing section
http:
routers:
# Define a connection between requests and services
home-assistant:
rule: "Host(`ha.shefet.net`)"
entrypoints:
- websecure
# # If the rule matches, applies the middleware
# middlewares:
# - test-user
# If the rule matches, forward to the whoami service (declared below)
service: home-assistant
tls:
certresolver: myresolver
services:
# Define how to reach an existing service on our infrastructure
home-assistant:
loadBalancer:
servers:
- url: "http://ha.lan:8123"
#- address: "ha.lan:8123"