Actualiser README.md

Remove Architecture schema
This commit is contained in:
2026-01-31 09:15:11 +00:00
parent 12a391e9e0
commit ef9b17a32e

View File

@@ -94,32 +94,6 @@ Simply edit `configuration.py`, `plugins.py`, or `serve-config.json` in the repo
Once deployed: https://netbox.taila5ad8.ts.net Once deployed: https://netbox.taila5ad8.ts.net
## Architecture
```
┌─────────────────────────────────────────────────────────────┐
│ Tailscale Network │
├─────────────────────────────────────────────────────────────┤
│ │
│ ┌─────────────┐ ┌─────────────┐ ┌──────────────┐ │
│ │ Tailscale │────▶│ NetBox │────▶│ PostgreSQL │ │
│ │ Sidecar │ │ Server │ │ (external) │ │
│ │ :443 │ │ :8080 │ │ │ │
│ └─────────────┘ └──────┬──────┘ └──────────────┘ │
│ │ │
│ ┌──────▼──────┐ │
│ │ Redis │ │
│ │ (caching) │ │
│ └─────────────┘ │
│ │
│ ┌─────────────────┐ ┌─────────────────┐ │
│ │ NetBox Worker │ │ Housekeeping │ │
│ │ (background) │ │ (scheduled) │ │
│ └─────────────────┘ └─────────────────┘ │
│ │
└─────────────────────────────────────────────────────────────┘
```
## Repository Structure ## Repository Structure
``` ```