Initial commit: Vollständige Homelab-Dokumentation (Stand 2026-04-15)
- 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
This commit is contained in:
35
vms/VM200-outline.md
Normal file
35
vms/VM200-outline.md
Normal file
@@ -0,0 +1,35 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user