This commit is contained in:
Hadi 2024-06-08 02:32:42 +02:00
parent 08b9ef2677
commit 14eeb7bd3a

View File

@ -7,10 +7,15 @@
package = pkgs.nextcloud29;
hostName = "cloud.anotherhadi.com";
config.adminpassFile = "/etc/nextcloudpwd";
https = true;
};
services.nginx.virtualHosts.${config.services.nextcloud.hostName} = {
forceSSL = false;
enableACME = false;
locations."/" = {
proxyPass = "http://localhost:8080";
proxyWebsockets = true;
};
};
}