Files
opendesk/helmfile/environments/default/technical.yaml.gotmpl
2025-01-14 12:57:24 +00:00

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
...