Skip to content

Commit fa272a9

Browse files
committed
Update README.md and .env.example
1 parent 98be3fa commit fa272a9

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

.env.example

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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
# =============================================

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

77
PowerPulse 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

0 commit comments

Comments
 (0)