nextcloud sso blueprint

This commit is contained in:
2023-03-22 17:29:34 +01:00
parent deb953a94f
commit 8b8fddf1e4
5 changed files with 104 additions and 0 deletions

View File

@ -1 +1,16 @@
Run `abra app cmd <app_name> worker blueprint_cleanup` to apply the new blueprint configuration and delete the old configuration.
If the nextcloud provider should be managed by abra add the following to the env:
COMPOSE_FILE="compose.yml:compose.nextcloud.yml"
NEXTCLOUD_DOMAIN=nextcloud.example.com
SECRET_NEXTCLOUD_ID_VERSION=v1
SECRET_NEXTCLOUD_SECRET_VERSION=v1
and generate the secrets:
abra app secret generate -a <app_name>
Eventuelly you need to manually remove the old nextcloud provider and application
Don't forget to update the nextcloud config for authentik as well.