Skip to content

Commit 0e7aadf

Browse files
committed
Update readme
1 parent 08ef44a commit 0e7aadf

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# O2 Report Server
22

3-
To setup reports `ZO_REPORT_USER_NAME`, `ZO_REPORT_USER_PASSWORD` must be specified.
3+
To setup reports `ZO_REPORT_USER_EMAIL`, `ZO_REPORT_USER_PASSWORD` must be specified.
44
Following are the ENVs related to chrome and SMTP. * means required -
55

66
**ENVs**
@@ -41,7 +41,7 @@ Following are the ENVs related to chrome and SMTP. * means required -
4141

4242
<td>`ZO_CHROME_DOWNLOAD_PATH`</td>
4343

44-
<td>If chromium can not be found in default locations and also `ZO_CHROME_PATH` is not specified, it downloads the system specific chromium in the given path. Default is `./download` (gitignored). `chromium` is downloaded for the first time only, afterwords, `chromium` is fetched from the given path. If there is any error regarding download of `chromium`, delete the download folder as it might be in a bad state.</td>
44+
<td>If chromium can not be found in default locations and also `ZO_CHROME_PATH` is not specified, it downloads the system specific chromium in the given path. Default is `./data/download` (gitignored). `chromium` is downloaded for the first time only, afterwords, `chromium` is fetched from the given path. If there is any error regarding download of `chromium`, delete the download folder as it might be in a bad state.</td>
4545

4646
</tr>
4747

@@ -156,8 +156,8 @@ ZO_SMTP_ENCRYPTION = "ssltls" # Or "starttls"
156156
# Set the chromium path
157157
# ZO_CHROME_PATH = ".\download\win64-1045629\chrome-win\chrome.exe"
158158
159-
# Or the simplest way is to not specify chrome path and instead use the below env. It will automatically download system specific chromium in the `./download` folder.
160-
ZO_CHROME_CHECK_DEFAULT_PATH = false
159+
# It will automatically download system specific chromium in the `./download` folder.
160+
# ZO_CHROME_CHECK_DEFAULT_PATH = false
161161
162162
ZO_CHROME_WINDOW_WIDTH = 1440
163163
ZO_CHROME_WINDOW_HEIGHT = 730
@@ -178,4 +178,6 @@ ZO_REPORT_SERVER_URL = http://localhost:5090
178178
3. (Windows) Registry
179179
4. (Windows & MacOS) Usual installations paths
180180

181-
Sometimes the chromium in default paths may give permission error, so turning this ENV off forces the application to download the chromium at the specified path which is the simplest way to get started.
181+
So turning this ENV off forces the application to download the chromium at the specified path. Some caveats of the auto download feature -
182+
- Does not work on linux arm platform.
183+
- Only the chromium is downloaded, and it expects all the dependency shared libraries (e.g. libatk-bridge-2.0.so.0, libatk-1.0.so.0 etc.) required for chrome to run to be already present in the system.

0 commit comments

Comments
 (0)