Zum Inhalt springen

Kategorie: nextcloud


Kategorien:

How to migrate Nextcloud to a new Server with Ubuntu 16.04 LTS

How to migrate Nextcloud to a new Server with Ubuntu 16.04 LTS
Veröffentlichungsdatum:
Schlagwörter:
Anzahl Kommentare: keine Kommentare

Today I want to show you how to move a Nextcloud instance to a new VPS. Reasons may be that our one runs out of space and the VPS can not be increased by the provider. We should be aware that depending on the TTL in the DNS a downtime for our Nextcloud instance arises. […]

Kategorien:

How to install APCu Object Cache in php7 and integrate in Nextcloud

How to install APCu Object Cache in php7 and integrate in Nextcloud
Veröffentlichungsdatum:
Schlagwörter:
Anzahl Kommentare: keine Kommentare

Today we want to optimize our Nextcloud installation with PHP-APCu, it does not matter which Nextcloud or PHP7 version we use. Depending on the version we replace the „x“ in the commands. VPS Preparation: Optional: If you have big but slow disks like me, you can work with a RAM disk. Condition is, of course, […]

How to install Antivirus-App in Nextcloud with ClamAV

How to install Antivirus-App in Nextcloud  with ClamAV
Veröffentlichungsdatum:
Schlagwörter:
Anzahl Kommentare: keine Kommentare

Today, we configure our Nextcloud to automatically scan files for viruses. To do this, we need to install ClamAV and configure the antivirus app. Step 1: First install ClamAV sudo apt install clamav clamav-freshclam clamav-daemon and start the ClamAV update process: sudo systemctl stop clamav-freshclam sudo freshclam Then we edit the ClamAV configuration sudo nano […]

How to deploy Collabora Online Office with Docker in Plesk and connect to Nextcloud

How to deploy Collabora Online Office with Docker in Plesk and connect to Nextcloud
Veröffentlichungsdatum:
Anzahl Kommentare: keine Kommentare

Since integrating Collabora Online Office with Docker in the Plesk Administration Panel is a bit tricky, here are some steps and settings that work for me:   Requirements: root-access via ssh Docker extension installed and enabled in Plesk Working Nextcloud installation with Collabora online app Empty subdomain created in Plesk and secured with SSL procedure: […]

Kategorien:

How to install APCu Object Cache on Ubuntu 16.04 LTS and integrate in Nextcloud with Plesk

How to install APCu Object Cache on Ubuntu 16.04 LTS and integrate in Nextcloud with Plesk
Veröffentlichungsdatum:
Schlagwörter:
Anzahl Kommentare: keine Kommentare

This guide is outdated, please use this one. Today we want to optimize our Nextcloud installation with APCu in Plesk. This How To is tested with Plesk Onyx Version 17.8.11. Requirements: – Plesk Onyx – root-access Preparation: First, we need to install the necessary dev packages for Plesk. Depending on the usage of the PHP […]