Nextcloud: Unterschied zwischen den Versionen

aus www.kruedewagen.de, Homepage von Ralf und Judith Krüdewagen (Kruedewagen)
Zur Navigation springen Zur Suche springen
Zeile 31: Zeile 31:
=== URL ändern ===
=== URL ändern ===
*Pfad im DocumentRoot anpassen
*Pfad im DocumentRoot anpassen
*Pfade in '''DocumentRoot/.htaccess''' anpassen
*Pfade in ''DocumentRoot/.htaccess'' anpassen
*Pfade in Apache Config anpassen, z.B. in '''/etc/apache2/conf.d/nextcloud.conf'''
*Pfade in Apache Config anpassen, z.B. in ''/etc/apache2/conf.d/nextcloud.conf''
*Nextcloud Config in '''config.php''' anpassen
*Nextcloud Config in ''config.php'' anpassen
*Ggf. Pfad zu '''data''' in Datenbank-Tabelle '''oc_storages''' anpassen
*Ggf. Pfad zu ''data'' in Datenbank-Tabelle ''oc_storages'' anpassen


== Siehe auch ==
== Siehe auch ==

Version vom 28. März 2018, 12:51 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:

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.

Andere Erweiterungen

Tipps und Tricks

URL ändern

  • Pfad 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

Siehe auch