Skip to content

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

@gurabli

Description

@gurabli

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions