Merge branch 'main' of https://git.coopcloud.tech/coop-cloud/authentik
This commit is contained in:
commit
5416fe7a7b
@ -33,6 +33,8 @@ AUTHENTIK_LOG_LEVEL=info
|
|||||||
# SECRET_ADMIN_PASS_VERSION=v1
|
# SECRET_ADMIN_PASS_VERSION=v1
|
||||||
|
|
||||||
# X_FRAME_OPTIONS_ALLOW_FROM=dashboard.example.org
|
# X_FRAME_OPTIONS_ALLOW_FROM=dashboard.example.org
|
||||||
|
AUTHENTIK_COLOR_BACKGROUND_LIGHT=#1c1e21
|
||||||
|
|
||||||
## FLOW OPTIONS
|
## FLOW OPTIONS
|
||||||
WELCOME_MESSAGE="Welcome to Authentik"
|
WELCOME_MESSAGE="Welcome to Authentik"
|
||||||
DEFAULT_LANGUAGE=en
|
DEFAULT_LANGUAGE=en
|
||||||
|
2
abra.sh
2
abra.sh
@ -1,2 +1,2 @@
|
|||||||
export CUSTOM_CSS_VERSION=v1
|
export CUSTOM_CSS_VERSION=v2
|
||||||
export CUSTOM_FLOWS_VERSION=v1
|
export CUSTOM_FLOWS_VERSION=v1
|
||||||
|
@ -20,11 +20,11 @@ x-env: &env
|
|||||||
- AUTHENTIK_EMAIL__FROM
|
- AUTHENTIK_EMAIL__FROM
|
||||||
- AUTHENTIK_LOG_LEVEL
|
- AUTHENTIK_LOG_LEVEL
|
||||||
- AUTHENTIK_SETTINGS__THEME__BACKGROUND
|
- AUTHENTIK_SETTINGS__THEME__BACKGROUND
|
||||||
|
- AUTHENTIK_COLOR_BACKGROUND_LIGHT
|
||||||
- WELCOME_MESSAGE
|
- WELCOME_MESSAGE
|
||||||
- DEFAULT_LANGUAGE
|
- DEFAULT_LANGUAGE
|
||||||
- DOMAIN
|
- DOMAIN
|
||||||
|
|
||||||
|
|
||||||
version: '3.8'
|
version: '3.8'
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
--ak-dark-background: #18191a;
|
--ak-dark-background: #18191a;
|
||||||
--ak-dark-background-darker: #000000;
|
--ak-dark-background-darker: #000000;
|
||||||
|
|
||||||
--ak-dark-background-light: #3f607d;
|
|
||||||
|
|
||||||
|
--ak-dark-background-light: {{ env "AUTHENTIK_COLOR_BACKGROUND_LIGHT" }};
|
||||||
--ak-dark-background-light-ish: #212427;
|
--ak-dark-background-light-ish: #212427;
|
||||||
--ak-dark-background-lighter: #2b2e33;
|
--ak-dark-background-lighter: #2b2e33;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user