diff --git a/README.md b/README.md index c994a2c..8b0cd60 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,16 @@ APP_ICONS="nextcloud:~/.abra/recipes/authentik/icons/nextcloud.png" Set the nextcloud Icon using `abra app cmd -l -d set_icons` +Generate OAuth client id and secret using `abra app secret generate -a` (all secrets) or individually: +- `abra app secret generate nextcloud_id` +- `abra app secret generate nextcloud_secret` + +Add the id and secret to nextcloud as secrets with: +- `abra app secret insert authentik_id v1 ` +- `abra app secret insert authentik_secret v1 ` + +Redeploy Authentik to enable the nextcloud client. + The configuration inside Nextcloud can be found in the [nextcloud recipe](https://git.coopcloud.tech/coop-cloud/nextcloud#authentik-integration) ## Add LDAP outpost