chore: publish 9.1.0+29.0.5-fpm release

This commit is contained in:
2024-09-30 15:57:33 +02:00
parent a5bb4e9252
commit 6b79ac67c1
3 changed files with 7 additions and 2 deletions

View File

@ -110,7 +110,7 @@ set_authentik() {
install_apps sociallogin install_apps sociallogin
AUTHENTIK_SECRET=$(cat /run/secrets/authentik_secret) AUTHENTIK_SECRET=$(cat /run/secrets/authentik_secret)
AUTHENTIK_ID=$(cat /run/secrets/authentik_id) AUTHENTIK_ID=$(cat /run/secrets/authentik_id)
set_system_config logo_url \"https://$AUTHENTIK_DOMAIN\" set_system_config logo_url https://$AUTHENTIK_DOMAIN
set_app_config sociallogin custom_providers " set_app_config sociallogin custom_providers "
{ {
\"custom_oidc\":[ \"custom_oidc\":[
@ -143,3 +143,7 @@ set_authentik() {
run_occ 'config:system:set allow_user_to_change_display_name --value=false' run_occ 'config:system:set allow_user_to_change_display_name --value=false'
run_occ 'config:system:set lost_password_link --value=disabled' run_occ 'config:system:set lost_password_link --value=disabled'
} }
disable_skeletondirectory() {
run_occ "config:system:set skeletondirectory --value ''"
}

View File

@ -91,7 +91,7 @@ services:
failure_action: rollback failure_action: rollback
order: start-first order: start-first
labels: labels:
- "coop-cloud.${STACK_NAME}.version=9.0.0+29.0.5-fpm" - "coop-cloud.${STACK_NAME}.version=9.1.0+29.0.5-fpm"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "backupbot.backup=true" - "backupbot.backup=true"
- "backupbot.backup.path=/var/www/html/config/,/var/www/html/data/,/var/www/html/custom_apps/" - "backupbot.backup.path=/var/www/html/config/,/var/www/html/data/,/var/www/html/custom_apps/"

1
release/9.1.0+29.0.5-fpm Normal file
View File

@ -0,0 +1 @@
Added automated customization options. Config needs to be updated to be able to use it.