generated from coop-cloud/example
Compare commits
1 Commits
renovate/c
...
use-sso
| Author | SHA1 | Date | |
|---|---|---|---|
|
b9c7d54db8
|
@ -7,3 +7,5 @@ LETS_ENCRYPT_ENV=production
|
||||
HOMESERVER=matrix-synapse.example.com
|
||||
SERVER_NAME=mymatrix
|
||||
BRAND=mymatrix
|
||||
|
||||
USE_SSO=false
|
||||
@ -8,6 +8,7 @@ services:
|
||||
- DOMAIN
|
||||
- HOMESERVER
|
||||
- SERVER_NAME
|
||||
- USE_SSO=${USE_SSO:-true}
|
||||
networks:
|
||||
- proxy
|
||||
configs:
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
}
|
||||
},
|
||||
"sso_redirect_options": {
|
||||
"immediate": true
|
||||
"immediate": {{ env "USE_SSO" }}
|
||||
},
|
||||
"disable_custom_urls": false,
|
||||
"disable_guests": true,
|
||||
|
||||
@ -1,6 +0,0 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user