mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 10:35:13 -05:00
feat: wiki test
This commit is contained in:
parent
d3bbb6dcd4
commit
1fa28f0306
2 changed files with 3 additions and 1 deletions
|
@ -348,7 +348,8 @@ in {
|
||||||
};
|
};
|
||||||
subdomain = wikiSubdomain;
|
subdomain = wikiSubdomain;
|
||||||
paths = {
|
paths = {
|
||||||
path0 = "${servicePath}/${wikiLabel}/BackupDir";
|
path0 = "${servicePath}/${wikiLabel}";
|
||||||
|
path1 = "${servicePath}/${wikiLabel}/DataDir";
|
||||||
};
|
};
|
||||||
ports = {
|
ports = {
|
||||||
port0 = 3033;
|
port0 = 3033;
|
||||||
|
|
|
@ -19,6 +19,7 @@ in {
|
||||||
bindIP = localhost;
|
bindIP = localhost;
|
||||||
db = {
|
db = {
|
||||||
type = "postgres";
|
type = "postgres";
|
||||||
|
host = paths.path1;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue