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

RSS

sonarr (6) Versions 1.0.2

Installs Sonarr.

Policyfile
Berkshelf
Knife
cookbook 'sonarr', '= 1.0.2', :supermarket
cookbook 'sonarr', '= 1.0.2'
knife supermarket install sonarr
knife supermarket download sonarr
README
Dependencies
Changelog
Quality 0%

Sonarr Cookbook

Installs Sonarr and its required dependencies.

Attributes

sonarr::default

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['sonarr']['user']</tt></td>
<td>String</td>
<td>User which sonarr will be ran as</td>
<td>sonarr</td>
</tr>
<tr>
<td><tt>['sonarr']['group']</tt></td>
<td>String</td>
<td>Group which owns the sonarr installation</td>
<td>sonarr</td>
</tr>
<tr>
<td><tt>['sonarr']['home']</tt></td>
<td>String</td>
<td>Directory where sonarr will place its .config directory</td>
<td>/home/sonarr</td>
</tr>
<tr>
<td><tt>['sonarr']['settings']</tt></td>
<td>Hash</td>
<td>Configuration options. Feel free to create a pull request for more custom options.</td>
<td>
<ul>
<li><tt>AnalyticsEnabled: True</tt></li>
<li><tt>ApiKey: changeme</tt></li>
<li><tt>AuthenticationMethod: None</tt></li>
<li><tt>BindAddress: *</tt></li>
<li><tt>Branch: master</tt></li>
<li><tt>EnableSsl: False</tt></li>
<li><tt>LaunchBrowser: True</tt></li>
<li><tt>LogLevel: Info</tt></li>
<li><tt>Port: 8989</tt></li>
<li><tt>SslCertHash: nil</tt></li>
<li><tt>SslPort: 9898</tt></li>
<li><tt>UpdateMechanism: BuiltIn</tt></li>
<li><tt>UrlBase: nil</tt></li>
</ul>
Empty settings should be defined as a set of quotes. e.g. '""'
</td>
</tr>
</table>

Usage

sonarr::default

It installs Sonarr using the official apt repository.

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

Dependent cookbooks

apt >= 2.6.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

sonarr cookbook CHANGELOG

This file is used to list changes made in each version of the sonarr cookbook.

1.0.2

  • Add systemd support for late revisions of ubuntu

1.0.1

  • Removes double attribute assignment in user block

1.0.0

  • Initial release of the sonarr cookbook

Foodcritic Metric
            

1.0.2 failed this metric

FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/5bdda58accbdb1d5c969fefb/sonarr/attributes/default.rb:1
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/5bdda58accbdb1d5c969fefb/sonarr/attributes/default.rb:2
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/5bdda58accbdb1d5c969fefb/sonarr/attributes/default.rb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/5bdda58accbdb1d5c969fefb/sonarr/attributes/default.rb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/5bdda58accbdb1d5c969fefb/sonarr/attributes/default.rb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/5bdda58accbdb1d5c969fefb/sonarr/recipes/default.rb:1
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/5bdda58accbdb1d5c969fefb/sonarr/recipes/default.rb:4
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/5bdda58accbdb1d5c969fefb/sonarr/recipes/default.rb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/5bdda58accbdb1d5c969fefb/sonarr/recipes/default.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/5bdda58accbdb1d5c969fefb/sonarr/recipes/default.rb:28
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/5bdda58accbdb1d5c969fefb/sonarr/recipes/default.rb:34
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/5bdda58accbdb1d5c969fefb/sonarr/recipes/default.rb:40
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/5bdda58accbdb1d5c969fefb/sonarr/recipes/default.rb:41
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/5bdda58accbdb1d5c969fefb/sonarr/recipes/default.rb:42
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/5bdda58accbdb1d5c969fefb/sonarr/recipes/default.rb:45
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/5bdda58accbdb1d5c969fefb/sonarr/recipes/default.rb:46
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/5bdda58accbdb1d5c969fefb/sonarr/recipes/default.rb:47
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/5bdda58accbdb1d5c969fefb/sonarr/recipes/default.rb:50
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/5bdda58accbdb1d5c969fefb/sonarr/recipes/default.rb:52
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/5bdda58accbdb1d5c969fefb/sonarr/recipes/default.rb:53
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/5bdda58accbdb1d5c969fefb/sonarr/recipes/default.rb:55
FC019: Access node attributes in a consistent manner: /tmp/cook/5bdda58accbdb1d5c969fefb/sonarr/recipes/default.rb:18
FC019: Access node attributes in a consistent manner: /tmp/cook/5bdda58accbdb1d5c969fefb/sonarr/recipes/default.rb:20
FC019: Access node attributes in a consistent manner: /tmp/cook/5bdda58accbdb1d5c969fefb/sonarr/recipes/default.rb:25