docs: add webhook vs poller notification delivery approaches #2

Closed
clawbot wants to merge 1 commits from add-notification-delivery-approaches into main
Collaborator

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.

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 clawbot 2026-02-28 12:24:43 +01:00
clawbot added 1 commit 2026-02-28 12:24:44 +01:00
docs: add webhook vs poller notification delivery approaches
All checks were successful
check / check (push) Successful in 11s
73f31c75be
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.
clawbot closed this pull request 2026-02-28 12:31:05 +01:00
All checks were successful
check / check (push) Successful in 11s

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
bot
merge-ready
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sneak/clawpub#2
No description provided.