Switch to the new ipfs cookbook #79

Merged
raucao merged 3 commits from feature/new_ipfs_cookbook into master 2019-07-05 14:06:24 +00:00
2 changed files with 18 additions and 0 deletions
Showing only changes of commit 666ba1e6f6 - Show all commits

View File

@ -10,6 +10,19 @@
"role[mastodon]",
"role[ejabberd]"
],
"normal": {
"kosmos-ipfs": {
"ipfs": {
"config": {
"Swarm.ConnMgr.LowWater": 100,
"Swarm.ConnMgr.HighWater": 300
}
}
},
"ipfs": {
"memory_max": "1G"
}
},
"automatic": {
"ipaddress": "andromeda.kosmos.org"
}

View File

@ -9,6 +9,11 @@
"sockethub",
"sockethub::proxy"
],
"normal": {
"ipfs": {
"memory_max": "256M"
}
},
"automatic": {
"ipaddress": "barnard.kosmos.org"
}