Zum Inhalt springen

Kategorie: applications


Kategorien:

How to run Nextcloud Talk High Performance Backend with Stun/Turnserver on Ubuntu with docker-compose

How to run Nextcloud Talk High Performance Backend with Stun/Turnserver on Ubuntu with docker-compose
Veröffentlichungsdatum:

Since Nextcloud has released the High Performance Backend as OpenSource under AGPL License, i tried my luck to install it on Ubuntu without docker, but many people had problems or run other OS as Ubuntu/Debian and asked „what about docker?“. Ok, without is a little bit tricky, so let us go with docker: Requirements: – […]

Kategorien:

How to Install Nextcloud Talk High Performance Backend with Stun/Turnserver on Ubuntu

How to Install Nextcloud Talk High Performance Backend with Stun/Turnserver on Ubuntu
Veröffentlichungsdatum:

Picture from Alexandra_Koch on Pixabay Changes 18.11.2020: – Adjust server.conf because typo has changed – Adjust signaling.service and janus.service because they does not start after reboot Changes 22.11.2020: – Adjust janus.jcfg – change repositoty of janus Since Nextcloud has released the High Performance Backend as OpenSource under AGPL License, i tried my luck to install […]

Kategorien:

How to deploy Collabora Online Office on Ubuntu with Apache2 as Reverse Proxy and Docker

How to deploy Collabora Online Office on Ubuntu with Apache2 as Reverse Proxy and Docker
Veröffentlichungsdatum:

Changes: – English Translation – apache2-vhost – Add Instructions for more than one nextcloud-domain – Renew Screenshots – Add Links to Troubleshooting Guides In this guide i will show you how to deploy Collabora Office with Apache2 and Docker to integrate in Nextcloud. Requirements: – one Ubuntu VPS – LAMP stack installed – Apache2 Reverse […]

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:

Changes: – Additional nginx directives – Add Instructions for more than one nextcloud-domain – Renew Screenshots – Add Links to Troubleshooting Guides 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 […]

Kategorien:

How to install and register RainLoop WebMail as Service in Plesk

How to install and register RainLoop WebMail as Service in Plesk
Veröffentlichungsdatum:
Schlagwörter:
Anzahl Kommentare: keine Kommentare

Changes 23.03.2019 – Added instructions for shared Hosting with .htaccess-file Currently there are two free webmail solutions in Plesk that I personally do not prefer. Therefore, I had the idea to implement RainLoop Webmail as a third solution for me. If anyone want to follow me, here is how to do it. Step 1: Domain […]

Kategorien:

How to deploy Collabora Online Office without Docker in Plesk and connect to Nextcloud on Ubuntu

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

Updated 07.10.2019: nginx directives I received many requests to roll out Collabora without Docker, because many Users do not have a Plesk-VPS which is able to run Docker. More and more Service Provider are working with Virtuozzo-Container or something similar where Docker will not run or is not installable. Now I want to help you […]

Kategorien:

How to install Fulltextsearch in Nextcloud with Elasticsearch and Tesseract OCR

How to install Fulltextsearch in Nextcloud with Elasticsearch and Tesseract OCR
Veröffentlichungsdatum:
Anzahl Kommentare: keine Kommentare

Today I want to show you how to install Fulltextsearch with OCR in Nextcloud 13 or 14 with Elasticsearch and Tesseract OCR. This guide also works with Plesk Onyx. Prerequisites: – an Ubuntu VPS with running Nextcloud-Instance – root-access the following Apps must be installed and activated in Nextcloud: – Full text search – Bookmarks […]

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 […]