25 lines
620 B
YAML
25 lines
620 B
YAML
authentik:
|
|
uncomment:
|
|
- compose.authentik.yml
|
|
- AUTHENTIK_USER_PREFIX
|
|
- AUTHENTIK_DOMAIN
|
|
- SECRET_AUTHENTIK_SECRET_VERSION
|
|
- SECRET_AUTHENTIK_ID_VERSION
|
|
initial-hooks:
|
|
- app set_authentik
|
|
shared_secrets:
|
|
nextcloud_secret: authentik_secret
|
|
nextcloud_id: authentik_id
|
|
onlyoffice:
|
|
uncomment:
|
|
- compose.onlyoffice.yml
|
|
- ONLYOFFICE_URL
|
|
- SECRET_ONLYOFFICE_JWT_VERSION
|
|
initial-hooks:
|
|
- app install_onlyoffice
|
|
collabora:
|
|
uncomment:
|
|
- COLLABORA_URL
|
|
initial-hooks:
|
|
- app install_collabora
|