From 08cd650da5c522b52180609cd54085787de72920 Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Tue, 10 Mar 2020 14:33:05 -0400 Subject: [PATCH] homeassistant.mistborn --- compose/production/traefik/traefik.toml | 2 +- scripts/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compose/production/traefik/traefik.toml b/compose/production/traefik/traefik.toml index eee9b0e..1a1ce2b 100644 --- a/compose/production/traefik/traefik.toml +++ b/compose/production/traefik/traefik.toml @@ -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" diff --git a/scripts/install.sh b/scripts/install.sh index a487415..d114f28 100755 --- a/scripts/install.sh +++ b/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) declare -a dnslist=("pihole.mistborn" \ "home.mistborn" \ - "hass.mistborn" \ + "homeassistant.mistborn" \ "syncthing.mistborn" \ "chat.mistborn" \ "tor.mistborn" \