Initial version of nextcloud collection
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Signed-off-by: Nis Wechselberg <enbewe@enbewe.de>
This commit is contained in:
parent
e559257349
commit
a59b0eb1f3
16 changed files with 912 additions and 0 deletions
9
roles/nextcloud/templates/ansible.config.php.j2
Normal file
9
roles/nextcloud/templates/ansible.config.php.j2
Normal 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') }}',
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue