This commit is contained in:
mjallen18
2025-11-16 19:22:39 -06:00
parent 2a77d233f9
commit 6dc81d0cbf
9 changed files with 375 additions and 140 deletions

View File

@@ -11,6 +11,7 @@
};
lubelogger.enable = true;
nextcloud.enable = true;
onlyoffice.enable = true;
ai.enable = true;
paperless.enable = true;
traefik.enable = true;
@@ -32,6 +33,8 @@
};
};
ocis.enable = false;
arrs = {
enable = true;
localAddress = "10.0.1.51";

View File

@@ -82,6 +82,12 @@ in
group = "crowdsec";
mode = "u=rwx,g=rwx,o=rx";
}
{
directory = "/var/lib/nextcloud";
user = "nextcloud";
group = "nextcloud";
mode = "u=rwx,g=rwx,o=rx";
}
{
directory = "/plugins-storage";
user = "traefik";
@@ -150,6 +156,7 @@ in
5432
3001
3333
5201 # iperf
];
allowedUDPPorts = config.${namespace}.network.firewall.allowedTCPPorts;
};