From ad85d5f2c92c00c09b414f68bc43b8c15afe73ba Mon Sep 17 00:00:00 2001 From: Hailong Wang Date: Fri, 2 Jun 2023 02:14:47 +0800 Subject: [PATCH] Update interface `classic` => `compact` & `notebookbar` => `tabbed` --- README.md | 2 +- examples/compose.yml | 2 +- install/assets/defaults/10-coolwsd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 90711a3..22a2a32 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ Be sure to view the following repositories to understand all the customizable op | `SETUP_TYPE` | Automatically generate configuration with defaults. Set to `MANUAL` and map the configuration file to use your own | `AUTO` | | `ALLOWED_HOSTS` | Set which domains which can access service Seperate Multiple with `,` - Example: `https://www.example\.org` (no wildcards) | `` | | `EXTRA_OPTIONS` | If you want to pass additional arguments upon startup, add it here | `` | -| `INTERFACE` | Web interface type `classic` or `notebookbar` | `notebookbar` | +| `INTERFACE` | After version 21.11, Web interface type changed from `classic` => `compact` or `notebookbar` => `tabbed` | `tabbed` | | `GROUP_DOWNLOAD_AS` | Group Download as Icons into dropdown in notebookbar view | `TRUE` | | `WATERMARK_OPACITY` | Watermark Opacity | `0.2` | | `WATERMARK_TEXT` | Text to display for watermark | `` | diff --git a/examples/compose.yml b/examples/compose.yml index 2532e4d..59b439a 100644 --- a/examples/compose.yml +++ b/examples/compose.yml @@ -25,7 +25,7 @@ services: - ENABLE_TLS=FALSE - ENABLE_TLS_REVERSE_PROXY=TRUE - - INTERFACE=notebookbar + - INTERFACE=tabbed - LOG_TYPE=FILE networks: - proxy diff --git a/install/assets/defaults/10-coolwsd b/install/assets/defaults/10-coolwsd index e6de1e0..210080e 100755 --- a/install/assets/defaults/10-coolwsd +++ b/install/assets/defaults/10-coolwsd @@ -45,7 +45,7 @@ HEXIFY_EMBEDDED_URLS=${HEXIFY_EMBEDDED_URLS:-"FALSE"} IDLE_SAVE=${IDLE_SAVE:-30} IDLE_UNLOAD_TIMEOUT=${IDLE_UNLOAD_TIMEOUT:-3600} INDIRECTION_ENDPOINT=${INDIRECTION_ENDPOINT:-""} -INTERFACE=${INTERFACE:-"notebookbar"} +INTERFACE=${INTERFACE:-"tabbed"} LANGUAGE=${LANGUAGE:-'en_GB en_US'} LANGUAGE_TOOL_API_KEY=${LANGUAGE_TOOL_API_KEY:-""} LANGUAGE_TOOL_BASE_URL=${LANGUAGE_TOOL_BASE_URL:-""}