mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-17 08:34:48 +02:00
Correct rsync version.php
Signed-off-by: pierre <pierre.m@nikolov.fr>
This commit is contained in:
parent
b678bfc10e
commit
b9f338ab05
36 changed files with 1069 additions and 16 deletions
15
16.0-beta/fpm-alpine/config/apps.config.php
Normal file
15
16.0-beta/fpm-alpine/config/apps.config.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
$CONFIG = array (
|
||||
"apps_paths" => array (
|
||||
0 => array (
|
||||
"path" => OC::$SERVERROOT."/apps",
|
||||
"url" => "/apps",
|
||||
"writable" => false,
|
||||
),
|
||||
1 => array (
|
||||
"path" => OC::$SERVERROOT."/custom_apps",
|
||||
"url" => "/custom_apps",
|
||||
"writable" => true,
|
||||
),
|
||||
),
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue