diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-28 14:48:56 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-28 17:55:27 +0200 |
commit | d3e4c366c35c8118e6eef0ea4403a422d39cb2bf (patch) | |
tree | 4fb5e17d6e042feb59406602a430de33346cb2d6 /modules/private/websites/tools/ether | |
parent | 615293e477ef5bace312a0d4d7cce99422bf3c3a (diff) | |
download | Nix-d3e4c366c35c8118e6eef0ea4403a422d39cb2bf.tar.gz Nix-d3e4c366c35c8118e6eef0ea4403a422d39cb2bf.tar.zst Nix-d3e4c366c35c8118e6eef0ea4403a422d39cb2bf.zip |
Upgrade etherpad-lite
Diffstat (limited to 'modules/private/websites/tools/ether')
-rw-r--r-- | modules/private/websites/tools/ether/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/private/websites/tools/ether/default.nix b/modules/private/websites/tools/ether/default.nix index da88ec5..50446ff 100644 --- a/modules/private/websites/tools/ether/default.nix +++ b/modules/private/websites/tools/ether/default.nix | |||
@@ -33,6 +33,8 @@ in { | |||
33 | { | 33 | { |
34 | "title": "Etherpad", | 34 | "title": "Etherpad", |
35 | "favicon": "favicon.ico", | 35 | "favicon": "favicon.ico", |
36 | "skinName": "colibris", | ||
37 | "skinVariants": "dark-toolbar light-background super-light-editor full-width-editor", | ||
36 | 38 | ||
37 | "ip": "", | 39 | "ip": "", |
38 | "port" : "${ecfg.sockets.node}", | 40 | "port" : "${ecfg.sockets.node}", |
@@ -87,6 +89,7 @@ in { | |||
87 | }, | 89 | }, |
88 | "users": { | 90 | "users": { |
89 | "ldapauth": { | 91 | "ldapauth": { |
92 | "hash": "invalid", | ||
90 | "url": "ldaps://${env.ldap.host}", | 93 | "url": "ldaps://${env.ldap.host}", |
91 | "accountBase": "${env.ldap.base}", | 94 | "accountBase": "${env.ldap.base}", |
92 | "accountPattern": "${env.ldap.filter}", | 95 | "accountPattern": "${env.ldap.filter}", |