- Replace remaining domain references in Traefik dynamic configs - Replace kelinreij.duckdns.org with yourdomain.duckdns.org in: - external-host-homeassistant.yml - local-host-production.yml - sablier.yml - markup.yml service URLs Co-authored-by: kelinfoxy <67766943+kelinfoxy@users.noreply.github.com>
20 lines
425 B
YAML
20 lines
425 B
YAML
http:
|
|
routers:
|
|
# Individual Services
|
|
homeassistant:
|
|
rule: "Host(`hass.yourdomain.duckdns.org`)"
|
|
entryPoints:
|
|
- websecure
|
|
service: homeassistant
|
|
tls:
|
|
certResolver: letsencrypt
|
|
middlewares:
|
|
- authelia@docker
|
|
services:
|
|
# Individual Services
|
|
homeassistant:
|
|
loadBalancer:
|
|
servers:
|
|
- url: "http://:8123"
|
|
passHostHeader: true
|