From 3fd67c55a45631b6ff86276948a3c8d286d6ecc0 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Thu, 19 Jan 2023 16:02:28 -0800 Subject: [PATCH] Update abra syntax in examples (finally) [mass update] --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 30dfbf4..ae9452c 100644 --- a/README.md +++ b/README.md @@ -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