From fc199420d2b6022608d490b2964c719baa936c1b Mon Sep 17 00:00:00 2001 From: mmattel Date: Wed, 3 May 2023 07:55:56 +0200 Subject: [PATCH] [docs-only] Add a readme descriton to webui option envvars --- services/web/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/web/README.md b/services/web/README.md index cb988fec1..b77e2184f 100644 --- a/services/web/README.md +++ b/services/web/README.md @@ -8,3 +8,7 @@ The web service also provides a minimal API for branding functionality like chan ## Custom Compiled Web Assets If you want to use your custom compiled web client assets instead of the embedded ones, then you can do that by setting the `WEB_ASSET_PATH` variable to point to your compiled files. See [ownCloud Web / Getting Started](https://owncloud.dev/clients/web/getting-started/) and [ownCloud Web / Setup with oCIS](https://owncloud.dev/clients/web/backend-ocis/) for more details. + +## WebUI Options + +Beside theming, the behaviour of the embedded WebUI can be configured via options. See the environment variables `WEB_OPTIONS_xxx` for more details.