mirror of
https://github.com/hanzoai/bot.git
synced 2026-08-07 11:15:51 +00:00
Rename all openclaw/claw identifiers, file paths, docs, CI configs, shell scripts, systemd units, Docker helpers, test fixtures, and translation files. Remove stale clawdbot/clawhub paths. Fix pre-commit hook for bash 3 compatibility (macOS). Zero openclaw or claw brand references remain in the working tree.
25 lines
834 B
Bash
25 lines
834 B
Bash
# Bot Podman environment
|
|
# Copy to bot.podman.env.local and set BOT_GATEWAY_TOKEN (or use -e when running).
|
|
# This file can be used with:
|
|
# BOT_PODMAN_ENV=/path/to/bot.podman.env ./scripts/run-bot-podman.sh launch
|
|
|
|
# Required: gateway auth token. Generate with: openssl rand -hex 32
|
|
# Set this before running the container (or use run-bot-podman.sh which can generate it).
|
|
BOT_GATEWAY_TOKEN=
|
|
|
|
# Optional: web provider (leave empty to skip)
|
|
# CLAUDE_AI_SESSION_KEY=
|
|
# CLAUDE_WEB_SESSION_KEY=
|
|
# CLAUDE_WEB_COOKIE=
|
|
|
|
# Host port mapping (defaults; override if needed)
|
|
BOT_PODMAN_GATEWAY_HOST_PORT=18789
|
|
BOT_PODMAN_BRIDGE_HOST_PORT=18790
|
|
|
|
# Gateway bind (used by the launch script)
|
|
BOT_GATEWAY_BIND=lan
|
|
|
|
# Optional: LLM provider API keys (for zero cost use Ollama locally or Groq free tier)
|
|
# OLLAMA_API_KEY=ollama-local
|
|
# GROQ_API_KEY=
|