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.
rocketchat/README.md

1.4 KiB

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