Rename *.shefet to *.wolfpack

This commit is contained in:
Lockszmith (@wolfpack) 2025-02-26 23:58:48 -05:00
parent 9c01302f6e
commit 37f4f0b257
2 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1,24 @@
# 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:
# - trustedHeaders
# 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"