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
3wc 53ae72f8a3
continuous-integration/drone/push Build is passing Details
Use `purge` option for CI
2020-09-25 21:08:48 +02:00
.drone.yml Use `purge` option for CI 2020-09-25 21:08:48 +02:00
.envrc.sample Tweaks 2020-09-24 22:00:52 +02:00
README.md Add build status 2020-09-25 20:40:19 +02:00
compose.oauth.yml Tweaks 2020-09-24 22:00:52 +02:00
compose.yml Optional OAuth login 2020-09-24 20:56:27 +02: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. abra secret_generate db_password v1
  7. abra deploy
  8. 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