You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# O2 Report Server
2
2
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.
4
4
Following are the ENVs related to chrome and SMTP. * means required -
5
5
6
6
**ENVs**
@@ -41,7 +41,7 @@ Following are the ENVs related to chrome and SMTP. * means required -
41
41
42
42
<td>`ZO_CHROME_DOWNLOAD_PATH`</td>
43
43
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>
45
45
46
46
</tr>
47
47
@@ -156,8 +156,8 @@ ZO_SMTP_ENCRYPTION = "ssltls" # Or "starttls"
# 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.
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