change readme

This commit is contained in:
Pouzor
2026-03-09 11:59:02 +01:00
parent 2de5a5b3aa
commit f3a9d95b18
-13
View File
@@ -114,18 +114,6 @@ Proxmox nodes render as a resizable group container. VM and LXC nodes can be pla
---
## Stack
| Layer | Tech |
|-------|------|
| Frontend | React 18, TypeScript, Vite, React Flow v12, Zustand, Tailwind CSS, Shadcn/ui |
| Backend | FastAPI, SQLAlchemy async, SQLite, APScheduler, python-nmap |
| Auth | JWT (python-jose), bcrypt (passlib) |
| Deployment | Docker Compose, nginx, systemd |
---
## Development Mode
**Backend (Python 3.13):**
@@ -144,6 +132,5 @@ npm install
npm run dev # http://localhost:5173
```
Default login: `admin` / `admin`
---