diff --git a/site-cookbooks/sockethub/README.md b/site-cookbooks/sockethub/README.md index f171323..5158dcd 100644 --- a/site-cookbooks/sockethub/README.md +++ b/site-cookbooks/sockethub/README.md @@ -1,23 +1,11 @@ sockethub Cookbook ================== -TODO: Enter the cookbook description here. -e.g. -This cookbook makes your favorite breakfast sandwich. - -Requirements ------------- -TODO: List your cookbook requirements. Be sure to include any requirements this cookbook has on platforms, libraries, other cookbooks, packages, operating systems, etc. - -e.g. -#### packages -- `toaster` - sockethub needs toaster to brown your bagel. +This cookbook installs [sockethub](https://github.com/sockethub/sockethub) Attributes ---------- -TODO: List your cookbook attributes here. -e.g. #### sockethub::default
Default | |||||||
---|---|---|---|---|---|---|---|
['sockethub']['bacon'] | -Boolean | -whether to include bacon | -true | +['sockethub']['port'] | +Integer | +The local port to run sockethub on | +10551 | +
['sockethub']['external_port'] | +Integer | +The external port to run sockethub on. This will also open the port on the firewall | +10550 |