A list of accounts to work with
Deprecated, use webPortalConfig.baseUrl
How many times to attempt retry attempts to launch a browser after it times out
In seconds, how long before a stuck Chromium process times out and gets restarted
How long in milliseconds the browser navigation will wait before timing out. 0 disables timeout (not recommended). See: https://github.com/puppeteer/puppeteer/blob/main/docs/api.md#pagesetdefaulttimeouttimeout
Cron string of when to run the process. If using TZ=UTC, a value of 5 16 * * * will run 5 minutes after the new games are available
Deprecated, use notifiers
with "type": "email"
A unique hCaptcha accessibility URL recieved in your email after signing up here: https://dashboard.hcaptcha.com/signup?type=accessibility
The delay interval between runs of each account in seconds. (Only effective when multiple accounts are configured)
Log level in lower case. Can be [silent, error, warn, info, debug, trace]
Disable the ability to notify you when something goes wrong during browser automation
Number of hours to wait for a response for a notification. The notification wait is blocking, so while other accounts will still continue, the process won't exit until all captcha requests are solved. If the timeout is reached, the process will exit, and the URL in the notification will be inaccessible.
Global default notification configuration.
You may configure multiple notifiers, and they will all be triggered simultaneously.
Deprecated, use searchStrategy
If true, the process will run on startup in addition to the scheduled time.
If true, don't schedule runs. Use with RUN_ON_STARTUP to run once and shutdown.
The search criteria for finding free games. Either the weekly promotion, and free promotion, or all free products.
Skip the call to api.github.com that checks for the latest version on launch
When true, the process will send test notifications with a test page to all configured accounts.
Be sure to disable this after a successful test.
This test will block normal operation until the test link is accessed and the Close page
button is pressed. The test page can only be interacted with once.
TZ name from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
Web server configurations for the remote web portal
Generated using TypeDoc