23 lines
627 B
Markdown
23 lines
627 B
Markdown
# 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
|