mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
67 lines
1.8 KiB
YAML
67 lines
1.8 KiB
YAML
# SPDX-FileCopyrightText: 2024 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
---
|
|
# This variable allows customization of helmfile releases by loading custom values file.
|
|
#
|
|
# **Warning**: Customizations are a very powerful tool to apply individual changes to your
|
|
# openDesk installation. As there are no limits set for what you use it, openDesk cannot
|
|
# support the configurations you are about to create using the customization-option. If you
|
|
# have the demand for a specific configuration, try to get it into the openDesk standard
|
|
# by creating a ticket at https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk/-/issues
|
|
#
|
|
# Example:
|
|
# customization:
|
|
# release:
|
|
# collaboraOnline:
|
|
# myCustomConfig: "/path/to/additional/file.yaml"
|
|
customization:
|
|
release:
|
|
# collabora
|
|
collaboraOnline: {}
|
|
# cryptpad
|
|
cryptpad: {}
|
|
# element
|
|
opendeskElement: {}
|
|
opendeskWellKnown: {}
|
|
opendeskSynapseWeb: {}
|
|
opendeskSynapse: {}
|
|
# jitsi
|
|
jitsi: {}
|
|
# migrations-post
|
|
migrationsPost: {}
|
|
# migrations-pre
|
|
migrationsPre: {}
|
|
# nextcloud
|
|
opendeskNextcloudManagement: {}
|
|
opendeskNextcloud: {}
|
|
# nubus
|
|
ums: {}
|
|
intercomService: {}
|
|
opendeskKeycloakBootstrap: {}
|
|
nginxS3Gateway: {}
|
|
# open-xchange
|
|
dovecot: {}
|
|
openxchange: {}
|
|
opendeskOpenxchangeBootstrap: {}
|
|
oxConnector: {}
|
|
# openproject
|
|
openproject: {}
|
|
# openproject-bootstrap
|
|
opendeskOpenprojectBootstrap: {}
|
|
# services
|
|
opendeskOtterize: {}
|
|
opendeskHome: {}
|
|
opendeskCertificates: {}
|
|
redis: {}
|
|
memcached: {}
|
|
postgresql: {}
|
|
mariadb: {}
|
|
postfix: {}
|
|
opendeskDkimpyMilter: {}
|
|
clamav: {}
|
|
clamavSimple: {}
|
|
minio: {}
|
|
# xwiki
|
|
xwiki: {}
|
|
...
|