Jump to content

Plex: Difference between revisions

link to package search for installation as it describes all methods in one place
imported>Jmarmstrong1207
(Add section for allowing plex to see external drives)
(link to package search for installation as it describes all methods in one place)
 
(3 intermediate revisions by 2 users not shown)
Line 38: Line 38:
</syntaxhighlight>
</syntaxhighlight>


The alternative to this is to explicitly mount the drives via [https://nixos.wiki/wiki/Filesystems Filesystems], but takes more effort to set up and requires every new drive you want plex to see to be explicitly declared, but allows more control in what Plex is allowed to see.
The alternative to this is to explicitly mount the drives via [[Filesystems]], but takes more effort to set up and requires every new drive you want plex to see to be explicitly declared, but allows more control in what Plex is allowed to see.


== Plex Media Player (PMP) ==
== Plex Media Player (PMP) ==
Line 44: Line 44:
Plex Media Player is the current release of Plex's media client. Plex has made PMP [https://www.plex.tv/blog/plex-media-player-now-ambidextrous-free-kodi-said/ available] to all users and it has also become compatible with Kodi.
Plex Media Player is the current release of Plex's media client. Plex has made PMP [https://www.plex.tv/blog/plex-media-player-now-ambidextrous-free-kodi-said/ available] to all users and it has also become compatible with Kodi.


'''Installation'''
For installation see [https://search.nixos.org/packages?channel=unstable&show=plex-media-player&from=0&size=50&sort=relevance&type=packages&query=plex-media-player here].
 
<syntaxhighlight lang="console">
$ nix-env -i plex-media-server
</syntaxhighlight>


== SSL Access via Nginx Reverse Proxy ==
== SSL Access via Nginx Reverse Proxy ==
Line 138: Line 134:


After applying the changes, just browse to <code>https://sub.domain.tld/web</code>. Of course use your actual (sub)domain name.
After applying the changes, just browse to <code>https://sub.domain.tld/web</code>. Of course use your actual (sub)domain name.
[[Category:Applications]]