Updated RocketChat (markdown)

Lauri Ojansivu 2024-03-24 17:50:08 +02:00
parent d8c0906b0f
commit ca6c27cf91

@ -1,4 +1,31 @@
## Self-Hosted Community Server
Info for Self-Hosted RocketChat Community Server, using RocketChat server Snap from https://snapcraft.io/rocketchat-server
### Install snapd
Linux:
https://snapcraft.io/docs/installing-snapd
Windows:
https://github.com/wekan/hx/tree/main/prototypes/ui/gambas#install-on-windows
### Install RocketChat Snap
```
sudo snap install rocketchat-server
```
### Setup siteurl
List current Snap settings:
```
sudo snap get rocketchat-server
```
Then set your siteurl of your RocketChat server:
```
sudo snap set rocketchat-server siteurl='https://chat.yourcompany.com'
```
### RocketChat Skip Install Registration Wizard Fix
@ -33,3 +60,9 @@ sudo snap refresh rocketchat-server --channel=6.x/stable --amend
- https://cloud.rocket.chat/home
- https://chat.yourcompany.com/admin/subscription
### More RocketChat Snap related info
https://github.com/wekan/wekan/wiki/OAuth2
https://docs.rocket.chat/deploy/deploy-rocket.chat/deploy-with-snaps