feat: Added seafile and remove homeassistant

This commit is contained in:
uttarayan21
2025-06-15 03:11:32 +05:30
parent 935231c118
commit 5d598b20d5
3 changed files with 52 additions and 11 deletions

View File

@@ -7,12 +7,19 @@
"met"
"radio_browser"
"wiz"
"homekit"
"homekit_controller"
];
customComponents = [
pkgs.home-assistant-custom-components.auth-header
];
config = {
default_config = {};
homeassistant = {
external_url = "https://home.darksailor.dev";
name = "Home Assistant";
time_zone = "Asia/Kolkata";
};
http = {
server_host = "::1";
trusted_proxies = ["::1"];
@@ -33,8 +40,43 @@
'';
};
};
networking.firewall.allowedTCPPorts = [5555 5353 1900 51827 48784 38989 18555];
networking.firewall.allowedUDPPorts = [5555];
networking.firewall.allowedTCPPorts = [
8888
5555
5432
5000
7070
6600
2019
22
21064
48829
11434
3000
8123
5432
443
22
80
55447
25565
21064
40000
];
networking.firewall.allowedUDPPorts = [
5353
41641
68
5353
5353
41641
47663
53040
443
1900
1900
5555
];
networking.firewall.allowedTCPPortRanges = [
{
from = 21063;