The ultimate Free Open Source Solution for team communications https://github.com/RocketChat/Rocket.Chat
Go to file
3wc 663f070b83
continuous-integration/drone/push Build is passing Details
Switch to self-hosted stack-ssh-deploy image [mass update]
2023-01-21 11:49:56 -08:00
.drone.yml Switch to self-hosted stack-ssh-deploy image [mass update] 2023-01-21 11:49:56 -08:00
.env.sample Add admin password into sample env vars 2021-02-15 00:30:00 +01:00
README.md Update abra syntax in examples (finally) [mass update] 2023-01-19 16:02:28 -08:00
abra.sh Move config to abra.sh, add SECRET to secrets 2021-02-08 15:34:39 +02:00
compose.mailrelay.yml Add optional mail relay & change service names 2020-09-27 22:58:27 +02:00
compose.oauth.yml Run the formatter 2021-02-15 00:24:35 +01:00
compose.yml Update rocketchat/rocket.chat Docker tag to v3.16.3 2021-07-14 07:03:08 +00:00
entrypoint.sh.tmpl Optional OAuth login 2020-09-24 20:56:27 +02:00
renovate.json Add renovate.json 2021-06-04 07:04:16 +00:00

README.md

Rocket.chat

Build Status

Rocket.chat using Coöp Cloud ♥

  • Category: Apps
  • Status: 2, beta
  • Image: rocketchat/rocket.chat, 4, upstream
  • Healthcheck: Yes
  • Backups: No
  • Email: No
  • Tests: 2
  • SSO: 3 (OAuth)

Basic usage

  1. Set up Docker Swarm and abra
  2. Deploy coop-cloud/traefik
  3. abra app new rocketchat --secrets (optionally with --pass if you'd like to save secrets in pass)
  4. abra app config YOURAPPDOMAIN - be sure to change $DOMAIN to something that resolves to your Docker swarm box
  5. abra app deploy YOURAPPDOMAIN
  6. Open the configured domain in your browser to finish set-up

Keycloak OpenID single sign-on

(Or use Rocket.Chat's manual set-up guide)

  1. abra app config YOURAPPDOMAIN; uncomment and edit all the Accounts_OAuth lines, and the COMPOSE_FILE line
  2. Insert the OpenID secret into Docker: (FIXME document how to do this using abra)
echo "your-secret-string-from-keycloak" | docker secret create "${STACK_NAME}_openid_key_${VERSION}" -
  1. abra app deploy YOURAPPDOMAIN
  2. You should now have a "Login via Keycloak" option on the login page