Compare commits
3 commits
18f9ffd7ae
...
1c4542e86f
Author | SHA1 | Date | |
---|---|---|---|
1c4542e86f | |||
69ef47f9a0 | |||
db233d3856 |
3 changed files with 9 additions and 3 deletions
|
@ -98,7 +98,7 @@
|
||||||
# infra
|
# infra
|
||||||
|
|
||||||
"truenas.internal.flake.sh" = "192.168.1.199";
|
"truenas.internal.flake.sh" = "192.168.1.199";
|
||||||
"assistant.internal.flake.sh" = "192.168.1.189";
|
"hass.internal.flake.sh" = "192.168.1.98";
|
||||||
"dashboard.internal.flake.sh" = "192.168.1.98";
|
"dashboard.internal.flake.sh" = "192.168.1.98";
|
||||||
"udm.internal.flake.sh" = "192.168.1.1";
|
"udm.internal.flake.sh" = "192.168.1.1";
|
||||||
"pve.internal.flake.sh" = "192.168.1.37";
|
"pve.internal.flake.sh" = "192.168.1.37";
|
||||||
|
|
|
@ -2,8 +2,8 @@ _: {
|
||||||
services.home-assistant.config = {
|
services.home-assistant.config = {
|
||||||
lovelace.mode = "yaml";
|
lovelace.mode = "yaml";
|
||||||
http = {
|
http = {
|
||||||
server_host = "192.168.1.98";
|
server_host = "0.0.0.0";
|
||||||
server_port = 8124;
|
server_port = 8123;
|
||||||
};
|
};
|
||||||
homeassistant = {
|
homeassistant = {
|
||||||
name = "Home";
|
name = "Home";
|
||||||
|
|
|
@ -40,6 +40,11 @@ _: {
|
||||||
entrypoints = ["web"];
|
entrypoints = ["web"];
|
||||||
service = "searxng";
|
service = "searxng";
|
||||||
};
|
};
|
||||||
|
hass = {
|
||||||
|
rule = "Host(`hass.internal.flake.sh`)";
|
||||||
|
entrypoints = ["web"];
|
||||||
|
service = "hass";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
services = {
|
services = {
|
||||||
stash.loadBalancer.servers = [{url = "http://localhost:9999";}];
|
stash.loadBalancer.servers = [{url = "http://localhost:9999";}];
|
||||||
|
@ -48,6 +53,7 @@ _: {
|
||||||
jellyseerr.loadBalancer.servers = [{url = "http://localhost:5055";}];
|
jellyseerr.loadBalancer.servers = [{url = "http://localhost:5055";}];
|
||||||
wallos.loadBalancer.servers = [{url = "http://localhost:8282";}];
|
wallos.loadBalancer.servers = [{url = "http://localhost:8282";}];
|
||||||
searxng.loadBalancer.servers = [{url = "http://localhost:8100";}];
|
searxng.loadBalancer.servers = [{url = "http://localhost:8100";}];
|
||||||
|
hass.loadBalancer.servers = [{url = "http://localhost:8123";}];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue