syncthing arpa

This commit is contained in:
2026-07-03 21:15:55 +03:00
parent 1607482cb8
commit d8300035cf
4 changed files with 27 additions and 9 deletions
+14
View File
@@ -212,6 +212,20 @@ in
client_max_body_size 5G;
'';
};
"glances.home.arpa" = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://127.0.0.1:61208";
};
};
"syncthing.home.arpa" = {
addSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://127.0.0.1:8384";
};
};
# "zeroq.home.arpa" = {
# forceSSL = true;
# enableACME = true;