1
0
Fork 0

Initial version of nextcloud collection
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Signed-off-by: Nis Wechselberg <enbewe@enbewe.de>
This commit is contained in:
Nis Wechselberg 2024-06-30 17:18:49 +02:00
parent e559257349
commit a59b0eb1f3
Signed by: enbewe
GPG key ID: 7B25171F921B9E57
16 changed files with 912 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<?php
$CONFIG = array (
'allow_user_to_change_display_name' => {{ nextcloud_oidc_allow_user_change_display_name | default('false') }},
'skeletondirectory' => '',
'templatedirectory' => '',
'hide_login_form' => {{ nextcloud_oidc_hide_password_form | default('false') }},
'maintenance_window_start' => {{ nextcloud_maintenance_window_start | default(2) }},
'default_phone_region' => '{{ nextcloud_default_phone_region | default('DE') }}',
);