mirror of
https://github.com/claude-did-this/claude-hub.git
synced 2026-02-15 03:31:47 +01:00
Compare commits
1 Commits
dependabot
...
feature/co
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f939b0e2a0 |
@@ -43,6 +43,10 @@ DEFAULT_BRANCH=main
|
||||
# Claude API Settings
|
||||
ANTHROPIC_API_KEY=your_anthropic_api_key_here
|
||||
|
||||
# Claude Hub Directory
|
||||
# Directory where Claude Hub stores configuration, authentication, and database files (default: ~/.claude-hub)
|
||||
CLAUDE_HUB_DIR=/home/user/.claude-hub
|
||||
|
||||
# Container Settings
|
||||
CLAUDE_USE_CONTAINERS=1
|
||||
CLAUDE_CONTAINER_IMAGE=claudecode:latest
|
||||
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -77,6 +77,9 @@ config
|
||||
auth.json
|
||||
service-account.json
|
||||
|
||||
# Claude Hub Directory
|
||||
.claude-hub/
|
||||
|
||||
# Docker secrets
|
||||
secrets/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user