File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,18 @@ DEFAULT_NUT_PORT=3493
5959# By default, the database is stored in server/data/database.sqlite
6060# DB_PATH=/custom/path/to/database.sqlite
6161
62+ # =============================================
63+ # NOTIFICATION CONFIGURATION
64+ # =============================================
65+
66+ # Email Notifications (Optional)
67+ # Uncomment and set these if you want to enable email notifications
68+ # SMTP_HOST=smtp.example.com
69+ # SMTP_PORT=587
70+ # SMTP_USER=user@example.com
71+ # SMTP_PASS=password
72+ # SMTP_FROM=powerpulse@example.com
73+
6274# =============================================
6375# LOGGING CONFIGURATION
6476# =============================================
Original file line number Diff line number Diff line change 11# PowerPulse
22
33![ PowerPulse Logo] ( https://img.shields.io/badge/PowerPulse-UPS%20Monitoring-blue )
4- ![ Version] ( https://img.shields.io/badge/version-1.8.1 -green )
4+ ![ Version] ( https://img.shields.io/badge/version-1.8.2 -green )
55![ License] ( https://img.shields.io/badge/license-MIT-lightgrey )
66
77PowerPulse is a modern UPS (Uninterruptible Power Supply) monitoring dashboard integrated with Network UPS Tools (NUT). It provides a clean, responsive interface for monitoring and managing your UPS systems.
@@ -44,7 +44,10 @@ powerpulse/
4444│ ├── public/ # Static assets
4545│ └── src/
4646│ ├── components/ # Reusable UI components
47- │ │ └── navigation/ # Navigation components
47+ │ │ ├── navigation/ # Navigation components
48+ │ │ ├── notifications/ # Notification components
49+ │ │ └── settings/ # Settings components
50+ │ ├── config/ # Application configuration
4851│ ├── context/ # React context providers
4952│ ├── hooks/ # Custom React hooks
5053│ ├── pages/ # Page components
You can’t perform that action at this time.
0 commit comments