Stay updated on crucial repository events without manually checking platforms. This self-hosted Node.js application allows developers to monitor specific activities across code hosting platforms and receive immediate notifications through their preferred communication channels. Whether you need to track new software releases, specific branch commits, or issue updates, you can configure custom alerts that fit directly into your daily routine.
Key Features:
services:
alerthub:
image: ardakilic/alerthub:latest
container_name: alerthub
restart: unless-stopped
volumes:
- ./config.js:/app/config.js
- ./data/db.json:/app/db.json
environment:
- TZ=${TZ}TZ=UTCAuto-fetched about 21 hours ago
Auto-fetched about 21 hours ago