Merge pull request #10511 from owncloud/one_more_added_change

[docs-only] One more added envvar change found
This commit is contained in:
Martin
2024-11-07 17:18:28 +01:00
committed by GitHub

View File

@@ -13,6 +13,11 @@
| Serve ownCloud themes from a path on the filesystem instead of the builtin assets. If not defined, the root directory derives from $OCIS_BASE_DATA_PATH/web/assets/themes
| /var/lib/ocis/web/assets/themes
|
| OCIS_DEFAULT_LANGUAGE
| The default language used by services and the WebUI. If not defined, English will be used as default. See the documentation for more details.
|
|
| OCIS_DISABLE_VERSIONING
| Disables versioning of files. When set to true, new uploads with the same filename will overwrite existing files instead of creating a new version.
@@ -34,11 +39,11 @@
| false
|
| OCIS_WOPI_DISABLE_CHAT
| Disable chat in the office web frontend. This feature applies to OnlyOffice and Microsoft.
| false
| OCIS_TRANSLATION_PATH
| (optional) Set this to a path with custom translations to overwrite the builtin translations. Note that file and folder naming rules apply, see the documentation for more details.
|
| xref:{s-path}/activitylog.adoc[Activitylog]
|
| ACTIVITYLOG_TRANSLATION_PATH
| (optional) Set this to a path with custom translations to overwrite the builtin translations. Note that file and folder naming rules apply, see the documentation for more details.
|