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