mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: wiki test
This commit is contained in:
parent
1fa28f0306
commit
30a9ea68e7
1 changed files with 3 additions and 1 deletions
|
@ -47,6 +47,8 @@ let
|
|||
sops = "/var/lib/secrets";
|
||||
|
||||
sslPath = "/var/lib/acme";
|
||||
|
||||
varLib = "/var/lib";
|
||||
in {
|
||||
instance = {
|
||||
acme = {
|
||||
|
@ -349,7 +351,7 @@ in {
|
|||
subdomain = wikiSubdomain;
|
||||
paths = {
|
||||
path0 = "${servicePath}/${wikiLabel}";
|
||||
path1 = "${servicePath}/${wikiLabel}/DataDir";
|
||||
path1 = "${varLib}/DataDir";
|
||||
};
|
||||
ports = {
|
||||
port0 = 3033;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue