feat: add nextcloud oidc provisioning
This commit is contained in:
parent
3fcaebe1a8
commit
b5a6573beb
5 changed files with 99 additions and 1 deletions
4
roles/nextcloud/templates/local-network.config.php.j2
Normal file
4
roles/nextcloud/templates/local-network.config.php.j2
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?php
|
||||
$CONFIG = array (
|
||||
'allow_local_remote_servers' => {{ nextcloud_allow_local_remote_servers | lower }},
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue