fix(homelab): fix homeassistant route to 8080
This commit is contained in:
@@ -19,7 +19,7 @@ routes = [
|
||||
{
|
||||
name = "home-assistant",
|
||||
namespace = "home",
|
||||
port = 8123,
|
||||
port = 8080,
|
||||
private = true
|
||||
},
|
||||
{
|
||||
|
||||
@@ -42,7 +42,7 @@ spec:
|
||||
rules:
|
||||
- backendRefs:
|
||||
- name: home-assistant
|
||||
port: 8123
|
||||
port: 8080
|
||||
filters:
|
||||
- type: ExtensionRef
|
||||
extensionRef:
|
||||
|
||||
@@ -20,12 +20,6 @@
|
||||
|
||||
networking.hostName = meta.hostname;
|
||||
networking.networkmanager.enable = true;
|
||||
networking.firewall.extraCommands = ''
|
||||
iptables -I INPUT -d 192.168.27.10/32 -s 10.0.0.0/8 -j ACCEPT
|
||||
iptables -I INPUT -d 192.168.27.10/32 -s 172.16.0.0/12 -j ACCEPT
|
||||
iptables -I INPUT -d 192.168.27.10/32 -s 192.168.0.0/16 -j ACCEPT
|
||||
iptables -I INPUT -d 192.168.27.10/32 -j DROP
|
||||
'';
|
||||
|
||||
time.timeZone = "America/Vancouver";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user