Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

varju/docker-plexconnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Runs PlexConnect in a Docker container.

Sample execution

docker run -d \
  -p 53:53/udp -p 80:80 -p 443:443 \
  -v /data/plexconnect:/plexconnect \
  -e PLEXCONNECT_ENABLE_PLEXGDM=False \
  -e PLEXCONNECT_IP_PMS=192.168.1.2 \
  -e PLEXCONNECT_USE_CUSTOM_DNS_BIND_IP=True \
  -e PLEXCONNECT_CUSTOM_DNS_BIND_IP=192.168.1.11 \
  varju/plexconnect

Environment tunables

  • PLEXCONNECT_ENABLE_PLEXGDM (default: True)
  • PLEXCONNECT_IP_PMS (default: 192.168.178.10)
  • PLEXCONNECT_PORT_PMS (default: 32400)
  • PLEXCONNECT_IP_DNSMASTER (default: 8.8.8.8)
  • PLEXCONNECT_USE_CUSTOM_DNS_BIND_IP (default: False)
  • PLEXCONNECT_CUSTOM_DNS_BIND_IP (default: unset)
  • PLEXCONNECT_PREVENT_ATV_UPDATE (default: True)
  • PLEXCONNECT_HOSTTOINTERCEPT (default: trailers.apple.com)
  • PLEXCONNECT_LOGLEVEL (default: Normal)

See Settings for advanced use and troubleshooting for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages