Files
bot/bot.podman.env
Zach Kelling 35b4527778 rebrand: complete openclaw → hanzo bot rename across all remaining files
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.
2026-02-16 14:52:03 -08:00

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=