DevOps

Cloudflare部署、域名管理、SEO优化与Webhook集成

Cloudflare Pages Deployment from WSL (Behind Proxy)

Deploy and troubleshoot Cloudflare Pages sites from WSL behind a proxy. Covers Git-integrated builds, direct uploads, and build configuration pitfalls.

#devops

Cloudflare Worker Deployment from WSL (Behind Proxy)

Deploy Cloudflare Workers from WSL behind a proxy where wrangler CLI fails. Uses dry-run + curl API upload as fallback.

#devops

Domain Research & Registration for Cloudflare Pages Sites

Research domain availability and register domains for Cloudflare Pages sites from WSL. Covers availability checking, registrar comparison, and DNS configuration pitfalls.

#devops

Hermes Core Patching

Patch the local Hermes Agent codebase to fix bugs before official releases merge. Covers identifying issues, fetching PR branches, diffing, applying patches, and restarting the gateway.

#hermes#patch#bugfix

Hermes Cron Debug & Operations

Troubleshooting and operating Hermes cron jobs when the gateway ticker is unreliable. Covers manual tick execution, common failure modes, and reliable scheduling alternatives.

#hermes#cron#troubleshooting

Next.js Static Export SEO Optimization

SEO optimization for Next.js static export sites on Cloudflare Pages — JSON-LD structured data, sitemap/robots.txt domain consistency, and search engine verification.

#devops

Webhook Subscriptions

Create and manage webhook subscriptions for event-driven agent activation, or for direct push notifications (zero LLM cost). Use when the user wants external services to trigger agent runs OR push notifications to chats.

#webhook#events#automation