feat: Some quality of life improvements

This commit is contained in:
2026-04-17 17:18:24 +02:00
parent b1ff10916b
commit 1559ad1d2f
13 changed files with 318 additions and 232 deletions

View File

@@ -4,7 +4,10 @@ MATRIX_USERNAME=@omeglebot:jzitnik.dev
MATRIX_PASSWORD=
# Selenium Grid configuration
GRID_DASHBOARD_PORT=4444 # Bare in mind that by default there is no password for the VNC connection. So this shouldn't be exposed to the public.
GRID_DASHBOARD_PORT=4444 # Bare in mind that by default there is no password for the VNC connection.
# The URL of the Selenium Grid hub. This is used in a link for the user that sends `!connect` command to manually pass the Cloudflare challange.
SELENIUM_GRID_URL=http://localhost:4444
# Miscellaneous settings
CF_WAIT_TIME=60 # The time you have to manually pass the Cloudflare challenge in seconds.