IT /
\ IT

NextcloudPi

nextcloudPi

Youtube-Inspiration ApfelCast

ONLYOFFICE installieren (nur LINUX Ubuntu)

  1. ONLYOFFICE-App installieren
  2. Community Document Server installieren

NextCloud-Office und Collabora aktivieren

  1. Nextcloud Office laden
  2. Collabora CODE forARM laden

Downloadzeit verlängern
I found my solution changing the way curl is going to be invoked in [path to nextcloud]/lib/private/Installer.php. In that file you will be able to modify the timeout. I left it in 300 (seconds).
Beim Raspi: ./var/www/nextcloud/lib/private/Installer.php

 // Download the release
 $tempFile = $this->tempManager->getTemporaryFile('.tar.gz');
 $timeout = $this->isCLI ? 0 : 1200;
 $client = $this->clientService->newClient();
 $client->get($app['releases'][0]['download'], ['save_to' => $tempFile, 'timeout' => $timeout]);
Page last modified on 10.11.2024, at 02:17 AM CET
Powered by PmWiki