Inital commit

This commit is contained in:
2026-06-19 23:18:04 +02:00
commit 1bb79dc5a5
46 changed files with 3401 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
# Plex Media Server
**Zusammenfassung**: Plex Media Server streamt Filme, Serien und Musik. Läuft mit LinuxServer.io-Image und direktem Port-Mapping (kein Traefik).
**Quellen**: `raw/Systemdaten Raspberry PI5.md`
**Zuletzt aktualisiert**: 2026-06-17
---
## Container
| Feld | Wert |
|---|---|
| **Image** | `lscr.io/linuxserver/plex:latest` |
| **Container-Name** | `plex` |
| **Restart** | `unless-stopped` |
| **Netzwerk** | Traefik (nicht aktiv genutzt) |
## Exponierte Ports
| Port | Protokoll | Zweck |
|---|---|---|
| 32400 | TCP | Plex Web UI |
| 1900 | UDP | DLNA |
| 5353 | UDP | MDNS |
| 8324 | TCP | Roku-Unterstützung |
| 32410-32414 | UDP | DLNA |
| 32469 | TCP | DLNA |
## Daten
- **Konfiguration**: Docker-Volume `plex_plex_config`
## Besonderheiten
- Plex wird **nicht über Traefik** geroutet, sondern direkt über Port 32400 angesprochen.
- Läuft stabil seit > 25h (zum Zeitpunkt der Erfassung).
## Verwandte Seiten
- [docker-services](../docker-services.md)