From 5af7030f6ef3e0b8a8c43ee43b448eb4d5c53a02 Mon Sep 17 00:00:00 2001 From: "dave@tiredofit.ca" Date: Wed, 26 Apr 2023 14:39:27 -0700 Subject: [PATCH] Release 2.4.31 - See CHANGELOG.md --- CHANGELOG.md | 6 ++++++ README.md | 32 ++++++++++++++++---------------- 2 files changed, 22 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fb21c1..e033792 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.4.31 2023-04-26 + + ### Added + - Add support for _FILE environment variables + + ## 2.4.30 2023-04-17 ### Added diff --git a/README.md b/README.md index fdb8895..e983003 100644 --- a/README.md +++ b/README.md @@ -147,11 +147,11 @@ Be sure to view the following repositories to understand all the customizable op #### Administration | Parameter | Description | Default | `_FILE` | -| ---------------------- | --------------------------------------------- | ----------------- | --- | -| `ENABLE_ADMIN_CONSOLE` | Enable Administration Console | `TRUE` | | -| `ADMIN_USER` | User for accessing Administration Console | `admin` | x | -| `ADMIN_PASS` | Password for accessing Administration Console | `collaboraonline` | x | -| `ADMIN_JWT_EXPIRY` | Admin JWT Expiry in seconds | `1800` | | +| ---------------------- | --------------------------------------------- | ----------------- | ------- | +| `ENABLE_ADMIN_CONSOLE` | Enable Administration Console | `TRUE` | | +| `ADMIN_USER` | User for accessing Administration Console | `admin` | x | +| `ADMIN_PASS` | Password for accessing Administration Console | `collaboraonline` | x | +| `ADMIN_JWT_EXPIRY` | Admin JWT Expiry in seconds | `1800` | | #### Logging @@ -270,20 +270,20 @@ The image comes with English (US, GB, Canada variants) baked into the image, how #### DeepL Translation | Parameter | Description | Default | `_FILE` | -| ---------------- | -------------------------------- | ------- | --- | -| `ENABLE_DEEPL` | Enable DeepL Translation Support | `FALSE` || -| `DEEPL_API_URL` | DeepL API URL | `` | x | -| `DEEPL_AUTH_KEY` | DeepL Auth Key | `` | x | +| ---------------- | -------------------------------- | ------- | ------- | +| `ENABLE_DEEPL` | Enable DeepL Translation Support | `FALSE` | | +| `DEEPL_API_URL` | DeepL API URL | `` | x | +| `DEEPL_AUTH_KEY` | DeepL Auth Key | `` | x | #### Language Tool | Parameter | Description | Default | `_FILE` | -| ----------------------------- | ------------------------------------------------------------------------ | ------- | --- | -| `ENABLE_LANGUAGE_TOOL` | Enable Language Tool Grammar checking integration | `FALSE` | | -| `LANGUAGE_TOOL_BASE_URL` | Base URL for Language Tool | | x | -| `LANGUAGE_TOOL_USER_NAME` | Language Tool User Name | | x | -| `LANGUAGE_TOOL_API_KEY` | Language Tool provided API Key | | x| -| `LANGUAGE_TOOL_REST_PROTOCOL` | REST protocol. blank for Language Tool `duden` for Duden Korrekturserver | | | -| `LANGUAGE_TOOL_SSL_VERIFY` | SSL Verify | `TRUE` | | +| ----------------------------- | ------------------------------------------------------------------------ | ------- | ------- | +| `ENABLE_LANGUAGE_TOOL` | Enable Language Tool Grammar checking integration | `FALSE` | | +| `LANGUAGE_TOOL_BASE_URL` | Base URL for Language Tool | | x | +| `LANGUAGE_TOOL_USER_NAME` | Language Tool User Name | | x | +| `LANGUAGE_TOOL_API_KEY` | Language Tool provided API Key | | x | +| `LANGUAGE_TOOL_REST_PROTOCOL` | REST protocol. blank for Language Tool `duden` for Duden Korrekturserver | | | +| `LANGUAGE_TOOL_SSL_VERIFY` | SSL Verify | `TRUE` | | #### Zotero | Parameter | Description | Default |