feat: add nextcloud oidc provisioning

This commit is contained in:
Bert-Jan Fikse 2026-02-27 11:23:07 +01:00
parent 3fcaebe1a8
commit b5a6573beb
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A
5 changed files with 99 additions and 1 deletions

View file

@ -0,0 +1,4 @@
<?php
$CONFIG = array (
'allow_local_remote_servers' => {{ nextcloud_allow_local_remote_servers | lower }},
);