-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.env.example
More file actions
69 lines (58 loc) · 2.37 KB
/
Copy path.env.example
File metadata and controls
69 lines (58 loc) · 2.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# HolyCode - Environment Variables
# Copy this file to .env and fill in your values.
# === AI Provider Keys (set the ones you use) ===
ANTHROPIC_API_KEY=
# OPENAI_API_KEY=
# GEMINI_API_KEY=
# GROQ_API_KEY=
# GITHUB_TOKEN=
# === AWS Bedrock (set all 3) ===
# AWS_ACCESS_KEY_ID=
# AWS_SECRET_ACCESS_KEY=
# AWS_REGION=us-east-1
# === Azure OpenAI (set all 3) ===
# AZURE_OPENAI_ENDPOINT=
# AZURE_OPENAI_API_KEY=
# AZURE_OPENAI_API_VERSION=
# === Container User ===
# PUID=1000
# PGID=1000
# === Git Identity (first boot only) ===
# GIT_USER_NAME=Your Name
# GIT_USER_EMAIL=you@example.com
# === Web UI Security ===
# OPENCODE_SERVER_PASSWORD=
# OPENCODE_SERVER_USERNAME=opencode
# === Supported Plugins (toggle on/off, takes effect on container restart) ===
# ENABLE_CLAUDE_AUTH=true
# === Plugin Updates ===
# HOLYCODE_PLUGIN_UPDATE=manual # manual: install supported plugins only if missing and keep user versions
# HOLYCODE_PLUGIN_UPDATE=auto # auto: install supported plugins and sync image pins on boot
# === Legacy Flags ===
# HolyCode-managed oh-my-openagent installation is unavailable in v1.1.4.
# With this flag set, startup stops without changing plugin state.
# Remove it to run the one-time migration that disables the old active entry
# while preserving settings, skills, and the package cache.
# ENABLE_OH_MY_OPENAGENT=true
# === Bundled Services ===
# ENABLE_PAPERCLIP=true # Start Paperclip dashboard on PAPERCLIP_PORT
# PAPERCLIP_PORT=3100
# PAPERCLIP_INSTANCE_ID=default
# PAPERCLIP_DEPLOYMENT_MODE=authenticated
# PAPERCLIP_BIND=lan # Docker/Podman-friendly bind preset
# PAPERCLIP_ALLOWED_HOSTNAMES=192.168.1.50,my-host.local # Trusted LAN/private hosts only, no scheme or port
# Bundled Hermes is temporarily unavailable in v1.1.4. Existing
# /home/opencode/.hermes data remains preserved for rollback or a future fix.
# CLIPROXYAPI_ENABLED=true # Add OpenCode provider for an externally managed CLIProxyAPI endpoint
# CLIPROXYAPI_BASE_URL=http://your-cliproxy-host:8317/v1
# CLIPROXYAPI_API_KEY=
# CLIPROXYAPI_MODEL=
# CLIPROXYAPI_SMALL_MODEL=
# === OpenCode Behavior ===
# OPENCODE_MODEL=claude-sonnet-4-6
# OPENCODE_PERMISSION=auto
# OPENCODE_DISABLE_AUTOUPDATE=true # Only affects OpenCode itself, not plugins
# OPENCODE_DISABLE_TERMINAL_TITLE=true
# OPENCODE_DISABLE_LSP_DOWNLOAD=true
# OPENCODE_DISABLE_AUTOCOMPACT=true
# OPENCODE_ENABLE_EXA=true