From 77e09bd193a3e819dd7fb445c35cf49897298c59 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 1 Apr 2020 09:38:55 -0700 Subject: [PATCH] Switch meetpad to etherpad-dev This is to test if newer etherpad-lite works with jitsi integration better. Note that etherpad-dev uses a self signed ssl cert. When testing this you may have to navigate to https://etherpad-dev.openstack.org and permanently accept the ssl cert there before using meetpad. Then when testing is done you can go back and remove the exception to ssl verification. Change-Id: Ie5a3db3f3ab762445afff6281cb372f90afc1410 --- playbooks/roles/jitsi-meet/files/config.js | 2 +- playbooks/roles/jitsi-meet/files/jitsi-meet-docker/.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/roles/jitsi-meet/files/config.js b/playbooks/roles/jitsi-meet/files/config.js index b25e673f76..4427d737e9 100644 --- a/playbooks/roles/jitsi-meet/files/config.js +++ b/playbooks/roles/jitsi-meet/files/config.js @@ -251,7 +251,7 @@ var config = { // Whether to use a welcome page or not. In case it's false a random room // will be joined when no room is specified. enableWelcomePage: true, - etherpad_base: 'https://etherpad.openstack.org/p/', + etherpad_base: 'https://etherpad-dev.openstack.org/p/', useRoomAsSharedDocumentName: true, openSharedDocumentOnJoin: true, diff --git a/playbooks/roles/jitsi-meet/files/jitsi-meet-docker/.env b/playbooks/roles/jitsi-meet/files/jitsi-meet-docker/.env index 86f00e5372..185e6a0552 100644 --- a/playbooks/roles/jitsi-meet/files/jitsi-meet-docker/.env +++ b/playbooks/roles/jitsi-meet/files/jitsi-meet-docker/.env @@ -13,7 +13,7 @@ TZ=Etc/UTC PUBLIC_URL="https://meetpad.opendev.org" # Set etherpad-lite URL (uncomment to enable). -ETHERPAD_URL_BASE=https://etherpad.openstack.org/p/ +ETHERPAD_URL_BASE=https://etherpad-dev.openstack.org/p/ # # Basic configuration options