This commit is contained in:
mjallen18
2026-03-30 14:46:08 -05:00
parent 47b9c1ae98
commit 2f8f5092c4
3 changed files with 6 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ let
@hass host hass.mjallen.dev
handle @hass {
reverse_proxy http://nuc-nixos.local:8123
reverse_proxy http://10.0.1.4:8123
}
'';
};

View File

@@ -80,6 +80,10 @@ let
settings = {
installed = true;
auth.bruteforce.protection.enabled = true;
user_oidc = {
auto_provision = false;
};
overwrite.cli.url = "https://cloud.mjallen.dev";
overwriteprotocol = "https";
overwritehost = "cloud.mjallen.dev";