Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jtimberman/plexapp-cookbook
Chef Cookbook to Install Plex Media Server
https://github.com/jtimberman/plexapp-cookbook
Last synced: 3 months ago
JSON representation
Chef Cookbook to Install Plex Media Server
- Host: GitHub
- URL: https://github.com/jtimberman/plexapp-cookbook
- Owner: jtimberman
- License: apache-2.0
- Archived: true
- Created: 2012-12-04T06:12:07.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-09-27T04:27:51.000Z (about 7 years ago)
- Last Synced: 2024-07-20T02:30:57.144Z (4 months ago)
- Language: Ruby
- Homepage: https://supermarket.chef.io/cookbooks/plexapp
- Size: 17.6 KB
- Stars: 8
- Watchers: 3
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# plexapp cookbook
This cookbook installs and configures Plex Media Server.
# Requirements
## Platform
Currently supported platforms:
* Ubuntu 14.04
* Fedora 21It 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
1. Create your feature branch (`git checkout -b my-new-feature`)
1. Ensure that you add ChefSpec test coverage, and any relevant modifications to the `.kitchen.yml`.
1. Commit your changes (`git commit -am 'Add some feature'`)
1. Push to the branch (`git push origin my-new-feature`)
1. Create new Pull Request# Author
- Author: Joshua Timberman ()
- Copyright:: (c) 2012-2015, Joshua Timberman```text
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 athttp://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.
```