From 27c2cbe5980f68ea4ceb6a773ff2dfab7ca9c392 Mon Sep 17 00:00:00 2001 From: adminbruno Date: Wed, 25 Jan 2023 11:52:32 -0500 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 4a5558a..d827c5e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ Collections de scripts de configuration et installation. Tentative de simplification en utilisant des containers Podman. as nécessairement plius simple, mais portatif et impacts réduits sur le système. + + +nc-complete.yml +----- +Renommer en docker-compose.yml + +After you boot up the stack, you'll want to go into your /local/path/nextcloud/config/nextcloud/www/nextcloud/config/config.php file and add the following to the top, immediately below the $CONFIG = array ( line + + 'memcache.local' => '\OC\Memcache\APCu', + 'memcache.distributed' => '\OC\Memcache\Redis', + 'redis' => [ + 'host' => 'redis', + 'port' => 6379, + 'password' => '', + 'timeout' => 1.5, + ], + 'memcache.locking' => '\OC\Memcache\Redis', +