Wiki-Quellcode von Kopano Files-Plugin global aktivieren
Zuletzt geändert von Alexander Kruck am 2022/06/09 14:51
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 | |
![]() |
18.1 | 3 | ---- |
4 | |||
5 | |||
![]() |
15.1 | 6 | 1. (% style="color:#000000" %) Navigieren Sie im Container(%%) (% style="color:#3498db" %)**kopano-g1**(%%) (% style="color:#000000" %)zum Verzeichnis **/etc/kopano/webapp/**(%%) |
![]() |
8.1 | 7 | |
![]() |
15.1 | 8 | 1. (% style="color:#000000" %) Öffnen Sie die Datei **config-files.php** mit einem Editor (beispielsweise vim oder nano) ihrer Wahl(%%) |
![]() |
8.1 | 9 | |
![]() |
21.1 | 10 | 1. (% style="color:#000000" %) Suchen Sie in der Datei folgenden Abschnitt: |
![]() |
3.1 | 11 | |
![]() |
5.1 | 12 | (% class="box" %) |
13 | ((( | ||
![]() |
18.1 | 14 | (% style="color:#16a085" %)##/~*~* |
![]() |
5.1 | 15 | ~* This enables/disables the WHOLE plugin. |
![]() |
18.1 | 16 | */##(%%) |
17 | (% style="color:#000000" %)##define('PLUGIN_FILES_USER_DEFAULT_ENABLE', false);## | ||
![]() |
5.1 | 18 | ))) |
![]() |
3.1 | 19 | |
![]() |
15.1 | 20 | (% style="color:#000000" %) 4. Ersetzen Sie **false** durch(%%) (% style="color:#c0392b" %)**true** |
![]() |
6.1 | 21 | |
![]() |
7.1 | 22 | (% class="box" %) |
23 | ((( | ||
![]() |
18.1 | 24 | (% style="color:#16a085" %)##/~*~* |
![]() |
6.1 | 25 | ~* This enables/disables the WHOLE plugin. |
![]() |
18.1 | 26 | */##(%%) |
27 | (% style="color:#000000" %)##define('PLUGIN_FILES_USER_DEFAULT_ENABLE',##(%%)## (% style="color:#c0392b" %)true(% style="color:#000000" %));(%%)## | ||
![]() |
7.1 | 28 | ))) |
![]() |
6.1 | 29 | |
![]() |
20.1 | 30 | (% style="color:#000000" %)Nun ist das Files-Plugin in Kopano innerhalb der WebApp aktiviert(%%). |