A minimalistic timer for webhooks, designed specifically for N8N Webhooks.
- Minimalistic Go-based daemon
- SQLite persistence for configuration
- Web-UI for managing timers
- Support for Fixed and Random intervals
- WebSocket for live countdown updates
- Ultra-lightweight Docker Image (~26MB)
Warning
This project was 100% generated by AI and is not actively maintained. Use it at your own risk.
services:
timerhook:
image: ghcr.io/xhyperdevx/webhooktimer:latest
ports:
- "8080:8080"
volumes:
- ./data:/data
restart: unless-stopped- Install Go 1.23+
go run main.go- Access UI at
http://localhost:8080