split sso compose into two compose

This commit is contained in:
notplants
2026-03-01 19:47:47 -05:00
parent 800e8426ce
commit d3b1bb4f29
4 changed files with 52 additions and 32 deletions

View File

@ -42,7 +42,14 @@ you should be able to access the admin interface for this cryptpad instance.
## SSO
To enable SSO, run `abra app config YOURAPPDOMAIN` and set `SSO_ENABLED=true`. On the next deploy, the [CryptPad SSO plugin](https://github.com/cryptpad/sso) will be installed automatically.
SSO support is provided by `compose.sso.yml`. To enable it, add the SSO compose file and set the SSO variables in your app config:
```
COMPOSE_FILE="compose.yml:compose.sso.yml"
SSO_ENABLED=true
```
On the next deploy, the [CryptPad SSO plugin](https://github.com/cryptpad/sso) will be installed automatically.
You also need to configure the remaining SSO environment variables for your OIDC provider: