Improved network security

This commit is contained in:
2026-06-23 00:39:03 +01:00
parent 5c741e2281
commit 7996c72dfc
2 changed files with 0 additions and 4 deletions
@@ -59,9 +59,6 @@
"nextcloud-net"
"proxy-net"
];
ports = [
"9980:9980"
];
environment = {
username = "admin";
password = config.sops.secrets.nextcloud-collabora_password.path;
@@ -71,7 +71,6 @@
"/home/cianh/freshrss/data:/var/www/FreshRSS/data"
"/home/cianh/freshrss/extensions:/var/www/FreshRSS/extensions"
];
ports = ["3457:80"];
extraPodmanArgs = [
"--log-opt max-size=10m"
];