docs: README Komponenten-Tabelle aktualisiert — AGENT.md/FIRMWARE.md entfernt, agent-bsd/agent-linux README verlinkt

This commit is contained in:
cynfo3000 2026-03-06 10:04:42 +01:00
parent 8e831e241a
commit 0698c26a29

View File

@ -36,10 +36,10 @@ Client ──► Backend:ProxyPort ──► WebSocket (Binary) ──► Agent
| Komponente | Beschreibung | Dokumentation |
|------------|-------------|---------------|
| **Backend** | REST API, WebSocket Hub, Tunnel Manager, PostgreSQL + TimescaleDB | [docs/BACKEND.md](docs/BACKEND.md) |
| **Agent** | Collectors, WebSocket Client, Command Handler, Tunnel Manager | [docs/AGENT.md](docs/AGENT.md) |
| **Agent BSD** | OPNsense/FreeBSD Agent — Installation, Firmware, OTA-Updates, OPNsense-Updates | [agent-bsd/README.md](agent-bsd/README.md) |
| **Agent Linux** | Linux/Proxmox Agent — Installation, Monitoring, Remote-Commands | [agent-linux/README.md](agent-linux/README.md) |
| **Frontend** | React + Vite + TailwindCSS Web-Frontend | [docs/FRONTEND.md](docs/FRONTEND.md) |
| **API** | Vollstaendige REST API mit allen Endpoints | [docs/API.md](docs/API.md) |
| **Firmware** | Multi-Plattform Firmware-Verwaltung und Update-Prozess | [docs/FIRMWARE.md](docs/FIRMWARE.md) |
## Agent-Faehigkeiten
@ -101,7 +101,7 @@ Client ──► Backend:ProxyPort ──► WebSocket (Binary) ──► Agent
### Firmware Management
- Multi-Platform Upload (FreeBSD, Linux, Windows)
- Agent-Update per Button (einzeln oder alle)
- Siehe [docs/FIRMWARE.md](docs/FIRMWARE.md)
- Siehe [agent-bsd/README.md](agent-bsd/README.md)
### Frontend
- Firewall loeschen (Papierkorb-Icon im AgentPanel)
@ -122,7 +122,7 @@ make certs # TLS-Zertifikate generieren
make deploy-backend # Backend deployen
```
Agent auf OPNsense installieren → siehe [docs/AGENT.md](docs/AGENT.md)
Agent auf OPNsense installieren → siehe [agent-bsd/README.md](agent-bsd/README.md)
## Dateistruktur
@ -132,10 +132,9 @@ rmm/
├── README.md
├── docs/ # Detail-Dokumentation
│ ├── API.md # Vollstaendige API-Referenz
│ ├── AGENT.md # Agent + Updater + OPNsense Plugin
│ ├── BACKEND.md # Backend Installation + Konfiguration
│ ├── FRONTEND.md # Frontend Build + Deploy
│ └── FIRMWARE.md # Firmware-Management + Update-Prozess
│ └── POSTGRES_SETUP.md # PostgreSQL + TimescaleDB Setup
├── agent-bsd/ # Agent-Quellcode (FreeBSD/OPNsense)
│ ├── main.go
│ ├── config/config.go