Release 2.4.31 - See CHANGELOG.md

This commit is contained in:
dave@tiredofit.ca 2023-04-26 14:39:27 -07:00
parent 9092dd5a87
commit 5af7030f6e
2 changed files with 22 additions and 16 deletions

View file

@ -1,3 +1,9 @@
## 2.4.31 2023-04-26 <dave at tiredofit dot ca>
### Added
- Add support for _FILE environment variables
## 2.4.30 2023-04-17 <dave at tiredofit dot ca>
### Added

View file

@ -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 |