mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-07-04 06:04:49 +01:00
Improved network security
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user