From 1d329be5892c4a423e4f1bd37a545d421a3ccc47 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 24 Mar 2024 17:30:45 +0200 Subject: [PATCH] Created RocketChat (markdown) --- RocketChat.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 RocketChat.md diff --git a/RocketChat.md b/RocketChat.md new file mode 100644 index 0000000..6740c2b --- /dev/null +++ b/RocketChat.md @@ -0,0 +1,15 @@ +# RocketChat Self-Host Community Server + +## RocketChat Skip Install Registration Wizard Fix + +- [RocketChat Skip Install Registration Wizard Fix](https://github.com/RocketChat/Rocket.Chat/issues/31163#issuecomment-1848364117) + +For someone using snap, it means creating a file `/var/snap/rocketchat-server/common/override-setup-wizard.env ` (the name of the file itself could be anything as long as it has an .env extension) and setting its content to `OVERWRITE_SETTING_Show_Setup_Wizard=completed` + +Then, restarting the server by `systemctl restart snap.rocketchat-server.rocketchat-server.service` + +If it does not work yet, then reboot. + +## Workspace version unsupported + +- [Workspace version unsupported, Self-Host Community Server](https://forums.rocket.chat/t/workspace-version-unsupported-self-host-community-server/19698) \ No newline at end of file