Browse Source

homeassistant.mistborn

merge-requests/5/head
Steven Foerster 6 years ago
parent
commit
08cd650da5
  1. 2
      compose/production/traefik/traefik.toml
  2. 2
      scripts/install.sh

2
compose/production/traefik/traefik.toml

@ -100,7 +100,7 @@ defaultEntryPoints = ["http"] @@ -100,7 +100,7 @@ defaultEntryPoints = ["http"]
[frontends.homeassistant.headers]
HostsProxyHeaders = ['X-CSRFToken']
[frontends.homeassistant.routes.dr1]
rule = "Host:hass.mistborn"
rule = "Host:homeassistant.mistborn"
[frontends.syncthing]
backend = "syncthing"

2
scripts/install.sh

@ -197,7 +197,7 @@ sudo systemctl disable dnsmasq 2>/dev/null || true @@ -197,7 +197,7 @@ sudo systemctl disable dnsmasq 2>/dev/null || true
# array of dns entries to add (not not already present)
declare -a dnslist=("pihole.mistborn" \
"home.mistborn" \
"hass.mistborn" \
"homeassistant.mistborn" \
"syncthing.mistborn" \
"chat.mistborn" \
"tor.mistborn" \

Loading…
Cancel
Save