Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add inventory description for local Plex access for home server setups #239

Open
gurabli opened this issue Oct 8, 2023 · 1 comment
Open

Comments

@gurabli
Copy link

gurabli commented Oct 8, 2023

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.

@PlexNation
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants