3wc e3ab5bb6cc
All checks were successful
continuous-integration/drone/push Build is passing
Fix secret name for Drone
2021-03-02 20:00:57 +02:00
2021-03-02 20:00:57 +02:00
2021-02-15 00:24:35 +01:00
2020-09-24 20:56:27 +02:00
2021-03-02 19:58:23 +02:00

Rocketchat

Build Status

Rocket.chat using Coöp Cloud ♥

  • Category: Apps
  • Status: ❷💛
  • Image: rocketchat/rocket.chat, ❶💚, upstream
  • Healthcheck: Yes
  • Backups: No
  • Email: No
  • Tests: ❷💛
  • SSO: ❶💚 (OAuth)
  1. Set up Docker Swarm and abra
  2. Deploy coop-cloud/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
Description
The ultimate Free Open Source Solution for team communications
https://github.com/RocketChat/Rocket.Chat Readme 720 KiB
Languages
Shell 100%