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