chore: make version banner configurable and speed up login waits
This commit is contained in:
parent
34e8d92b05
commit
133502ff94
4 changed files with 13 additions and 4 deletions
|
|
@ -19,6 +19,7 @@ export const cfg = {
|
|||
height: Number(process.env.HEIGHT) || 1080, // height of the opened browser
|
||||
timeout: (Number(process.env.TIMEOUT) || 60) * 1000, // default timeout for playwright is 30s
|
||||
login_timeout: (Number(process.env.LOGIN_TIMEOUT) || 180) * 1000, // higher timeout for login, will wait twice: prompt + wait for manual login
|
||||
login_visible_timeout: (Number(process.env.LOGIN_VISIBLE_TIMEOUT) || 20) * 1000, // how long to wait for login button/user indicator to appear
|
||||
novnc_port: process.env.NOVNC_PORT, // running in docker if set
|
||||
notify: process.env.NOTIFY, // apprise notification services
|
||||
notify_title: process.env.NOTIFY_TITLE, // apprise notification title
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue