mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -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";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue