docs(portainer) portainer.md neu

This commit is contained in:
2026-02-25 20:47:25 +01:00
parent cc08b429d6
commit 9f2e517d35

View File

@@ -100,7 +100,7 @@ Starten: docker compose up -d
Prüfen: ss -tlnp | grep 9001 Prüfen: ss -tlnp | grep 9001
Erwartet: 0.0.0.0:9001 Erwartet: 0.0.0.0:9001
## 2. SSH-Tunnel automatisieren (Heimserver) ## 2. SSH-Tunnel automatisieren (VM Docker)
### autossh installieren ### autossh installieren
apt update apt update
apt install autossh -y apt install autossh -y
@@ -172,9 +172,10 @@ Der Tunnel läuft auf dem Host
- Kein zusätzlicher VPN erforderlich - Kein zusätzlicher VPN erforderlich
## Troubleshooting ## Troubleshooting
```
|Problem |Ursache | Prüfen |Problem |Ursache | Prüfen
|connection refused |Agent nicht auf 9001 gemappt | - ports9001:9001 in der docker-compose |connection refused |Agent nicht auf 9001 gemappt | - ports9001:9001 in der docker-compose
|SSH channel open failed |Agent lauscht nicht |keys vorhanden? |SSH channel open failed |Agent lauscht nicht |keys vorhanden?
|Endpoint unreachable |Tunnel nicht aktiv |Endpoint unreachable |Tunnel nicht aktiv
|curl localhost:9001 schlägt fehl |Agent läuft nicht korrekt |curl localhost:9001 schlägt fehl |Agent läuft nicht korrekt
```