From 4f549afc86dc5aeea939ef6e619e3b366ca8fe41 Mon Sep 17 00:00:00 2001 From: Sivakumar Date: Thu, 24 Nov 2022 19:33:48 +0530 Subject: [PATCH] Documentation changes for v5.3.53 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f9c1ea4..b4589a9 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,10 @@ The following software requirements are necessary to run the Bold BI Enterprise | Tags | OS Version | Last Modified | | ------------- | ------------- | ------------- | -| `5.3.53`, `latest` | Debian 10 (amd64,arm64) | 07/18/2022 | -| `5.3.53-alpine` | Alpine 3.13 (amd64) | 07/18/2022 | -| `5.3.53-focal` | Ubuntu 20.04 (amd64) | 07/18/2022 | -|`5.3.53-arm64`|Debian 10 (arm64)|07/18/2022 +| `5.3.53`, `latest` | Debian 10 (amd64,arm64) | 11/24/2022 | +| `5.3.53-alpine` | Alpine 3.13 (amd64) | 11/24/2022 | +| `5.3.53-focal` | Ubuntu 20.04 (amd64) | 11/24/2022 | +|`5.3.53-arm64` | Debian 10 (arm64)|11/24/2022 # How to use this image ## Start a Bold BI instance @@ -75,7 +75,7 @@ docker run --name boldbi -p 80:80 -p 443:443 \ ```sh docker run --name boldbi -p 80:80 -p 443:443 \ -e APP_URL=https://example.com \ - -e OPTIONAL_LIBS=mongodb,mysql,influxdb,snowflake,oracle,npgsql \ + -e OPTIONAL_LIBS=mongodb,mysql,influxdb,snowflake,oracle,clickhouse,google \ -e widget_bing_map_enable=true\ -e widget_bing_map_api_key= \ -v D:/boldbi/app_data:/application/app_data \ @@ -87,7 +87,7 @@ Bold BI accepts the following environment variables from the command line. | Name |Required| Description | | ------------- |----------| ------------- | | `APP_URL` |No


Needed when configuring with domain or IP| Domain or IP address with http/https protocol.
For example,
`http://`
`http://`

The default APP_URL is `http://localhost`

Note:
• If you are using the IP address for the Base URL, make sure you are using the public IP of the machine instead of internal IP or local IP address. Applications can communicate with each other using the public IP alone. Host machine IP will not be accessible inside the application container.
• For linux depoyment the default APP_URL is http://localhost or http://172.17.0.1
• You can provide the HTTP or HTTPS scheme for APP_BASE_URL value.
• Please refer to this section for [SSL Termination](docs/SSL-Termination).| -|`OPTIONAL_LIBS`|No| These are the client libraries used in Bold BI by default.

`'mongodb,mysql,influxdb,snowflake,oracle,npgsql'`

Please refer [Consent to deploy client libraries](docs/consent-to-deploy-client-libraries.md) Libraries section to know more.| +|`OPTIONAL_LIBS`|No| These are the client libraries used in Bold BI by default.

`'mongodb,mysql,influxdb,snowflake,oracle,clickhouse,google'`

Please refer [Consent to deploy client libraries](docs/consent-to-deploy-client-libraries.md) Libraries section to know more.| | `widget_bing_map_enable` |No| If you need to use Bing Map widget feature, enable this to `true`.
By default this feature will be set to `false`. | | `widget_bing_map_api_key` |No| API key value for the Bing Map. | |`` |No|Persistent volume path for Bold BI application data|