Jump to content

Plex: Difference between revisions

link to package search for installation as it describes all methods in one place
(fix links)
(link to package search for installation as it describes all methods in one place)
 
(2 intermediate revisions by 2 users not shown)
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]]