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"]
[frontends.homeassistant.headers] [frontends.homeassistant.headers]
HostsProxyHeaders = ['X-CSRFToken'] HostsProxyHeaders = ['X-CSRFToken']
[frontends.homeassistant.routes.dr1] [frontends.homeassistant.routes.dr1]
rule = "Host:hass.mistborn" rule = "Host:homeassistant.mistborn"
[frontends.syncthing] [frontends.syncthing]
backend = "syncthing" backend = "syncthing"

2
scripts/install.sh

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

Loading…
Cancel
Save