Files
Patrick Gniza 0063a6b1b3
Some checks failed
continuous-integration/drone Build is failing
Update README.md
2025-11-03 19:51:46 +01:00

27 lines
1.0 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 🐳 Portainer Agent + Tailscale (Headscale)
Ein schlankes Alpine-basiertes Docker-Image, das den **Portainer Agent** über **Tailscale oder Headscale** sicher erreichbar macht
---
## 🚀 Features
- 🧩 Kombinierter Container mit **Portainer Agent** & **Tailscale Client**
- 🔒 Sichere Kommunikation über Tailscale / Headscale (kein Port 9001 nach außen nötig)
- 🪶 Basierend auf **Alpine Linux** (minimaler Footprint, ca. 70 MB)
- 🔁 Automatische Wiederverbindung dank persistentem `/var/lib/tailscale`
- Konfiguration über `.env`-Datei
- 🧱 Multi-Stage-Dockerfile (nutzt offizielle `portainer/agent` + `tailscale/tailscale` Images)
---
## 🗂 Projektstruktur
```bash
.
├── Dockerfile # Multi-Stage-Build (Portainer-Agent + Tailscale)
├── entrypoint.sh # Startskript für Tailscale + Agent
├── docker-compose.yml # Beispiel-Compose für schnellen Start
├── .env.sample # Konfigurationsvorlage
├── .gitignore # ignoriert deine lokale .env
└── README.md