forked from coop-cloud/element-web
Compare commits
5 Commits
main
...
1.0.0+v1.12.18
| Author | SHA1 | Date | |
|---|---|---|---|
|
0cf7191b71
|
|||
|
6b4822a04e
|
|||
| b42d80bcc5 | |||
| aa8793a1df | |||
| b8a1ae648a |
@@ -7,3 +7,5 @@ LETS_ENCRYPT_ENV=production
|
||||
HOMESERVER=matrix-synapse.example.com
|
||||
SERVER_NAME=mymatrix
|
||||
BRAND=mymatrix
|
||||
|
||||
USE_SSO=false
|
||||
+3
-2
@@ -3,11 +3,12 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: "vectorim/element-web:v1.11.105"
|
||||
image: "vectorim/element-web:v1.12.18"
|
||||
environment:
|
||||
- DOMAIN
|
||||
- HOMESERVER
|
||||
- SERVER_NAME
|
||||
- USE_SSO=${USE_SSO:-false}
|
||||
networks:
|
||||
- proxy
|
||||
configs:
|
||||
@@ -22,7 +23,7 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
|
||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.11.0+v1.11.105"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.13.0+v1.12.18"
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
}
|
||||
},
|
||||
"sso_redirect_options": {
|
||||
"immediate": true
|
||||
"immediate": {{ env "USE_SSO" }}
|
||||
},
|
||||
"disable_custom_urls": false,
|
||||
"disable_guests": true,
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Recipe now _disables_ SSO by default. Set USE_SSO=true in your app config to override this behaviour if you have SSO!
|
||||
Reference in New Issue
Block a user