Add UI previews and NexaPG logo to README
All checks were successful
PostgreSQL Compatibility Matrix / PG14 smoke (push) Successful in 7s
PostgreSQL Compatibility Matrix / PG15 smoke (push) Successful in 7s
PostgreSQL Compatibility Matrix / PG16 smoke (push) Successful in 7s
PostgreSQL Compatibility Matrix / PG17 smoke (push) Successful in 7s
PostgreSQL Compatibility Matrix / PG18 smoke (push) Successful in 6s
All checks were successful
PostgreSQL Compatibility Matrix / PG14 smoke (push) Successful in 7s
PostgreSQL Compatibility Matrix / PG15 smoke (push) Successful in 7s
PostgreSQL Compatibility Matrix / PG16 smoke (push) Successful in 7s
PostgreSQL Compatibility Matrix / PG17 smoke (push) Successful in 7s
PostgreSQL Compatibility Matrix / PG18 smoke (push) Successful in 6s
Updated the README to include a centralized NexaPG logo and detailed UI previews of key application sections such as dashboard, targets management, query insights, and others. Added new screenshot assets to the `docs/screenshots` directory to support the visual updates.
This commit is contained in:
34
README.md
34
README.md
@@ -1,5 +1,9 @@
|
||||
# NexaPG
|
||||
|
||||
<p align="center">
|
||||
<img src="frontend/public/nexapg-logo.svg" alt="NexaPG Logo" width="180" />
|
||||
</p>
|
||||
|
||||
NexaPG is a full-stack PostgreSQL monitoring platform for multiple remote targets.
|
||||
It combines FastAPI, React, and PostgreSQL in a Docker Compose stack with RBAC, polling collectors, query insights, alerting, and target-owner email notifications.
|
||||
|
||||
@@ -19,6 +23,36 @@ It combines FastAPI, React, and PostgreSQL in a Docker Compose stack with RBAC,
|
||||
- SMTP settings in admin UI (send-only) with test mail support
|
||||
- Structured backend logs + audit logs
|
||||
|
||||
## UI Preview
|
||||
|
||||
### Dashboard
|
||||
|
||||

|
||||
|
||||
### Targets Management
|
||||
|
||||

|
||||
|
||||
### Query Insights
|
||||
|
||||

|
||||
|
||||
### Alerts
|
||||
|
||||

|
||||
|
||||
### Admin Settings
|
||||
|
||||

|
||||
|
||||
### Target Detail (DBA Mode)
|
||||
|
||||

|
||||
|
||||
### Target Detail (Easy Mode)
|
||||
|
||||

|
||||
|
||||
## Repository Layout
|
||||
|
||||
- `backend/` FastAPI app, SQLAlchemy async models, Alembic migrations, collector services
|
||||
|
||||
Reference in New Issue
Block a user