Update abra syntax in examples (finally) [mass update]
continuous-integration/drone/push Build is failing Details

This commit is contained in:
3wc 2023-01-19 16:02:28 -08:00
parent 40b6ddcc58
commit 3fd67c55a4
1 changed files with 4 additions and 4 deletions

View File

@ -21,22 +21,22 @@
2. Deploy [`coop-cloud/traefik`][cc-traefik]
3. `abra app new rocketchat --secrets` (optionally with `--pass` if you'd like
to save secrets in `pass`)
4. `abra app YOURAPPDOMAIN config` - be sure to change `$DOMAIN` to something that resolves to
4. `abra app config YOURAPPDOMAIN` - be sure to change `$DOMAIN` to something that resolves to
your Docker swarm box
5. `abra app YOURAPPDOMAIN deploy`
5. `abra app deploy YOURAPPDOMAIN`
9. 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](https://docs.rocket.chat/guides/administrator-guides/authentication/open-id-connect/keycloak))
1. `abra app YOURAPPDOMAIN config`; uncomment and edit all the Accounts_OAuth
1. `abra app config YOURAPPDOMAIN`; uncomment and edit all the Accounts_OAuth
lines, and the `COMPOSE_FILE` line
3. Insert the OpenID secret into Docker: (FIXME document how to do this using `abra`)
```
echo "your-secret-string-from-keycloak" | docker secret create "${STACK_NAME}_openid_key_${VERSION}" -
```
5. `abra app YOURAPPDOMAIN deploy`
5. `abra app deploy YOURAPPDOMAIN`
5. You should now have a "Login via Keycloak" option on the login page
[Rocket.chat]: https://rocket.chat