Nextcloud: Unterschied zwischen den Versionen

aus www.kruedewagen.de, Homepage von Ralf und Judith Krüdewagen (Kruedewagen)
Zur Navigation springen Zur Suche springen
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
(25 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
'''Nextcloud''' ist ein Fork von [[ownCloud]] und dient vorrangig als Cloud-Speicherdienst für den eigenen Server.
__TOC__
== Nextcloud Infos ==
Migration von Owncloud:
Migration von Owncloud:
*http://blog.jospoortvliet.com/2016/06/migrating-to-nextcloud-9.html
*http://blog.jospoortvliet.com/2016/06/migrating-to-nextcloud-9.html
Zeile 12: Zeile 15:
Apps:
Apps:
*https://hagen.cocoate.com/2016/09/25/official-nextcloud-apps/
*https://hagen.cocoate.com/2016/09/25/official-nextcloud-apps/
Artikel:
*Nextcloud 13
**siehe [[LU]] 05/18 S.64
**siehe [[LU]] 09/18 S.16
*Nextcloud 17
**https://www.linux-magazin.de/news/nextcloud-17-mit-neuen-features-und-services/
**https://www.pro-linux.de/news/1/27480/nextcloud-17-f%C3%83%C2%BChrt-remote-wipe-ein.html
*[https://www.pro-linux.de/artikel/2/1988/nextcloud-erfolgreich-einf%C3%BChren-checklisten-f%C3%BCr-ihre-organisation.html Nextcloud erfolgreich einführen: Checklisten für Ihre Organisation] (pro-linux.de)
== Collabora  Online ==
Mit Collabora kann man sich einen Dienst für die kollaborative Arbeit an Office-Dokumenten einrichten. Es basiert auf LibreOffice und läuft typischerweise als [[Docker]]-Container.
*https://nextcloud.com/collaboraonline/
*https://www.collaboraoffice.com/collabora-online/
*[https://www.collaboraoffice.com/code/ CODE]
*https://hub.docker.com/r/collabora/code/
*siehe iX 02/17 S.54
Tipps:
*Nach Update muss man manchmal die Einstellung der URL in "Collabora Online Server" erneut speichern.
== Only Office ==
*[https://nextcloud.com/blog/how-to-install-onlyoffice-in-nextcloud-hub-and-new-integration-feature/ How to install ONLYOFFICE in Nextcloud Hub and new integration feature]
==Andere Erweiterungen==
*[https://nextcloud.com/blog/introducing-cloud-storage-in-the-blockchain-with-sia-and-nextcloud/ Introducing cloud storage in the blockchain with Sia and Nextcloud]
*[https://www.pro-linux.de/kurztipps/2/1879/nextcloud-mit-solr-volltextsuche-ausstatten.html Kurztipp: Nextcloud mit Solr-Volltextsuche ausstatten] (pro-linux.de)
*Nextcloud Text
**https://cloud.nextcloud.com/s/4Bi8CMtKLDe2otY
**https://www.linux-magazin.de/news/nextcloud-text-schlanker-editor-fuer-notizen-und-mehr/
**https://www.pro-linux.de/news/1/27197/nextcloud-stellt-kollaborativen-texteditor-vor.html
**https://www.pro-linux.de/artikel/2/1978/nextcloud-text-ein-etherpad-ersatz-f%C3%83%C2%BCr-alle.html
== Tipps und Tricks ==
=== URL ändern ===
*Verzeichnis im DocumentRoot anpassen
*Pfade in ''DocumentRoot/.htaccess'' anpassen
*Pfade in Apache Config anpassen, z.B. in ''/etc/apache2/conf.d/nextcloud.conf''
*Nextcloud Config in ''config.php'' anpassen
*Ggf. Pfad zu ''data'' in Datenbank-Tabelle ''oc_storages'' anpassen
*Pfad in Collabora Online anpassen (Auth)
=== PHP Version ===
*PHP 7.4 -> Check hier ändern [https://help.nextcloud.com/t/this-version-of-nextcloud-is-not-compatible-with-php-7-3/65332]:
lib/versioncheck.php
== Sicherheit ==
*[https://nextcloud.com/blog/security-in-nextcloud-how-to-block-99-9-of-attacks/ Security in Nextcloud: how to block 99.9% of user account attacks]
== Siehe auch ==
*[[ownCloud]]
[[Kategorie:Cloud]]

Version vom 29. März 2020, 11:24 Uhr

Nextcloud ist ein Fork von ownCloud und dient vorrangig als Cloud-Speicherdienst für den eigenen Server.

Nextcloud Infos

Migration von Owncloud:

Homepage und Support:

Apps:

Artikel:

Collabora Online

Mit Collabora kann man sich einen Dienst für die kollaborative Arbeit an Office-Dokumenten einrichten. Es basiert auf LibreOffice und läuft typischerweise als Docker-Container.

Tipps:

  • Nach Update muss man manchmal die Einstellung der URL in "Collabora Online Server" erneut speichern.

Only Office

Andere Erweiterungen

Tipps und Tricks

URL ändern

  • Verzeichnis im DocumentRoot anpassen
  • Pfade in DocumentRoot/.htaccess anpassen
  • Pfade in Apache Config anpassen, z.B. in /etc/apache2/conf.d/nextcloud.conf
  • Nextcloud Config in config.php anpassen
  • Ggf. Pfad zu data in Datenbank-Tabelle oc_storages anpassen
  • Pfad in Collabora Online anpassen (Auth)

PHP Version

  • PHP 7.4 -> Check hier ändern [1]:
lib/versioncheck.php

Sicherheit

Siehe auch