From 3345707a2d155abf445631a8b608ffa19a329489 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 8 Apr 2021 09:29:15 +0200 Subject: [PATCH] Add command to re-run the installation eg. if you missed to specify the domain --- Rocketchat-Integration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Rocketchat-Integration.md b/Rocketchat-Integration.md index e3ef3a5..0801242 100644 --- a/Rocketchat-Integration.md +++ b/Rocketchat-Integration.md @@ -23,6 +23,10 @@ Replace example.org with your full qualified domain name, and apt with yum or zy That will not only install Rocket.Chat, but also configure it to authenticate via OAuth against EGroupware. +> If you missed to specify the correct domain when you installed Rocket.Chat, you can always run the installation again - ***losing your chat data of cause*** - by running the following command: +``` +HTTP_HOST=egw.my-new-domain.org /etc/egroupware-rocketchat/install-rocketchat.sh +``` The following steps show the configuration process in detail. > *After installation is finished, you may want to look into some administration details e.g. to configure non-EGroupware accounts, configure Rocket.Chat to forget user session on window close (if browser is used with different EGroupware users) or to switch video-chat (Jitsi) off for GDPR reasons.*