addition of nextcloud and transmission based on linuxserver

This commit is contained in:
Alexandre
2020-12-12 12:33:54 +01:00
parent cfdd88a202
commit 62cfdf646a
47 changed files with 734 additions and 121 deletions

View File

@@ -0,0 +1,6 @@
<?php
$CONFIG = array (
'memcache.local' => '\OC\Memcache\APCu',
'datadirectory' => '/share/nextcloud',
);