feat: openId to id.limbosolutions.com
All checks were successful
/ continuous-deploy (push) Successful in 22s

This commit is contained in:
Márcio Fernandes
2026-03-25 01:38:07 +00:00
parent 711d209925
commit 3dd6c5457b
2 changed files with 23 additions and 7 deletions

View File

@@ -144,6 +144,12 @@ nextcloud:
# 'appstoreenabled' => true,
# 'appstoreurl' => 'https://apps.nextcloud.com/api/v1',
# );
global.config.php: |-
<?php
$CONFIG = array (
'allow_local_remote_servers' => true
);
https.config.php: |-
<?php
$CONFIG = array (