GithubHelp home page GithubHelp logo

whatsaranjit / plex-media-server Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 11.0 23 KB

Puppet module to install and manage Plex Media Server.

License: MIT License

Ruby 32.46% Puppet 48.32% HTML 18.94% Pascal 0.27%

plex-media-server's Introduction

Plex Media Server Module

Build Status

Overview

This will setup and install Plex Media server.

Capabilities

Installalation includes:

  • Plex Media Server

Requires:

  • *nix operating system

Plex Media Server Parameters

See Plex documentation for variable definitions.

  • plex_user
    Default: plex
  • plex_media_server_home
    Default: /usr/lib/plexmediaserver
  • plex_media_server_application_support_dir
    Default: `getent passwd $plex_user|awk -F : '{print $6}'`/Library/Application Support
  • plex_media_server_max_plugin_procs
    Default: 6
  • plex_media_server_max_stack_size
    Default: 10000
  • plex_media_server_max_lock_mem
    Default: 3000
  • plex_media_server_max_open_files
    Default: 4096
  • plex_media_server_tmpdir
    Default: /tmp

Example Usage

Install plexmediaserver:

include plexmediaserver

Install plexmedia server with custom parameters:

class { 'plexmediaserver':
  plex_user                                 => 'foo',
  plex_media_server_home                    => '/usr/share/lib/plexmediaserver',
  plex_media_server_application_support_dir => "`getent passwd $PLEX_USER|awk -F : '{print $6}'`/My Documents/Application Support",
  plex_media_server_max_plugin_procs        => '7',
  plex_media_server_max_stack_size          => '20000',
  plex_media_server_max_lock_mem            => '4000',
  plex_media_server_max_open_files          => '1024',
  plex_media_server_tmpdir                  => '/var/tmp',
}

plex-media-server's People

Contributors

whatsaranjit avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

plex-media-server's Issues

Yumrepo no longer works

The yumrepo in this module no longer works. The GPG key has been removed. Plex changed its installer method by providing RPMs, DEBs, and DMGs off their website.

Provider for package static at RPM

The install is staged correctly, but the package resource always attempts to use the RPM provider. Need to make this dynamic for debian and OSX systems.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.