From 9955dce2a8afbfec5e0ae73f03aa8ebe57ab48a5 Mon Sep 17 00:00:00 2001 From: Moritz Date: Wed, 22 Mar 2023 18:06:06 +0100 Subject: [PATCH] chore: publish 3.2.0+25.0.4-fpm release --- compose.yml | 2 +- release/3.2.0+25.0.4-fpm | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 release/3.2.0+25.0.4-fpm diff --git a/compose.yml b/compose.yml index 96cc156..3a65cf3 100644 --- a/compose.yml +++ b/compose.yml @@ -86,7 +86,7 @@ services: failure_action: rollback order: start-first labels: - - "coop-cloud.${STACK_NAME}.version=3.1.2+25.0.4-fpm" + - "coop-cloud.${STACK_NAME}.version=3.2.0+25.0.4-fpm" - "backupbot.backup=true" - "backupbot.backup.path=/var/www/html/config/,/var/www/html/data/,/var/www/html/custom_apps/" healthcheck: diff --git a/release/3.2.0+25.0.4-fpm b/release/3.2.0+25.0.4-fpm new file mode 100644 index 0000000..c5080c8 --- /dev/null +++ b/release/3.2.0+25.0.4-fpm @@ -0,0 +1,11 @@ +If the authentik configuration should be handled by abra add the following to the env: + + COMPOSE_FILE="$COMPOSE_FILE:compose.authentik.yml" + AUTHENTIK_USER_PREFIX=authentik + AUTHENTIK_DOMAIN=authentik.example.com + AUTHENTIK_SECRET_NAME=authentik_example_com_nextcloud_secret_v1 # the same as in authentik + AUTHENTIK_ID_NAME=authentik_example_com_nextcloud_id_v1 # the same as in authentik + +And run: + + abra app cmd app set_authentik