adc/ansible/roles/abjure/defaults/main.yml
josiah 35f7d0beb7 Move plex declares to their own compose file.
I wanted to have plex handled as part of swarm, but:
a) it doesn't fucking matter becuase I don't intend to have fault
tolerance for plex; i'm not even sure it can run well in a clustered
way

b) its just much much easier to get compose working rather than
swarm. One day maybe i'd like to do that so that its a single stack to
deliver, but meh.
2023-12-23 16:39:36 -06:00

36 lines
1.0 KiB
YAML

---
plex_ports:
- description: for access to the Plex Media Server [required]
port: 32400
protocol: tcp
- description: "https://forums.plex.tv/t/port-32401-is-listening-whats-it-used-for/83080"
port: 32401
protocol: tcp
- description: for access to the Plex DLNA Server
port: 1900
protocol: udp
- description: for controlling Plex Home Theater via Plex Companion
port: 3005
protocol: tcp
- description: for older Bonjour/Avahi network discovery
port: 5353
protocol: udp
- description: for controlling Plex for Roku via Plex Companion
port: 8324
protocol: tcp
- description: for current GDM network discovery
port: 32410
protocol: udp
- description: for current GDM network discovery
port: 32412
protocol: udp
- description: for current GDM network discovery
port: 32413
protocol: udp
- description: for current GDM network discovery
port: 32414
protocol: udp
- description: for access to the Plex DLNA Server
port: 32469
protocol: tcp