GitDeployHub

aaaa-zhen/claude-home-agent

github.com/aaaa-zhen/claude-home-agent ↗
Python
20 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)

  • HA_URL Home Assistant (via Cloudflare Tunnel)
  • HA_TOKEN secret
  • HA_SSH_HOST Home Assistant SSH (via Cloudflare Tunnel or VPN)
  • HA_SSH_PORT
  • HA_SSH_USER
  • HA_SSH_PASS
  • AMAP_KEY secret Amap (Gaode) API
  • DEFAULT_CITY
  • TUNNEL_URL Cloudflare Tunnel health check URL
  • KUAIDI100_KEY secret 快递100(寄件价格查询)
  • KUAIDI100_SECRET secret
  • SF_PARTNER_ID 顺丰(沙箱下单)
  • SF_CHECK_WORD
  • APP_API_TOKEN secret Android app 推送 API
  • TELEGRAM_BOT_TOKEN secret Telegram(可选,多频道推送)
  • TG_DAILY_CHAT_ID
  • TG_CHANNEL_ENGLISH
  • TG_CHANNEL_PODCAST
  • TG_CHANNEL_HOME
  • TG_CHANNEL_REMINDER
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/aaaa-zhen/claude-home-agent
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/aaaa-zhen/claude-home-agent
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/aaaa-zhen/claude-home-agent
Or deploy to a different host
← Try another repo