mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: removed dumb services
This commit is contained in:
parent
54caac86b3
commit
13073b696b
4 changed files with 0 additions and 79 deletions
|
@ -1,26 +0,0 @@
|
||||||
{instancesFunctions}: let
|
|
||||||
inherit (instancesFunctions) domain1 servicePath sslPath sopsPath;
|
|
||||||
castopodLabel = "Castopod";
|
|
||||||
castopodName = "castopod";
|
|
||||||
castopodSubdomain = "podcast";
|
|
||||||
in {
|
|
||||||
label = castopodLabel;
|
|
||||||
name = castopodName;
|
|
||||||
email = {
|
|
||||||
address0 = "noreply@${castopodSubdomain}.${domain1}";
|
|
||||||
};
|
|
||||||
sops = {
|
|
||||||
path0 = "${sopsPath}/${castopodName}";
|
|
||||||
};
|
|
||||||
subdomain = castopodSubdomain;
|
|
||||||
paths = {
|
|
||||||
path0 = "${servicePath}/${castopodLabel}";
|
|
||||||
};
|
|
||||||
ports = {
|
|
||||||
port0 = 8000;
|
|
||||||
};
|
|
||||||
ssl = {
|
|
||||||
cert = "${sslPath}/${castopodSubdomain}.${domain1}/fullchain.pem";
|
|
||||||
key = "${sslPath}/${castopodSubdomain}.${domain1}/key.pem";
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,26 +0,0 @@
|
||||||
{instancesFunctions}: let
|
|
||||||
inherit (instancesFunctions) domain1 servicePath sslPath sopsPath varLib;
|
|
||||||
|
|
||||||
wikiLabel = "Wiki-js";
|
|
||||||
wikiName = "wiki-js";
|
|
||||||
wikiSubdomain = "vault";
|
|
||||||
in {
|
|
||||||
label = wikiLabel;
|
|
||||||
name = wikiName;
|
|
||||||
sops = {
|
|
||||||
path0 = "${sopsPath}/${wikiName}";
|
|
||||||
};
|
|
||||||
subdomain = wikiSubdomain;
|
|
||||||
paths = {
|
|
||||||
path0 = "${servicePath}/${wikiLabel}";
|
|
||||||
path1 = "${varLib}/DataDir";
|
|
||||||
};
|
|
||||||
ports = {
|
|
||||||
port0 = 3000;
|
|
||||||
port1 = 5432;
|
|
||||||
};
|
|
||||||
ssl = {
|
|
||||||
cert = "${sslPath}/${wikiSubdomain}.${domain1}/fullchain.pem";
|
|
||||||
key = "${sslPath}/${wikiSubdomain}.${domain1}/key.pem";
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,24 +0,0 @@
|
||||||
{instancesFunctions}: let
|
|
||||||
inherit (instancesFunctions) domain1 servicePath sslPath sopsPath;
|
|
||||||
|
|
||||||
writefreelyLabel = "WriteFreely";
|
|
||||||
writefreelyName = "writefreely";
|
|
||||||
writefreelySubdomain = "blog";
|
|
||||||
in {
|
|
||||||
label = writefreelyLabel;
|
|
||||||
name = writefreelyName;
|
|
||||||
sops = {
|
|
||||||
path0 = "${sopsPath}/${writefreelyName}";
|
|
||||||
};
|
|
||||||
subdomain = writefreelySubdomain;
|
|
||||||
paths = {
|
|
||||||
path0 = "${servicePath}/${writefreelyLabel}/BackupDir";
|
|
||||||
};
|
|
||||||
ports = {
|
|
||||||
port0 = 8093;
|
|
||||||
};
|
|
||||||
ssl = {
|
|
||||||
cert = "${sslPath}/${writefreelySubdomain}.${domain1}/fullchain.pem";
|
|
||||||
key = "${sslPath}/${writefreelySubdomain}.${domain1}/key.pem";
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -40,14 +40,11 @@ in {
|
||||||
value = dnsConfig;
|
value = dnsConfig;
|
||||||
})
|
})
|
||||||
[
|
[
|
||||||
"wiki"
|
|
||||||
"nextcloud"
|
"nextcloud"
|
||||||
"castopod"
|
|
||||||
"forgejo"
|
"forgejo"
|
||||||
"matrix"
|
"matrix"
|
||||||
"owncast"
|
"owncast"
|
||||||
"peertube"
|
"peertube"
|
||||||
"writefreely"
|
|
||||||
])
|
])
|
||||||
++ (map (name: {
|
++ (map (name: {
|
||||||
name = name;
|
name = name;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue