initial project setup

This commit is contained in:
glenn schrooyen
2025-09-11 22:08:12 +02:00
parent 8cc588dc92
commit 21e4972ab1
46 changed files with 2755 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
# 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