mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: nextcloud test
This commit is contained in:
parent
13c2c48daa
commit
065ac57103
1 changed files with 4 additions and 6 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue