Files
kuma-strapper/.env.example
Debian 60d92695b1
All checks were successful
Build and Push Container / build (push) Successful in 55s
Simplify .env.example for easier copy-paste
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-04 23:09:29 +00:00

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