feat: updated synology port paths

This commit is contained in:
Nick 2025-10-10 16:01:13 -05:00
parent aa4f355ddd
commit 959e6985f0

View file

@ -21,6 +21,7 @@ in
path0 = "${sopsPath}/${name}";
};
ports = {
port0 = 5001; # Synology HTTPS
port0 = 5000; # Synology HTTP
port1 = 5001; # Synology HTTPS
};
}