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";
};
};
nextcloud = let
nextcloudSubdomain = "calendar";
in {
nextcloud = {
label = nextcloudLabel;
name = nextcloudName;
sops = {
path0 = "${sops}/${nextcloudName}";
};
subdomain = nextcloudSubdomain;
subdomain = nextcloudName;
paths = {
path0 = "${servicePath}/${nextcloudLabel}";
};
@ -189,8 +187,8 @@ in {
port0 = 8354; # Nextcloud
};
ssl = {
cert = "${sslPath}/${nextcloudSubdomain}.${domain1}/fullchain.pem";
key = "${sslPath}/${nextcloudSubdomain}.${domain1}/key.pem";
cert = "${sslPath}/${nextcloudName}.${domain1}/fullchain.pem";
key = "${sslPath}/${nextcloudName}.${domain1}/key.pem";
};
};
nginx = {