Initial kilocode: Kilo.ai token provider with Selenium Firefox + Google OAuth
This commit is contained in:
commit
061eefdb24
17 changed files with 1629 additions and 0 deletions
14
.env.example
Normal file
14
.env.example
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# HTTP server port
|
||||
PORT=80
|
||||
|
||||
# HTTP proxy with /new endpoint for IP rotation
|
||||
PROXY_URL=http://localhost:8080
|
||||
|
||||
# Path to mail.json with Google accounts
|
||||
MAIL_JSON=./mail.json
|
||||
|
||||
# Custom Firefox binary path (default: firefox-esr in Docker, or system firefox)
|
||||
FIREFOX_BINARY=firefox-esr
|
||||
|
||||
# Persistent data directory (tokens, screenshots, extensions)
|
||||
DATA_DIR=/data
|
||||
Loading…
Add table
Add a link
Reference in a new issue