diff --git a/README.md b/README.md
index 004aa14..5b69cf3 100644
--- a/README.md
+++ b/README.md
@@ -2,14 +2,10 @@
[](https://patchmon.net)
[](https://patchmon.net/discord)
-<<<<<<< HEAD
-[](https://github.com/PatchMon/PatchMon)
-[](https://github.com/orgs/PatchMon/projects/2)
-=======
[](https://github.com/9technologygroup/patchmon.net)
[](https://github.com/users/9technologygroup/projects/1)
[](https://docs.patchmon.net/)
->>>>>>> cc89df161b8ea5d48ff95b0eb405fe69042052cd
+
---
## Please STAR this repo :D
@@ -131,18 +127,18 @@ After installation:
- Database: PostgreSQL
- System service: systemd-managed backend
-```
-+----------------------+ HTTPS +--------------------+ HTTP +------------------------+ TCP +---------------+
-| End Users (Browser) | ---------> | nginx | --------> | Backend (Node/Express) | ------> | PostgreSQL |
-| Admin UI / Frontend | | serve FE, proxy API| | /api, auth, Prisma | | Database |
-+----------------------+ +--------------------+ +------------------------+ +---------------+
-
-Agents (Outbound Only)
-+---------------------------+ HTTPS +------------------------+
-| Agents on your servers | ----------> | Backend API (/api/v1) |
-+---------------------------+ +------------------------+
+```mermaid
+flowchart LR
+ A[End Users / Browser
Admin UI / Frontend] -- HTTPS --> B[nginx
serve FE, proxy API]
+ B -- HTTP --> C["Backend
(Node/Express)
/api, auth, Prisma"]
+ C -- TCP --> D[PostgreSQL
Database]
+ E["Agents on your servers (Outbound Only)"] -- HTTPS --> F["Backend API
(/api/v1)"]
```
+Operational
+- systemd manages backend service
+- certbot/nginx for TLS (public)
+- setup.sh bootstraps OS, app, DB, config
## Support