No description
Find a file
2020-05-31 15:12:33 +02:00
conf update 2020-05-22 22:41:17 +02:00
scripts Update restore 2020-05-31 15:12:33 +02:00
check_process Move 2018-11-15 12:23:29 +01:00
LICENSE Move 2018-11-15 12:23:29 +01:00
manifest.json Update manifest.json 2020-05-22 22:30:08 +02:00
README.md Update README.md 2020-05-23 13:21:22 +02:00

Plex app for YunoHost

Plex Media Server

Shipped version: 1.19.3.2843

Integration level
Install plexmediaserver with YunoHost

Installing guide

  1. App can be installed by YunoHost admin web-interface or by running following command:

     $ sudo yunohost app install https://github.com/YunoHost-Apps/plexmediaserver_ynh
    

After install :

  1. Open a Terminal window or your command prompt
  2. Enter the following command (substituting the IP address of your server as appropriate) :
  • ssh admin@ip.address.of.server -L 8888:localhost:32400

    or

  • ssh -l admin -L 8888:127.0.0.1:32400 ip.address.of.server

  1. Open a browser window
  2. Type http://localhost:8888/web into the address bar
  3. The browser will connect to the server as if it were local and load Plex Web App

Upgrade this package:

    $ sudo yunohost app upgrade plexmediaserver -u https://github.com/YunoHost-Apps/plexmediaserver_ynh