Some checks failed
continuous-integration/drone/push Build is failing
This reverts commit 180c269337
.
25 lines
602 B
YAML
25 lines
602 B
YAML
authentik:
|
|
uncomment:
|
|
- compose.authentik.yml
|
|
- AUTHENTIK_USER_PREFIX
|
|
- AUTHENTIK_DOMAIN
|
|
- SECRET_AUTHENTIK_SECRET_VERSION
|
|
- SECRET_AUTHENTIK_ID_VERSION
|
|
execute:
|
|
- app set_authentik
|
|
shared_secrets:
|
|
nextcloud_secret: authentik_secret
|
|
nextcloud_id: authentik_id
|
|
onlyoffice:
|
|
uncomment:
|
|
- compose.onlyoffice.yml
|
|
- ONLYOFFICE_URL
|
|
- SECRET_ONLYOFFICE_JWT_VERSION
|
|
execute:
|
|
- app install_onlyoffice
|
|
collabora:
|
|
uncomment:
|
|
- COLLABORA_URL
|
|
execute:
|
|
- app install_collabora
|