Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c7dd18b1c3 | ||
|
|
e1e9e7bbce
|
||
|
|
8f2202cf6e
|
||
|
|
83a26ec802
|
@@ -15,7 +15,7 @@ export KIMAI_CONFIG_VERSION=v3
|
||||
export ZAMMAD_CONFIG_VERSION=v4
|
||||
export RALLLY_CONFIG_VERSION=v5
|
||||
export HEDGEDOC_CONFIG_VERSION=v4
|
||||
export MONITORING_CONFIG_VERSION=v5
|
||||
export MONITORING_CONFIG_VERSION=v6
|
||||
export MILA_CONFIG_VERSION=v2
|
||||
export DB_ENTRYPOINT_VERSION=v1
|
||||
export PG_BACKUP_VERSION=v2
|
||||
|
||||
@@ -3,6 +3,7 @@ services:
|
||||
worker:
|
||||
environment:
|
||||
- KIMAI_DOMAIN
|
||||
- KIMAI_GROUP
|
||||
configs:
|
||||
- source: kimai
|
||||
target: /blueprints/kimai.yaml
|
||||
|
||||
@@ -6,6 +6,7 @@ services:
|
||||
- mila_secret
|
||||
environment:
|
||||
- MILA_DOMAIN
|
||||
- MILA_GROUP
|
||||
configs:
|
||||
- source: mila
|
||||
target: /blueprints/mila.yaml
|
||||
|
||||
+1
-1
@@ -71,7 +71,7 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect,${STACK_NAME}-frameOptions,${STACK_NAME}-redirect"
|
||||
- "traefik.http.middlewares.${STACK_NAME}-frameOptions.headers.customFrameOptionsValue=SAMEORIGIN"
|
||||
- "traefik.http.middlewares.${STACK_NAME}-frameOptions.headers.contentSecurityPolicy=frame-ancestors ${X_FRAME_OPTIONS_ALLOW_FROM}"
|
||||
- "coop-cloud.${STACK_NAME}.version=12.1.1+2026.8.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=12.1.2+2026.8.0"
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectregex.regex=^https://(${REDIRECTS})/(.*)"
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectregex.replacement=https://${DOMAIN}/$${2}"
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectregex.permanent=true"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 1.7 KiB |
@@ -33,7 +33,7 @@ entries:
|
||||
conditions: []
|
||||
id: monitoring_provider
|
||||
identifiers:
|
||||
pk: 9990
|
||||
pk: 9988
|
||||
model: authentik_providers_oauth2.oauth2provider
|
||||
state: present
|
||||
|
||||
|
||||
Reference in New Issue
Block a user