fix function

This commit is contained in:
Simon 2024-09-30 14:07:38 +02:00
parent 4878c76065
commit a537d0797f

View File

@ -68,9 +68,9 @@ customize() {
abra app cmd -T $APP_NAME app set_app_config theming color \"$THEMING_COLOR\" abra app cmd -T $APP_NAME app set_app_config theming color \"$THEMING_COLOR\"
abra app cmd -T $APP_NAME app set_app_config theming slogan \"$THEMING_SLOGAN\" abra app cmd -T $APP_NAME app set_app_config theming slogan \"$THEMING_SLOGAN\"
abra app cmd -T $APP_NAME app run_occ "theming:config background \"/var/www/html/themes/flow_background.jpg\"" abra app cmd -T $APP_NAME app run_occ 'theming:config background \"/var/www/html/themes/flow_background.jpg\"'
abra app cmd -T $APP_NAME app run_occ "theming:config logo \"/var/www/html/themes/icon_left_brand.svg\"" abra app cmd -T $APP_NAME app run_occ 'theming:config logo \"/var/www/html/themes/icon_left_brand.svg\"'
abra app cmd -T $APP_NAME app run_occ "theming:config logoheader \"/var/www/html/themes/icon.png\"" abra app cmd -T $APP_NAME app run_occ 'theming:config logoheader \"/var/www/html/themes/icon.png\"'
} }
install_bbb() { install_bbb() {
@ -110,6 +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_app_config sociallogin custom_providers " set_app_config sociallogin custom_providers "
{ {
\"custom_oidc\":[ \"custom_oidc\":[