forked from coop-cloud/authentik
Compare commits
2 Commits
patch_kima
...
5.2.0+2024
Author | SHA1 | Date | |
---|---|---|---|
5086df24fb | |||
e07d57718a |
11
compose.yml
11
compose.yml
@ -32,7 +32,7 @@ x-env: &env
|
|||||||
version: '3.8'
|
version: '3.8'
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: ghcr.io/goauthentik/server:2024.2.3
|
image: ghcr.io/goauthentik/server:2024.4.0
|
||||||
command: server
|
command: server
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
@ -47,9 +47,7 @@ services:
|
|||||||
- media:/media
|
- media:/media
|
||||||
- assets:/web/dist/assets
|
- assets:/web/dist/assets
|
||||||
- templates:/templates
|
- templates:/templates
|
||||||
configs:
|
- webdist:/web/dist
|
||||||
- source: custom_css
|
|
||||||
target: /web/dist/custom.css
|
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
- proxy
|
- proxy
|
||||||
@ -76,11 +74,11 @@ services:
|
|||||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
||||||
- "traefik.http.middlewares.${STACK_NAME}-frameOptions.headers.customFrameOptionsValue=SAMEORIGIN"
|
- "traefik.http.middlewares.${STACK_NAME}-frameOptions.headers.customFrameOptionsValue=SAMEORIGIN"
|
||||||
- "traefik.http.middlewares.${STACK_NAME}-frameOptions.headers.contentSecurityPolicy=frame-ancestors ${X_FRAME_OPTIONS_ALLOW_FROM}"
|
- "traefik.http.middlewares.${STACK_NAME}-frameOptions.headers.contentSecurityPolicy=frame-ancestors ${X_FRAME_OPTIONS_ALLOW_FROM}"
|
||||||
- "coop-cloud.${STACK_NAME}.version=5.1.1+2024.2.3"
|
- "coop-cloud.${STACK_NAME}.version=5.2.0+2024.4.0"
|
||||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
image: ghcr.io/goauthentik/server:2024.2.3
|
image: ghcr.io/goauthentik/server:2024.4.0
|
||||||
command: worker
|
command: worker
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
@ -180,6 +178,7 @@ networks:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
backups:
|
backups:
|
||||||
|
webdist:
|
||||||
media:
|
media:
|
||||||
templates:
|
templates:
|
||||||
assets:
|
assets:
|
||||||
|
@ -1,24 +0,0 @@
|
|||||||
/* my custom css */
|
|
||||||
|
|
||||||
|
|
||||||
:root {
|
|
||||||
--ak-accent: #fd4b2d;
|
|
||||||
|
|
||||||
--ak-dark-foreground: #fafafa;
|
|
||||||
--ak-dark-foreground-darker: #bebebe;
|
|
||||||
--ak-dark-foreground-link: #5a5cb9;
|
|
||||||
--ak-dark-background: #18191a;
|
|
||||||
--ak-dark-background-darker: #000000;
|
|
||||||
|
|
||||||
|
|
||||||
--ak-dark-background-light: {{ env "AUTHENTIK_COLOR_BACKGROUND_LIGHT" }};
|
|
||||||
--ak-dark-background-light-ish: #212427;
|
|
||||||
--ak-dark-background-lighter: #2b2e33;
|
|
||||||
|
|
||||||
--pf-c-background-image--BackgroundImage: var(--ak-flow-background);
|
|
||||||
--pf-c-background-image--BackgroundImage-2x: var(--ak-flow-background);
|
|
||||||
--pf-c-background-image--BackgroundImage--sm: var(--ak-flow-background);
|
|
||||||
--pf-c-background-image--BackgroundImage--sm-2x: var(--ak-flow-background);
|
|
||||||
--pf-c-background-image--BackgroundImage--lg: var(--ak-flow-background);
|
|
||||||
}
|
|
||||||
|
|
Reference in New Issue
Block a user