feat: nextcloud #6

Merged
b12f merged 22 commits from feat/nextcloud into main 2023-10-29 12:53:21 +00:00
Showing only changes of commit 25f4c8d296 - Show all commits

View file

@ -9,7 +9,7 @@
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;
locations."/".proxyPass = "http://localhost:9980"; locations."/".proxyPass = "http://127.0.0.1:9980";
}; };
virtualisation = { virtualisation = {
@ -20,7 +20,7 @@
image = "collabora/code"; image = "collabora/code";
autoStart = true; autoStart = true;
ports = [ ports = [
"9980:9980" "127.0.0.1:9980:9980"
]; ];
extraOptions = [ extraOptions = [
"--cap-add=MKNOD" "--cap-add=MKNOD"