feat: wiki-js test

This commit is contained in:
Nick 2024-10-27 12:33:05 -05:00
parent ce99570742
commit 403550859e

View file

@ -13,15 +13,15 @@ in {
wiki-js = {
enable = true;
environmentFile = config.sops.secrets."${service.name}-pass".path;
settings = {
port = service.ports.port0;
bindIP = localhost;
db = {
db = service.name;
type = "postgres";
host = host;
};
};
# settings = {
# port = service.ports.port0;
# bindIP = localhost;
# db = {
# db = service.name;
# type = "postgres";
# host = host;
# };
# };
};
caddy = {