summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-10-01 18:32:45 +0200
committermakefu <github@syntax-fehler.de>2021-10-01 18:32:45 +0200
commitf2c051db9f25696d1a6fa35bb4e52e68ac7346d9 (patch)
treee7f96399a663e790626d532ae1eaada5c48e1a11 /makefu
parent8b9a53d7e1838006cf3a072ab2f27b8cc1457cb2 (diff)
ma bgt/etherpad: use vanilla etherpad
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/bgt/etherpad.euer.krebsco.de.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/makefu/2configs/bgt/etherpad.euer.krebsco.de.nix b/makefu/2configs/bgt/etherpad.euer.krebsco.de.nix
index b4442de5..ff180e30 100644
--- a/makefu/2configs/bgt/etherpad.euer.krebsco.de.nix
+++ b/makefu/2configs/bgt/etherpad.euer.krebsco.de.nix
@@ -10,7 +10,7 @@ in {
'';
enableACME = true;
forceSSL = true;
- locations."/".proxyPass = "http://localhost:${toString port}";
+ locations."/".proxyPass = "http://127.0.0.1:${toString port}";
# from https://github.com/ether/etherpad-lite/wiki/How-to-put-Etherpad-Lite-behind-a-reverse-Proxy
locations."/".extraConfig = ''
@@ -32,10 +32,9 @@ in {
};
state = [ "/var/lib/docker/volumes/etherpad_data/_data/" ];
virtualisation.oci-containers.containers."etherpad-lite" = {
- image = "makefoo/bgt-etherpad:2021-04-16.3"; # --build-arg ETHERPAD_PLUGINS="ep_markdown"
- # ep_codepad does not work anymore
+ #image = "makefoo/bgt-etherpad:2021-04-16.3"; # --build-arg ETHERPAD_PLUGINS="ep_markdown"
+ image = "etherpad/etherpad:1.8.14";
- #image = "etherpad/etherpad:1.8.13";
ports = [ "127.0.0.1:${toString port}:9001" ];
volumes = [
"/var/src/secrets/etherpad/apikey:/opt/etherpad-lite/APIKEY.txt"