The ultimate Free Open Source Solution for team communications https://github.com/RocketChat/Rocket.Chat
Go to file
3wc 8cb7bed81e
continuous-integration/drone/push Build is passing Details
Move config to abra.sh, add SECRET to secrets
Ref coop-cloud/abra#43
2021-02-08 15:34:39 +02:00
.drone.yml Use `purge` option for CI 2020-09-25 21:08:48 +02:00
.env.sample Move config to abra.sh, add SECRET to secrets 2021-02-08 15:34:39 +02: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 Move config to abra.sh, add SECRET to secrets 2021-02-08 15:34:39 +02:00
compose.yml Update service names, add EXTRA_DOMAINS 2020-10-06 01:37:54 +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. 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