mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-07 16:01:37 +01:00
17 lines
551 B
Go Template
17 lines
551 B
Go Template
# SPDX-FileCopyrightText: 2024 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
---
|
|
technical:
|
|
# Collabora related technical settings
|
|
collabora:
|
|
# Defines the value for the start parameter `-o:num_prespawn_children`
|
|
numPrespawnChildren: 4
|
|
# Nextcloud related technical settings
|
|
nextcloud:
|
|
# Client push / push-notify app related settings.
|
|
# Ref.: https://apps.nextcloud.com/apps/notify_push
|
|
pushNotify:
|
|
# Enable the feature
|
|
enabled: true
|
|
...
|