docs icon indicating copy to clipboard operation
docs copied to clipboard

Add inventory description for local Plex access for home server setups

Open gurabli opened this issue 2 years ago • 1 comments

As many of us are moving to local server & storage, maybe it would be good to add the inventory lines needed to Plex app docs, if somebody want local access to Plex server. Salty helped me out with the below lines and it works like a charm now.

nano /srv/git/saltbox/inventories/host_vars/localhost.yml

Add:

plex_open_main_ports: true
plex_open_local_ports: true
plex_docker_envs_advertise_ip: "{{ lookup('vars', plex_name + '_docker_envs_advertise_ip_url', default=plex_docker_envs_advertise_ip_url) }},http://YOUR_SERVER_IP:32400"

Re-install Plex: sb install plex

In PMS settings one can also enable GDM.

gurabli avatar Oct 08 '23 11:10 gurabli

Ah man I spent so many hours on this today, your 3 lines did it. Thank you!

PlexNation avatar Nov 25 '23 20:11 PlexNation