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

camo (6) Versions 0.1.0

Configures camo - a small http proxy to simplify routing images through an SSL host

Policyfile
Berkshelf
Knife
cookbook 'camo', '= 0.1.0', :supermarket
cookbook 'camo', '= 0.1.0'
knife supermarket install camo
knife supermarket download camo
README
Dependencies
Quality -%

Description

Installs camo - a small http proxy to simplify routing images through an SSL host
For more information on camo see https://github.com/atmos/camo/

Requirements

  • nodejs cookbook

Attributes

The following are the deployment specific attributes that are used to describe where to download camo from,
where to install it and who to run it as. It assumes that all these users are already present and the permissions
are setup appropriately.

  • node[:camo][:path] = "/srv/camo"
  • node[:camo][:deploy_user] = "deploy"
  • node[:camo][:deploy_group] = "users"
  • node[:camo][:deploy_migrate] = false
  • node[:camo][:deploy_action] = "deploy"
  • node[:camo][:repo] = "git://github.com/atmos/camo.git"
  • node[:camo][:branch] = "master"
  • node[:camo][:user] = "www-data"
  • node[:camo][:group] = "users"

config

  • node[:camo][:port] = 8081
  • node[:camo][:key] = '0x24FEEDFACEDEADBEEFCAFE'
  • node[:camo][:max_redirects] = 4
  • node[:camo][:host_exclusions] = "*.example.org"
  • node[:camo][:hostname] = "unknown"
  • node[:camo][:logging] = "disabled"

Usage

Usually you would run this behind a web server proxy, such as apache2, nginx, etc.
In that cookbook add this cookbook as a dependency and include the default recipe

include_recipe "camo::default"

Dependent cookbooks

nodejs >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found