docs: README Komponenten-Tabelle aktualisiert — AGENT.md/FIRMWARE.md entfernt, agent-bsd/agent-linux README verlinkt
This commit is contained in:
parent
8e831e241a
commit
0698c26a29
11
README.md
11
README.md
@ -36,10 +36,10 @@ Client ──► Backend:ProxyPort ──► WebSocket (Binary) ──► Agent
|
|||||||
| Komponente | Beschreibung | Dokumentation |
|
| Komponente | Beschreibung | Dokumentation |
|
||||||
|------------|-------------|---------------|
|
|------------|-------------|---------------|
|
||||||
| **Backend** | REST API, WebSocket Hub, Tunnel Manager, PostgreSQL + TimescaleDB | [docs/BACKEND.md](docs/BACKEND.md) |
|
| **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) |
|
| **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) |
|
| **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
|
## Agent-Faehigkeiten
|
||||||
|
|
||||||
@ -101,7 +101,7 @@ Client ──► Backend:ProxyPort ──► WebSocket (Binary) ──► Agent
|
|||||||
### Firmware Management
|
### Firmware Management
|
||||||
- Multi-Platform Upload (FreeBSD, Linux, Windows)
|
- Multi-Platform Upload (FreeBSD, Linux, Windows)
|
||||||
- Agent-Update per Button (einzeln oder alle)
|
- Agent-Update per Button (einzeln oder alle)
|
||||||
- Siehe [docs/FIRMWARE.md](docs/FIRMWARE.md)
|
- Siehe [agent-bsd/README.md](agent-bsd/README.md)
|
||||||
|
|
||||||
### Frontend
|
### Frontend
|
||||||
- Firewall loeschen (Papierkorb-Icon im AgentPanel)
|
- Firewall loeschen (Papierkorb-Icon im AgentPanel)
|
||||||
@ -122,7 +122,7 @@ make certs # TLS-Zertifikate generieren
|
|||||||
make deploy-backend # Backend deployen
|
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
|
## Dateistruktur
|
||||||
|
|
||||||
@ -132,10 +132,9 @@ rmm/
|
|||||||
├── README.md
|
├── README.md
|
||||||
├── docs/ # Detail-Dokumentation
|
├── docs/ # Detail-Dokumentation
|
||||||
│ ├── API.md # Vollstaendige API-Referenz
|
│ ├── API.md # Vollstaendige API-Referenz
|
||||||
│ ├── AGENT.md # Agent + Updater + OPNsense Plugin
|
|
||||||
│ ├── BACKEND.md # Backend Installation + Konfiguration
|
│ ├── BACKEND.md # Backend Installation + Konfiguration
|
||||||
│ ├── FRONTEND.md # Frontend Build + Deploy
|
│ ├── FRONTEND.md # Frontend Build + Deploy
|
||||||
│ └── FIRMWARE.md # Firmware-Management + Update-Prozess
|
│ └── POSTGRES_SETUP.md # PostgreSQL + TimescaleDB Setup
|
||||||
├── agent-bsd/ # Agent-Quellcode (FreeBSD/OPNsense)
|
├── agent-bsd/ # Agent-Quellcode (FreeBSD/OPNsense)
|
||||||
│ ├── main.go
|
│ ├── main.go
|
||||||
│ ├── config/config.go
|
│ ├── config/config.go
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user