sombrero: Export syncthing to internet

This commit is contained in:
Alexander Heldt
2023-05-09 15:27:48 +02:00
parent 8a761aafda
commit 751f77b73d

View File

@@ -106,6 +106,15 @@
proxyPass = "http://127.0.0.1:8181";
};
};
virtualHosts."syncthing.sombrero.a2x.se" = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://0.0.0.0:8384";
};
};
};
openssh = {
@@ -151,6 +160,7 @@
gui = {
user = "syncthing";
password = "CBLPEBrHoGPOnfdZtLibnSAaPAALXfSU";
insecureSkipHostcheck = false;
};
};