Update modules/server/containers/apps/etherpad.nix
This commit is contained in:
@@ -76,6 +76,8 @@ let
|
||||
};
|
||||
};
|
||||
in {
|
||||
sops = true;
|
||||
db = true;
|
||||
paths = [{
|
||||
path="${serverCfg.configPath}/etherpad/";
|
||||
mode = "0444";
|
||||
@@ -86,7 +88,6 @@ in {
|
||||
subdomain = containerCfg.subdomain;
|
||||
imageStream = image;
|
||||
port = 8080;
|
||||
ip = containerCfg.ip;
|
||||
secret = name;
|
||||
extraEnv = {
|
||||
TITLE = "Pad";
|
||||
|
||||
Reference in New Issue
Block a user