- Proxmox Host pve-braetter (Hardware, Storage, Bridges) - 14x LXC Container (CT 100-303) vollständig dokumentiert - 8x VMs (103-201) vollständig dokumentiert - Netzwerk-Übersicht mit komplettem IP-Belegungsplan - Dienste-Übersicht aller Web-Interfaces, DBs, Monitoring - PostgreSQL 16 HA Cluster (Patroni/etcd) detailliert
36 lines
1002 B
Markdown
36 lines
1002 B
Markdown
# VM 200 — outline
|
|
|
|
## Systemdaten
|
|
|
|
| Eigenschaft | Wert |
|
|
|-------------|------|
|
|
| VMID | 200 |
|
|
| Name | outline |
|
|
| IP | 192.168.0.240/24 |
|
|
| OS | Ubuntu 24.04.3 LTS |
|
|
| CPU | 2 vCores (qemu64) |
|
|
| RAM | 1024 MB |
|
|
| Disk | local-lvm:vm-200-disk-1, 150 GB |
|
|
| Bridge | vmbr0, Firewall aktiv |
|
|
| Autostart | ja |
|
|
| Status | running |
|
|
|
|
## Dienste
|
|
|
|
| Dienst | Port | Beschreibung |
|
|
|--------|------|-------------|
|
|
| outline / nginx | 80, 8000 | Outline Knowledge Base |
|
|
| outline | 9443 | HTTPS |
|
|
| mariadb | 3306 (lokal) | MariaDB 10.11.13 Datenbank |
|
|
| docker | - | Container Runtime |
|
|
| wazuh-agent | - | Sicherheits-Monitoring |
|
|
|
|
## Zugriff
|
|
|
|
- **Outline Web:** http://192.168.0.240 (HTTP) / https://192.168.0.240:9443
|
|
- **SSH:** `ssh claude@192.168.0.240`
|
|
|
|
## Beschreibung
|
|
|
|
Outline ist eine selbst-gehostete Knowledge Base / Wiki-Software. Unterstützt kollaboratives Schreiben, Dokument-Strukturen und Team-Workspaces. MariaDB als Backend-Datenbank, läuft teilweise in Docker. Wazuh-Agent aktiv.
|