add a section in readme

This commit is contained in:
mmattel
2023-11-07 11:19:19 +01:00
parent 21653d9d1a
commit 14ad4faa61
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -20,3 +20,7 @@ Beside theming, the behavior of the web UI can be configured via options. See th
### Web UI Config File
When defined via the `WEB_UI_CONFIG_FILE` environment variable, the configuration of the web UI can be made with a [json based](https://github.com/owncloud/web/tree/master/config) file.
### Embedding Web
Web can be consumed by another application in a stripped down version called “Embed mode”. This mode is supposed to be used in the context of selecting or sharing resources. For more details see the developer documentation [ownCloud Web / Embed Mode](https://owncloud.dev/clients/web/embed-mode/). See the environment variables: `WEB_OPTION_MODE` and `WEB_OPTION_EMBED_TARGET` to configure the embedded mode.