安装向导 — Nextcloud latest 管理手册 latest 文档
find / -name config.php
'trusted_domains' =>
array (
0 => 'localhost',
1 => 'server1.example.com',
2 => '192.168.1.50',
3 => '[fe80::1:50]',
),
vim /var/snap/nextcloud/42567/nextcloud/config/config.php
vim /var/snap/nextcloud/42229/nextcloud/config/config.php
cat /var/snap/nextcloud/42229/nextcloud/config/config.php
<?php
$CONFIG = array (
'apps_paths' =>
array (
0 =>
array (
'path' => '/snap/nextcloud/current/htdocs/apps',
'url' => '/apps',
'writable' => false,