Update modules/server/containers/apps/etherpad.nix
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user