Files
2025-09-11 22:08:12 +02:00

627 B

Notification Service

A Node.js service for handling notifications and alerts across the homelab.

Purpose

  • Send notifications via multiple channels (email, webhook, push)
  • Process alerts from various services
  • Manage notification preferences and rules

Technology Stack

  • Language: Node.js/TypeScript
  • Port: 8082
  • Dependencies: Redis, SMTP, Webhook integrations

Features

  • Multi-channel notification delivery
  • Alert rule engine
  • Notification history and preferences
  • Integration with external services

Development Status

🚧 Planned - Service structure created, implementation pending