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:
32
lxc/CT102-octoprint.md
Normal file
32
lxc/CT102-octoprint.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# CT 102 — octoprint
|
||||
|
||||
## Systemdaten
|
||||
|
||||
| Eigenschaft | Wert |
|
||||
|-------------|------|
|
||||
| VMID | 102 |
|
||||
| Hostname | octoprint |
|
||||
| IP | 192.168.0.80/24 |
|
||||
| OS | Debian GNU/Linux 13 (trixie) |
|
||||
| CPU | 1 vCore |
|
||||
| RAM | 1024 MB |
|
||||
| Disk | Container:102/vm-102-disk-0.raw, 4 GB |
|
||||
| Bridge | vmbr0 |
|
||||
| Autostart | ja |
|
||||
| Status | running |
|
||||
|
||||
## Dienste
|
||||
|
||||
| Dienst | Port | Beschreibung |
|
||||
|--------|------|-------------|
|
||||
| octoprint | 5000 | OctoPrint Web-UI |
|
||||
| postfix | 25 (lokal) | Mailversand |
|
||||
|
||||
## Zugriff
|
||||
|
||||
- **OctoPrint Web:** http://192.168.0.80:5000
|
||||
- **SSH:** `ssh claude@192.168.0.80`
|
||||
|
||||
## Beschreibung
|
||||
|
||||
OctoPrint ist eine webbasierte Oberfläche zur Steuerung und Überwachung von 3D-Druckern. Läuft als eigener Service unter dem octoprint-User.
|
||||
Reference in New Issue
Block a user