Greg Karékinian 08e778eb96 Split up kosmos config from the ipfs cookbook
Also do not connect IPFS to the local network to avoid getting our
server blocked by Hetzner
2017-03-03 15:30:30 +01:00
..
2017-02-27 18:41:25 +01:00
2017-02-27 18:41:25 +01:00
2017-02-27 18:41:25 +01:00
2017-02-27 18:41:25 +01:00
2017-02-27 18:41:25 +01:00
2017-02-27 18:41:25 +01:00
2017-02-24 16:06:53 +01:00
2017-03-03 14:24:42 +01:00
2017-02-27 18:45:18 +01:00

ipfs Cookbook

This cookbook installs ipfs and starts it as a daemon

Requirements

Platforms

This cookbook is tested on Ubuntu 16.06, 14.04 and Debian 8 using Test Kitchen

Chef

  • Chef 12.0 or later

Usage

ipfs::default

Just include ipfs in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[ipfs]"
  ]
}

License and Authors

Authors: Greg Karékinian