diff --git a/.env.sample b/.env.sample index f267524..6457bcb 100644 --- a/.env.sample +++ b/.env.sample @@ -35,7 +35,9 @@ WELCOME_MESSAGE="Welcome to Authentik" DEFAULT_LANGUAGE=en AUTHENTIK_FOOTER_LINKS='[{"name": "My Organization","href":"https://example.com"}]' LOGOUT_REDIRECT="https://$DOMAIN" -COPY_ASSETS="flow_background.jpg|app:/web/dist/assets/images/ icon_left_brand.svg|app:/web/dist/assets/icons/ icon.png|app:/web/dist/assets/icons/" +#COPY_ASSETS="flow_background.jpg|app:/web/dist/assets/images/" +#COPY_ASSETS="$COPY_ASSETS icon_left_brand.svg|app:/web/dist/assets/icons/ +#COPY_ASSETS="$COPY_ASSETS icon.png|app:/web/dist/assets/icons/" EMAIL_SUBJECT="Account Recovery" EMAIL_TOKEN_EXPIRY_MINUTES=30 diff --git a/README.md b/README.md index 1506578..e654ff6 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,9 @@ Run `abra app config ` and define the env variable `COPY_ASSETS` in th For example: ``` -COPY_ASSETS="flow_background.jpg|app:/web/dist/assets/images/ icon_left_brand.svg|app:/web/dist/assets/icons/ icon.png|app:/web/dist/assets/icons/" +COPY_ASSETS="flow_background.jpg|app:/web/dist/assets/images/" +COPY_ASSETS="$COPY_ASSETS icon_left_brand.svg|app:/web/dist/assets/icons/ +COPY_ASSETS="$COPY_ASSETS icon.png|app:/web/dist/assets/icons/" ``` Run this command after every deploy/upgrade: