mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: wiki-js test
This commit is contained in:
parent
ce99570742
commit
403550859e
1 changed files with 9 additions and 9 deletions
|
@ -13,15 +13,15 @@ in {
|
||||||
wiki-js = {
|
wiki-js = {
|
||||||
enable = true;
|
enable = true;
|
||||||
environmentFile = config.sops.secrets."${service.name}-pass".path;
|
environmentFile = config.sops.secrets."${service.name}-pass".path;
|
||||||
settings = {
|
# settings = {
|
||||||
port = service.ports.port0;
|
# port = service.ports.port0;
|
||||||
bindIP = localhost;
|
# bindIP = localhost;
|
||||||
db = {
|
# db = {
|
||||||
db = service.name;
|
# db = service.name;
|
||||||
type = "postgres";
|
# type = "postgres";
|
||||||
host = host;
|
# host = host;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
caddy = {
|
caddy = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue