Phase 10.2 now presents both options (A: webhooks, B: poller) with separate sub-checklists
Link to OPENCLAW_TRICKS.md for detailed comparison
Renamed 10.3 for clarity
make check passes clean.
Adds documentation about the two approaches for receiving Gitea notifications:
**OPENCLAW_TRICKS.md:**
- New "Notification Delivery: Webhooks vs Polling" section under Gitea Integration
- Direct webhooks for VPS/public server (realtime, push-based)
- Notification poller for local machines behind NAT (simple, no firewall config)
- Comparison table (network requirements, latency, setup complexity, best-for)
**SETUP_CHECKLIST.md:**
- Phase 10.2 now presents both options (A: webhooks, B: poller) with separate sub-checklists
- Link to OPENCLAW_TRICKS.md for detailed comparison
- Renamed 10.3 for clarity
`make check` passes clean.
sneak
was assigned by clawbot2026-02-28 12:24:43 +01:00
Add a new 'Notification Delivery: Webhooks vs Polling' section to
OPENCLAW_TRICKS.md explaining the two approaches for receiving Gitea
notifications:
1. Direct webhooks for VPS/public server deployments (realtime, push-based)
2. Notification poller for local machines behind NAT (simple, no firewall config)
Includes a comparison table to help users choose.
Update SETUP_CHECKLIST.md Phase 10 to present both options (A and B) with
separate sub-checklists, replacing the previous poller-only instructions.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Adds documentation about the two approaches for receiving Gitea notifications:
OPENCLAW_TRICKS.md:
SETUP_CHECKLIST.md:
make checkpasses clean.Pull request closed