forked from coop-cloud/element-web
Compare commits
12
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0cf7191b71
|
||
|
|
6b4822a04e
|
||
|
|
b42d80bcc5 | ||
|
|
aa8793a1df | ||
|
|
b8a1ae648a | ||
|
|
bb930287ed | ||
|
|
620fdf6698 | ||
|
|
5d58b22d1c | ||
|
|
6b40b6b068 | ||
|
|
938e40ac99 | ||
|
|
316f70c69c | ||
|
|
33f7488c9a |
+1
-1
@@ -45,7 +45,7 @@ steps:
|
||||
from_secret: drone_abra-bot_token
|
||||
fork: true
|
||||
repositories:
|
||||
- coop-cloud/auto-recipes-catalogue-json
|
||||
- toolshed/auto-recipes-catalogue-json
|
||||
|
||||
trigger:
|
||||
event: tag
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
TYPE=element-web
|
||||
TIMEOUT=400
|
||||
|
||||
DOMAIN=element-web.example.com
|
||||
LETS_ENCRYPT_ENV=production
|
||||
@@ -6,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.57"
|
||||
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.6.4+v1.11.57"
|
||||
- "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