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

ngrok (9) Versions 1.0.13

Installs/Configures ngrok

Policyfile
Berkshelf
Knife
cookbook 'ngrok', '~> 1.0.13', :supermarket
cookbook 'ngrok', '~> 1.0.13'
knife supermarket install ngrok
knife supermarket download ngrok
README
Dependencies
Quality 17%

Description

[Cookbook Version][https://community.opscode.com/cookbooks/ngrok]
[Build Status][http://travis-ci.org/onbeep-cookbooks/ngrok]

Installs & configures the ngrok client program. Ngrok can be used for establishing
network tunnels from the outside world to the inside world.

Requirements

Chef 11+ is required. For the latest list of supported platforms please see metadata.rb.

Attributes

Attribute Default Required? Description
auth_token '' Required Authentication Token for ngrok.com
tunnels {} Required Dictionary of tunnel configurations.
config_file /etc/ngrok.conf Default Config file for ngrok client.
download_site https://dl.ngrok.com Default Site from which to download ngrok.
zip_file ngrok.zip Default Ngrok archive to download.
http_proxy nil Optional For running ngrok client behind a HTTP proxy.
inspect_addr nil Optional Change web inspection interface.
server_addr nil Optional Custom ngrok server (other than ngrok.com)
trust_host_root_certs nil Optional Trust custom server TLS connections

For more information on these configuration Attributes, see https://ngrok.com/usage

Usage

  1. Create an ngrok account: http://ngrok.com
  2. Copy your ngrok auth_token to the ['ngrok']['auth_token'] Attribute.
  3. Add an Attribute for the tunnels you'd like to establish. e.g. {'webserver' => {'proto' => {'http+https' => '80'}}}
  4. Add the ngrok Cookbook in your Run List.

Author

Greg Albrecht gba@onbeep.com

Copyright 2014 OnBeep, Inc.

License

Apache License, Version 2.0

See LICENSE

Dependent cookbooks

ark = 0.9.0
supervisor >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

1.0.13 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.13 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.13 failed this metric

FC064: Ensure issues_url is set in metadata: ngrok/metadata.rb:1
FC065: Ensure source_url is set in metadata: ngrok/metadata.rb:1
FC066: Ensure chef_version is set in metadata: ngrok/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: ngrok/metadata.rb:1
FC069: Ensure standardized license defined in metadata: ngrok/metadata.rb:1
FC074: LWRP should use DSL to define resource's default action: ngrok/resources/tunnel.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

1.0.13 passed this metric

Testing File Metric
            

1.0.13 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.13 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