Update modules/server/containers/apps/etherpad.nix

This commit is contained in:
2026-05-12 17:44:18 +02:00
parent 79422c180a
commit 20d3786547

View File

@@ -76,6 +76,8 @@ let
}; };
}; };
in { in {
sops = true;
db = true;
paths = [{ paths = [{
path="${serverCfg.configPath}/etherpad/"; path="${serverCfg.configPath}/etherpad/";
mode = "0444"; mode = "0444";
@@ -86,7 +88,6 @@ in {
subdomain = containerCfg.subdomain; subdomain = containerCfg.subdomain;
imageStream = image; imageStream = image;
port = 8080; port = 8080;
ip = containerCfg.ip;
secret = name; secret = name;
extraEnv = { extraEnv = {
TITLE = "Pad"; TITLE = "Pad";