All checks were successful
Build and Push Container / build (push) Successful in 55s
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
22 lines
614 B
Plaintext
22 lines
614 B
Plaintext
# Kuma Strapper Environment Variables
|
|
#
|
|
# 1Password Connect (optional):
|
|
# Set OP_CONNECT_HOST and OP_CONNECT_TOKEN to enable op:// references
|
|
# for secrets (SSH_PRIVATE_KEY, UPTIME_KUMA_API_KEY, CLAUDE_API_KEY)
|
|
# Example: SSH_PRIVATE_KEY=op://Vault/SSH Key/private key
|
|
#
|
|
# SSH_PRIVATE_KEY: Base64-encoded key (base64 -w 0 ~/.ssh/id_rsa)
|
|
# UPTIME_KUMA_API_KEY: From Uptime Kuma Settings > API Keys
|
|
# CLAUDE_API_KEY: From https://console.anthropic.com/
|
|
|
|
OP_CONNECT_HOST=
|
|
OP_CONNECT_TOKEN=
|
|
|
|
SSH_PRIVATE_KEY=
|
|
UPTIME_KUMA_URL=http://localhost:3001
|
|
UPTIME_KUMA_API_KEY=
|
|
CLAUDE_API_KEY=
|
|
|
|
DEV_MODE=false
|
|
DEBUG=false
|