Skip to content

Commit

Permalink
Merge pull request #111 from pabloromeo/dev
Browse files Browse the repository at this point in the history
Updated documentation and socket.io dependencies
  • Loading branch information
pabloromeo authored Jan 10, 2022
2 parents 3252a8f + 63ce642 commit 67cf49c
Show file tree
Hide file tree
Showing 5 changed files with 1,690 additions and 45 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The same applies to the **/tmp** directory, in both PMS and the Workers. And the

Such as:

![docker-swarm](images/transcode-path.png)
![transcode-path](images/transcode-path.png)

### Codecs

Expand All @@ -65,6 +65,12 @@ These can be shared across Workers, if desired, in order to avoid downloading th

The path within the container is **/codecs**, which you can mount to a volume in order to have them persisted across container recreations. Subdirectories for each plex version and architecture are created within it.

## Network settings in PMS ##
In Plex's `Network` Configuration, add Docker's VLAN (or the range that will be used by Workers) to the `"List of IP addresses and networks that are allowed without auth"`.

For example:
![network-ips](images/network-ips.png)


## Example Docker Swarm Deployment

Expand Down
Binary file added images/network-ips.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 67cf49c

Please sign in to comment.