Skip to content

XHyperDEVX/webhooktimer

Repository files navigation

Webhook Timer

A minimalistic timer for webhooks, designed specifically for N8N Webhooks.

Features

  • 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)

⚠️ AI GENERATED PROJECT ⚠️

Warning

This project was 100% generated by AI and is not actively maintained. Use it at your own risk.

Deployment

Docker Compose

services:
  timerhook:
    image: ghcr.io/xhyperdevx/webhooktimer:latest
    ports:
      - "8080:8080"
    volumes:
      - ./data:/data
    restart: unless-stopped

Local Development

  1. Install Go 1.23+
  2. go run main.go
  3. Access UI at http://localhost:8080

About

Minimalistic Timer for Webhooks (designed for N8N Webhooks)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors