temps
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
{ config, containerCfg, pkgs, lib, builder, name,... }:
|
{ config, containerCfg, pkgs, lib, builder, name,... }:
|
||||||
let
|
let
|
||||||
serverCfg = config.syscfg.server;
|
serverCfg = config.syscfg.server;
|
||||||
etherpad_exe = pkgs.etherpad-lite.override {
|
etherpad_exe = pkgs.etherpad-lite;/*.override {
|
||||||
plugins = [ pkgs.nodePackages.ep_proxy_auth ]; # Ensure this is in your nixpkgs
|
plugins = [ pkgs.nodePackages.ep_proxy_auth ]; # Ensure this is in your nixpkgs
|
||||||
};
|
};*/
|
||||||
settings = pkgs.writeTextDir"etc/etherpad/settings.json" (builtins.toJSON {
|
settings = pkgs.writeTextDir"etc/etherpad/settings.json" (builtins.toJSON {
|
||||||
title= "\${TITLE:Etherpad}";
|
title= "\${TITLE:Etherpad}";
|
||||||
showRecentPads = "\${SHOW_RECENT_PADS:true}";
|
showRecentPads = "\${SHOW_RECENT_PADS:true}";
|
||||||
|
|||||||
Reference in New Issue
Block a user