mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 17:45:12 -05:00
feat: nextcloud test
This commit is contained in:
parent
f664c6142b
commit
ee2f20c6ad
1 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ instancesFunctions }:
|
{ instancesFunctions }:
|
||||||
let
|
let
|
||||||
inherit (instancesFunctions)
|
inherit (instancesFunctions)
|
||||||
domain1
|
domain0
|
||||||
servicePath
|
servicePath
|
||||||
sslPath
|
sslPath
|
||||||
sopsPath
|
sopsPath
|
||||||
|
@ -13,6 +13,9 @@ in
|
||||||
{
|
{
|
||||||
label = nextcloudLabel;
|
label = nextcloudLabel;
|
||||||
name = nextcloudName;
|
name = nextcloudName;
|
||||||
|
email = {
|
||||||
|
address0 = "noreply@${nextcloudName}.${domain0}";
|
||||||
|
};
|
||||||
sops = {
|
sops = {
|
||||||
path0 = "${sopsPath}/${nextcloudName}";
|
path0 = "${sopsPath}/${nextcloudName}";
|
||||||
};
|
};
|
||||||
|
@ -24,7 +27,7 @@ in
|
||||||
port0 = 8354; # Nextcloud
|
port0 = 8354; # Nextcloud
|
||||||
};
|
};
|
||||||
ssl = {
|
ssl = {
|
||||||
cert = "${sslPath}/${nextcloudName}.${domain1}/fullchain.pem";
|
cert = "${sslPath}/${nextcloudName}.${domain0}/fullchain.pem";
|
||||||
key = "${sslPath}/${nextcloudName}.${domain1}/key.pem";
|
key = "${sslPath}/${nextcloudName}.${domain0}/key.pem";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue