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
(8 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 24: Zeile 24:
**https://www.pro-linux.de/news/1/27480/nextcloud-17-f%C3%83%C2%BChrt-remote-wipe-ein.html
**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)
*[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)
*Einsatz mit Kubernetes / k3s , siehe c't 09/20 S.26, [[ct:yq1e]]
*Nextcloud-Instanz per Docker der c't: https://github.com/psct/ctnextcloud
*[http://heise.de/-4727074 Nextcloud stellt High-Performance Back-End unter Open-Source-Lizenz]


== Collabora  Online ==
== Collabora  Online ==
Zeile 32: Zeile 35:
*https://hub.docker.com/r/collabora/code/
*https://hub.docker.com/r/collabora/code/
*siehe iX 02/17 S.54
*siehe iX 02/17 S.54
*https://nextcloud.com/blog/how-to-install-collabora-online-in-nextcloud-hub/


Tipps:
Tipps:
Zeile 38: Zeile 42:
== Only Office ==
== 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]
*[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]
*[https://www.onlyoffice.com/de/all-connectors.aspx Konnektoren]
*siehe c't 11/20 S.128
*Nachteile gegenüber Collabora
**Bei geteilten Links ist der Editor immer "Anonym". Man kann keinen Namen setzen.
**Chat und Videokonferenz via Nextcloud nicht möglich im Kontext des Dokuments.
**Muss manuell geflusht werden, damit Änderungen im Cache in Datei geschrieben wird, z.B. per Cron
occ documentserver:flush
**speichert nicht zuverlässig; Änderungen aus verschiedenen Sessions gehen verloren, https://github.com/nextcloud/documentserver_community/issues/100


==Andere Erweiterungen==
==Andere Erweiterungen==
Zeile 47: Zeile 60:
**https://www.pro-linux.de/news/1/27197/nextcloud-stellt-kollaborativen-texteditor-vor.html
**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
**https://www.pro-linux.de/artikel/2/1978/nextcloud-text-ein-etherpad-ersatz-f%C3%83%C2%BCr-alle.html
*Deck
**https://nextcloud.com/blog/nextcloud-deck-1-0-available-today-plus-deck-for-android/
*Group Folders: Für gemeinsame Verzeichnisstruktur, siehe c't 11/20 S.129


== Tipps und Tricks ==
== Tipps und Tricks ==

Version vom 21. Juni 2020, 11:16 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

  • Nachteile gegenüber Collabora
    • Bei geteilten Links ist der Editor immer "Anonym". Man kann keinen Namen setzen.
    • Chat und Videokonferenz via Nextcloud nicht möglich im Kontext des Dokuments.
    • Muss manuell geflusht werden, damit Änderungen im Cache in Datei geschrieben wird, z.B. per Cron
occ documentserver:flush

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