mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-27 10:45:14 +00:00
Create plex.md and include details
This commit is contained in:
parent
127d8014fa
commit
4e633eedbd
1 changed files with 16 additions and 0 deletions
16
docs/applications/plex.md
Normal file
16
docs/applications/plex.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Plex
|
||||
|
||||
Homepage: [https://www.plex.tv/](https://www.plex.tv/)
|
||||
|
||||
Plex is a personal media server that also provides access to several external movie, web show, and podcast services. Allows you to stream music too. Apps for many devices, including e.g. chromecast integration.
|
||||
|
||||
## Usage
|
||||
|
||||
Set `plex_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
|
||||
|
||||
The Plex web interface can be found at http://ansible_nas_host_or_ip:32400/web/index.html.
|
||||
|
||||
## Specific Configuration
|
||||
|
||||
You'll need to log in with a plex account, (or possibly claim your server).
|
||||
You'll need to set up your local file store - go to settings > Manage > Libraries, and add your libraries. These are mounted in the root directory by default.
|
Loading…
Reference in a new issue