The ultimate Free Open Source Solution for team communications https://github.com/RocketChat/Rocket.Chat
This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Luke Murphy 003f1a7fac
continuous-integration/drone/push Build is failing Details
Mark with right convention for secrets
2021-02-15 00:31:04 +01:00
.drone.yml Use `purge` option for CI 2020-09-25 21:08:48 +02:00
.env.sample Add admin password into sample env vars 2021-02-15 00:30:00 +01:00
README.md Add optional mail relay & change service names 2020-09-27 22:58:27 +02: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 Mark with right convention for secrets 2021-02-15 00:31:04 +01:00
entrypoint.sh.tmpl Optional OAuth login 2020-09-24 20:56:27 +02:00

README.md

Rocketchat

Build Status

Rocket.chat using Coöp Cloud ♥

  1. Set up Docker Swarm and abra
  2. Deploy compose-stacks/traefik
  3. cp .envrc.sample .envrc
  4. Edit .envrc - be sure to change $DOMAIN to something that resolves to your Docker swarm box
  5. direnv allow (or . .envrc)
  6. Generate secrets:
abra secret_generate db_password v1
abra secret_generate admin_password v1
  1. abra deploy
  2. 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. Edit .envrc; uncomment and edit all the Accounts_OAuth lines, and the COMPOSE_FILE line
  2. direnv allow (or source .envrc)
  3. Insert the OpenID secret into Docker: (FIXME add option for this to abra)
echo "your-secret-string-from-keycloak" | docker secret create "${STACK_NAME}_openid_key_${VERSION}" -
  1. abra deploy
  2. You should now have a "Login via Keycloak" option on the login page