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

ziproxy (2) Versions 1.0.0

Installs/Configures ziproxy

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

ziproxy Cookbook

This cookbook installs ziproxy software

Requirements

Supported Operating Systems

  • Debian-family Linux Distributions
  • RedHat-family Linux Distributions

Cookbooks

  • Depends on checkinstall cookbook

Attributes

  • ziproxy['install_method']

    • String. Defaults to source. Can be source or package
    • source downloads source codes and compile them, then executes checkinstall to install as package
    • package installs package from the existing repo via apt or yum, depending on the distribution
  • ziproxy['url']

    • String. Points to the ziproxy source codes archive location
  • ziproxy['version']

    • String. ziproxy version to be compiled
  • ziproxy['checksum']

    • String. Source codes archive checksum
  • ziproxy['compression']['rate']

    • String. Sets the jpeg compression rate
  • ziproxy['transparent']

    • Bool. Sets ziproxy mode of operation
    • Defaults to true
  • ziproxy['max_size']

    • Integer. Max file size to be compressed
    • Defaults to 10485760
  • ziproxy['allow_look_change']

    • Bool. Allow the look and feel of compressed files
    • Defaults to true
  • ziproxy['convert_to_grayscale']

    • Bool. Converts the images to grayscale if set to true
    • Defaults to false
  • ziproxy['process_jpg']

    • Bool. Compresses jpg files if set to true
    • Defaults to true
  • ziproxy['process_png']

    • Bool. Compresses png files if set to true
    • Defaults to true
  • ziproxy['process_gif']

    • Bool. Compresses gif files if set to true
    • Defaults to true

Source specific

  • ziproxy['prefix_dir']

    • String. The path to prefix dir
    • Defaults to /
  • ziproxy['exec_prefix_dir']

    • String. The path to exec_prefix dir
    • Defaults to /usr
  • ziproxy['config_dir']

    • String. The path to configuration file dir
    • Defaults to /etc/ziproxy
  • ziproxy['doc_dir']

    • String. The path to docs dir
    • Defaults to /usr/share

Usage

ziproxy::default

Just include ziproxy in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[ziproxy]"
  ]
}

License and Authors

Copyright 2014, Rostyslav Fridman

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

checkinstall >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found