Nextcloud + Collabora + DB = Podman
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
adminbruno 55fe509160
Mise à jour de 'nc-complete.yml'
3 years ago
README.md Mise à jour de 'README.md' 3 years ago
nc-complete.yml Mise à jour de 'nc-complete.yml' 3 years ago
simple-pod.env Ajouter 'simple-pod.env' 3 years ago

README.md

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' => '<REDIS PASSWORD>',
       'timeout'  => 1.5,
  ],
  'memcache.locking' => '\OC\Memcache\Redis',