Complete personal data replacement in Traefik configs

- 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>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-05 18:41:42 +00:00
parent 300d870a2b
commit 0052fa4ddc
4 changed files with 16 additions and 16 deletions

View File

@@ -2,7 +2,7 @@ http:
routers:
# Individual Services
homeassistant:
rule: "Host(`hass.kelinreij.duckdns.org`)"
rule: "Host(`hass.yourdomain.duckdns.org`)"
entryPoints:
- websecure
service: homeassistant