chore: replace home-server IP with hostname
This is compatible with Tailscale and should cause less issues.
This commit is contained in:
parent
3284bc1f48
commit
8d0d5a36be
3 changed files with 3 additions and 3 deletions
services/home-assistant
|
@ -78,7 +78,7 @@ in
|
|||
country = "DE";
|
||||
temperature_unit = "C";
|
||||
external_url = "https://home.felschr.com";
|
||||
internal_url = "http://192.168.1.102:8123";
|
||||
internal_url = "http://home-server:8123";
|
||||
media_dirs.media = "/media";
|
||||
allowlist_external_dirs = [
|
||||
"/tmp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue