forked from NoxSoft-Opensource/anima
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanima.podman.env
More file actions
24 lines (19 loc) · 856 Bytes
/
anima.podman.env
File metadata and controls
24 lines (19 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Anima Podman environment
# Copy to anima.podman.env.local and set ANIMA_GATEWAY_TOKEN (or use -e when running).
# This file can be used with:
# ANIMA_PODMAN_ENV=/path/to/anima.podman.env ./scripts/run-anima-podman.sh launch
# Required: gateway auth token. Generate with: openssl rand -hex 32
# Set this before running the container (or use run-anima-podman.sh which can generate it).
ANIMA_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)
ANIMA_PODMAN_GATEWAY_HOST_PORT=18789
ANIMA_PODMAN_BRIDGE_HOST_PORT=18790
# Gateway bind (used by the launch script)
ANIMA_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=