Wiki-Quellcode von Kopano Files-Plugin global aktivieren
Version 18.1 von Jonas Mayer am 2022/05/24 19:23
Verstecke letzte Bearbeiter
author | version | line-number | content |
---|---|---|---|
![]() |
18.1 | 1 | (% style="color:#000000" %)Wenn Sie unter Kopano das Files-Plugin aktivieren wollen, um Zugriff auf die Daten in der Nextcloud bzw. auf Server-Freigaben zu erlangen, gehen Sie bitte folgendermaßen vor: |
![]() |
3.1 | 2 | |
![]() |
9.1 | 3 | |
![]() |
18.1 | 4 | ---- |
5 | |||
6 | |||
![]() |
15.1 | 7 | 1. (% style="color:#000000" %) Navigieren Sie im Container(%%) (% style="color:#3498db" %)**kopano-g1**(%%) (% style="color:#000000" %)zum Verzeichnis **/etc/kopano/webapp/**(%%) |
![]() |
8.1 | 8 | |
![]() |
15.1 | 9 | 1. (% style="color:#000000" %) Öffnen Sie die Datei **config-files.php** mit einem Editor (beispielsweise vim oder nano) ihrer Wahl(%%) |
![]() |
8.1 | 10 | |
![]() |
15.1 | 11 | 1. (% style="color:#000000" %) Suchen Sie in der Datei folgenden Abschnitt |
![]() |
3.1 | 12 | |
![]() |
5.1 | 13 | (% class="box" %) |
14 | ((( | ||
![]() |
18.1 | 15 | (% style="color:#16a085" %)##/~*~* |
![]() |
5.1 | 16 | ~* This enables/disables the WHOLE plugin. |
![]() |
18.1 | 17 | */##(%%) |
18 | (% style="color:#000000" %)##define('PLUGIN_FILES_USER_DEFAULT_ENABLE', false);## | ||
![]() |
5.1 | 19 | ))) |
![]() |
3.1 | 20 | |
![]() |
15.1 | 21 | (% style="color:#000000" %) 4. Ersetzen Sie **false** durch(%%) (% style="color:#c0392b" %)**true** |
![]() |
6.1 | 22 | |
![]() |
7.1 | 23 | (% class="box" %) |
24 | ((( | ||
![]() |
18.1 | 25 | (% style="color:#16a085" %)##/~*~* |
![]() |
6.1 | 26 | ~* This enables/disables the WHOLE plugin. |
![]() |
18.1 | 27 | */##(%%) |
28 | (% style="color:#000000" %)##define('PLUGIN_FILES_USER_DEFAULT_ENABLE',##(%%)## (% style="color:#c0392b" %)true(% style="color:#000000" %));(%%)## | ||
![]() |
7.1 | 29 | ))) |
![]() |
6.1 | 30 | |
![]() |
15.1 | 31 | (% style="color:#000000" %)Nun ist das Files-Plugin in Kopano aktiviert(%%). |