feat: add Firefox Sync module and update DNS settings for sync.cloonar.com

This commit is contained in:
2025-06-01 17:01:12 +02:00
parent 4969520222
commit 365d15767b
5 changed files with 32 additions and 35 deletions

View File

@@ -16,4 +16,13 @@
proxyWebsockets = true;
};
};
services.nginx.virtualHosts."sync.cloonar.com" = {
forceSSL = true;
enableACME = true;
acmeRoot = null;
locations."/" = {
proxyPass = "http://${config.networkPrefix}.97.6:80";
proxyWebsockets = true;
};
};
}