Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

The plexapp cookbook has been deprecated

Author provided reason for deprecation:

The plexapp cookbook has been deprecated and is no longer being maintained by its authors. Use of the plexapp cookbook is no longer recommended.

RSS

plexapp (2) Versions 1.0.0

Installs and configures Plex media server

Policyfile
Berkshelf
Knife
cookbook 'plexapp', '~> 1.0.0', :supermarket
cookbook 'plexapp', '~> 1.0.0'
knife supermarket install plexapp
knife supermarket download plexapp
README
Dependencies
Changelog
Quality 33%

plexapp cookbook

This cookbook installs and configures Plex Media Server.

Requirements

Platform

Currently supported platforms:

  • Ubuntu 14.04
  • Fedora 21

It should also just work on RHEL platforms, but they're not included in the test kitchen matrix.

In the future this may support OS X, and FreeBSD. There are conditional branches in the helpers, but the server recipe will fail, since the package and service resources won't converge on those platforms at this time.

Attributes

See ./attributes/default.rb.

Recipes

server

Adds Plex apt repository, installs the package and manages the service
using upstart.

default

Includes the server recipe.

Roadmap

  • Support server installs on Windows, OS X, and FreeBSD.
  • Support client installation.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Ensure that you add ChefSpec test coverage, and any relevant modifications to the .kitchen.yml.
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create new Pull Request

Author

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

paramount Applicable Versions

v1.0.0

  • #3, Plex no longer maintains upstream package repositories. We need to download the package from a specified URL and install it.

v0.1.0

  • Initial release

Collaborator Number Metric
            

1.0.0 failed this metric

Failure: Cookbook has 1 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

1.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

1.0.0 passed this metric

No Binaries Metric
            

1.0.0 passed this metric

Testing File Metric
            

1.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

1.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number