docs(portainer) portainer.md neu

This commit is contained in:
2026-02-25 20:45:51 +01:00
parent 1a2e2cf580
commit cc08b429d6

View File

@@ -31,7 +31,7 @@ Die Verbindung erfolgt ausschließlich über einen SSH-Tunnel.
┌──────────────────────────┴──────────────────────────┐
│ Hetzner VPS (Host OS) │
│------------------------------------------------------
│-----------------------------------------------------│
│ │
│ Docker Engine │
│ ┌──────────────────────────────────────────────┐ │
@@ -41,17 +41,17 @@ Die Verbindung erfolgt ausschließlich über einen SSH-Tunnel.
│ └──────────────────────────────────────────────┘ │
│ │
│ Host-Port-Mapping: 9001 -> Container 9001 │
└──────────────────────────┬──────────────────────────
└──────────────────────────┬──────────────────────────┘
│ localhost:9001
============================================== SSH Tunnel ==============================================
============================================== SSH Tunnel =======================
ssh -L 0.0.0.0:9002:localhost:9001 root@hetzner-ip
=========================================================================================================
=================================================================================
│ 0.0.0.0:9002 (Heimserver Host)
┌──────────────────────────┴──────────────────────────┐
│ Heimserver (Host OS) │
│------------------------------------------------------
│-----------------------------------------------------│
│ │
│ autossh Service │
│ lauscht auf: 0.0.0.0:9002 │
@@ -67,7 +67,7 @@ ssh -L 0.0.0.0:9002:localhost:9001 root@hetzner-ip
│ │ (Host-Bridge-IP) │ │
│ └──────────────────────────────────────────────┘ │
│ │
└─────────────────────────────────────────────────────
└─────────────────────────────────────────────────────┘
```
## Funktionsweise