add nextcloud
This commit is contained in:
parent
c0f347a14f
commit
54bd3fa8bb
11 changed files with 364 additions and 0 deletions
17
nextcloud/nextcloud.config.php
Normal file
17
nextcloud/nextcloud.config.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
$CONFIG = array (
|
||||
'datadirectory' => '/var/lib/nextcloud/data',
|
||||
'logfile' => '/var/log/nextcloud/nextcloud.log',
|
||||
'apps_paths' => [
|
||||
[
|
||||
'path'=> '/usr/share/webapps/nextcloud/apps',
|
||||
'url' => '/apps',
|
||||
'writable' => false,
|
||||
],
|
||||
[
|
||||
'path'=> '/var/lib/nextcloud/apps',
|
||||
'url' => '/wapps',
|
||||
'writable' => true,
|
||||
],
|
||||
],
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue