This commit is contained in:
Henri Dohmen 2025-07-16 10:05:03 +02:00
parent 2de311ffc6
commit 55cc5eedd5
Signed by: hd
GPG key ID: AB79213B044674AE
4 changed files with 12 additions and 10 deletions

View file

@ -19,14 +19,9 @@
secrets = config.age.secrets.roam-firefox-sync-secret.path;
singleNode = {
enable = true;
hostname = "fx-sync.lan";
enableTLS = false;
};
};
services.nginx.virtualHostsPriv."fx-sync.lan" = {
locations."/" = {
proxyPass = "http://127.0.0.1:${toString config.services.firefox-syncserver.settings.port}";
recommendedProxySettings = true;
hostname = "firefox-syncserver.roam.hdohmen.de";
enableNginx = true;
enableTLS = true;
};
};
}