Wiki-Quellcode von Kopano Files-Plugin global aktivieren
Version 18.1 von Jonas Mayer am 2022/05/24 19:23
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 | |||
7 | 1. (% style="color:#000000" %) Navigieren Sie im Container(%%) (% style="color:#3498db" %)**kopano-g1**(%%) (% style="color:#000000" %)zum Verzeichnis **/etc/kopano/webapp/**(%%) | ||
8 | |||
9 | 1. (% style="color:#000000" %) Öffnen Sie die Datei **config-files.php** mit einem Editor (beispielsweise vim oder nano) ihrer Wahl(%%) | ||
10 | |||
11 | 1. (% style="color:#000000" %) Suchen Sie in der Datei folgenden Abschnitt | ||
12 | |||
13 | (% class="box" %) | ||
14 | ((( | ||
15 | (% style="color:#16a085" %)##/~*~* | ||
16 | ~* This enables/disables the WHOLE plugin. | ||
17 | */##(%%) | ||
18 | (% style="color:#000000" %)##define('PLUGIN_FILES_USER_DEFAULT_ENABLE', false);## | ||
19 | ))) | ||
20 | |||
21 | (% style="color:#000000" %) 4. Ersetzen Sie **false** durch(%%) (% style="color:#c0392b" %)**true** | ||
22 | |||
23 | (% class="box" %) | ||
24 | ((( | ||
25 | (% style="color:#16a085" %)##/~*~* | ||
26 | ~* This enables/disables the WHOLE plugin. | ||
27 | */##(%%) | ||
28 | (% style="color:#000000" %)##define('PLUGIN_FILES_USER_DEFAULT_ENABLE',##(%%)## (% style="color:#c0392b" %)true(% style="color:#000000" %));(%%)## | ||
29 | ))) | ||
30 | |||
31 | (% style="color:#000000" %)Nun ist das Files-Plugin in Kopano aktiviert(%%). |