use enquirer instead of prompts, use plugin for cancel after timeout

This commit is contained in:
Ralf Vogler 2023-02-21 23:25:18 +01:00
parent 8c2ac3b6d0
commit efeccf9493
5 changed files with 49 additions and 54 deletions

View file

@ -68,7 +68,7 @@ Available options/variables and their default values:
| VNC_PASSWORD | | VNC password for Docker. No password used by default! |
| NOTIFY | | Notification services to use (Pushover, Slack, Telegram...), see below. |
| BROWSER_DIR | data/browser | Directory for browser profile, e.g. for multiple accounts. |
| LOGIN_TIMEOUT | 180 | Timeout for login in seconds. |
| LOGIN_TIMEOUT | 180 | Timeout for login in seconds. Will wait twice (prompt + manual login). |
| EMAIL | | Default email for any login. |
| PASSWORD | | Default password for any login. |
| EG_EMAIL | | Epic Games email for login. Overrides EMAIL. |