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.12

Installs/Configures ngrok

Policyfile
Berkshelf
Knife
cookbook 'ngrok', '= 1.0.12', :supermarket
cookbook 'ngrok', '= 1.0.12'
knife supermarket install ngrok
knife supermarket download ngrok
README
Dependencies
Quality 0%

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.

Foodcritic Metric
            

1.0.12 failed this metric

FC017: LWRP does not notify when updated: /tmp/cook/fb2b18e18cb24239a498879f/ngrok/providers/tunnel.rb:19
FC017: LWRP does not notify when updated: /tmp/cook/fb2b18e18cb24239a498879f/ngrok/providers/tunnel.rb:24