feat: Added homeassistant remote
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
./caddy.nix
|
||||
./fail2ban.nix
|
||||
./gitea.nix
|
||||
./home-assistant.nix
|
||||
# ./appflowy.nix
|
||||
|
||||
# ./jellyfin.nix
|
||||
@@ -19,7 +20,6 @@
|
||||
# ./nextcloud.nix
|
||||
# ./navidrome.nix
|
||||
# ./ldap.nix
|
||||
# ./home-assistant.nix
|
||||
# ./llama.nix
|
||||
# ./nextcloud.nix
|
||||
];
|
||||
|
||||
@@ -30,8 +30,15 @@
|
||||
copy_headers Remote-User Remote-Groups Remote-Email Remote-Name
|
||||
}
|
||||
reverse_proxy localhost:8123
|
||||
|
||||
'';
|
||||
};
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [5555 5353 1900 51827 48784 38989 18555];
|
||||
networking.firewall.allowedUDPPorts = [5555];
|
||||
networking.firewall.allowedTCPPortRanges = [
|
||||
{
|
||||
from = 21063;
|
||||
to = 21070;
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user