mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-05-05 13:02:39 +02:00
chore: rebrand webclaw to noxa
This commit is contained in:
parent
a4c351d5ae
commit
8674b60b4e
86 changed files with 781 additions and 2121 deletions
28
env.example
28
env.example
|
|
@ -1,5 +1,5 @@
|
|||
# ============================================
|
||||
# Webclaw Configuration
|
||||
# Noxa Configuration
|
||||
# Copy to .env and fill in your values
|
||||
# ============================================
|
||||
|
||||
|
|
@ -21,23 +21,23 @@ OLLAMA_MODEL=qwen3:8b
|
|||
# --- Proxy ---
|
||||
|
||||
# Single proxy
|
||||
# WEBCLAW_PROXY=http://user:pass@host:port
|
||||
# NOXA_PROXY=http://user:pass@host:port
|
||||
|
||||
# Proxy file (one per line: host:port:user:pass)
|
||||
# WEBCLAW_PROXY_FILE=/path/to/proxies.txt
|
||||
# NOXA_PROXY_FILE=/path/to/proxies.txt
|
||||
|
||||
# --- Server (webclaw-server only) ---
|
||||
# WEBCLAW_PORT=3000
|
||||
# WEBCLAW_HOST=0.0.0.0
|
||||
# WEBCLAW_AUTH_KEY=your-auth-key
|
||||
# WEBCLAW_MAX_CONCURRENCY=50
|
||||
# WEBCLAW_JOB_TTL_SECS=3600
|
||||
# WEBCLAW_MAX_JOBS=100
|
||||
# --- Server (noxa-server only) ---
|
||||
# NOXA_PORT=3000
|
||||
# NOXA_HOST=0.0.0.0
|
||||
# NOXA_AUTH_KEY=your-auth-key
|
||||
# NOXA_MAX_CONCURRENCY=50
|
||||
# NOXA_JOB_TTL_SECS=3600
|
||||
# NOXA_MAX_JOBS=100
|
||||
|
||||
# --- CLI LLM overrides ---
|
||||
# WEBCLAW_LLM_PROVIDER=ollama
|
||||
# WEBCLAW_LLM_MODEL=qwen3:8b
|
||||
# WEBCLAW_LLM_BASE_URL=http://localhost:11434
|
||||
# NOXA_LLM_PROVIDER=ollama
|
||||
# NOXA_LLM_MODEL=qwen3:8b
|
||||
# NOXA_LLM_BASE_URL=http://localhost:11434
|
||||
|
||||
# --- Logging ---
|
||||
# WEBCLAW_LOG=info
|
||||
# NOXA_LOG=info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue