feat: nextcloud test

This commit is contained in:
Nick 2024-10-18 04:11:10 -05:00
parent 13c2c48daa
commit 065ac57103

View file

@ -173,15 +173,13 @@ in {
key = "${sslPath}/${minecraftName}.${domain0}/key.pem"; key = "${sslPath}/${minecraftName}.${domain0}/key.pem";
}; };
}; };
nextcloud = let nextcloud = {
nextcloudSubdomain = "calendar";
in {
label = nextcloudLabel; label = nextcloudLabel;
name = nextcloudName; name = nextcloudName;
sops = { sops = {
path0 = "${sops}/${nextcloudName}"; path0 = "${sops}/${nextcloudName}";
}; };
subdomain = nextcloudSubdomain; subdomain = nextcloudName;
paths = { paths = {
path0 = "${servicePath}/${nextcloudLabel}"; path0 = "${servicePath}/${nextcloudLabel}";
}; };
@ -189,8 +187,8 @@ in {
port0 = 8354; # Nextcloud port0 = 8354; # Nextcloud
}; };
ssl = { ssl = {
cert = "${sslPath}/${nextcloudSubdomain}.${domain1}/fullchain.pem"; cert = "${sslPath}/${nextcloudName}.${domain1}/fullchain.pem";
key = "${sslPath}/${nextcloudSubdomain}.${domain1}/key.pem"; key = "${sslPath}/${nextcloudName}.${domain1}/key.pem";
}; };
}; };
nginx = { nginx = {