32 lines
727 B
Markdown
32 lines
727 B
Markdown
kredits-github Cookbook
|
|
=======================
|
|
|
|
This cookbook installs [kredits-github](https://github.com/67P/kredits-github).
|
|
|
|
Attributes
|
|
----------
|
|
|
|
#### kredits-github::default
|
|
<table>
|
|
<tr>
|
|
<th>Key</th>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
<th>Default</th>
|
|
</tr>
|
|
<tr>
|
|
<td><tt>['sockethub']['port']</tt></td>
|
|
<td>Integer</td>
|
|
<td>The local port to run sockethub on</td>
|
|
<td><tt>10551</tt></td>
|
|
</tr>
|
|
<tr>
|
|
<td><tt>['sockethub']['external_port']</tt></td>
|
|
<td>Integer</td>
|
|
<td>The external port to run sockethub on. This will also open the port on the firewall</td>
|
|
<td><tt>10550</tt></td>
|
|
</tr>
|
|
</table>
|
|
|
|
Right now the nginx vhost is hardcoded: sockethub.kosmos.org
|