This is currently 3.1.4 and is set as an attribute. The recipe is very simple now, it installs the npm package, and the systemd service runs /usr/bin/sockethub and sets the environment variables Closes #145
5 lines
255 B
Ruby
5 lines
255 B
Ruby
node.default['sockethub']['port'] = '10551'
|
|
node.default['sockethub']['external_port'] = '10550'
|
|
node.default['sockethub']['version'] = '3.1.4'
|
|
node.default['sockethub']['nginx']['server_name'] = 'sockethub.kosmos.org'
|