]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/websites/tools/ether/default.nix
Upgrade etherpad-lite
[perso/Immae/Config/Nix.git] / modules / private / websites / tools / ether / default.nix
index da88ec54bb5c88e69818ceeda28d4237f7fedf1f..50446fffc8a316c96517e656452ab59673e5c449 100644 (file)
@@ -33,6 +33,8 @@ in {
           {
             "title": "Etherpad",
             "favicon": "favicon.ico",
+            "skinName": "colibris",
+            "skinVariants": "dark-toolbar light-background super-light-editor full-width-editor",
 
             "ip": "",
             "port" : "${ecfg.sockets.node}",
@@ -87,6 +89,7 @@ in {
             },
             "users": {
               "ldapauth": {
+                "hash": "invalid",
                 "url": "ldaps://${env.ldap.host}",
                 "accountBase": "${env.ldap.base}",
                 "accountPattern": "${env.ldap.filter}",