30 lines
551 B
JSON
30 lines
551 B
JSON
{
|
|
"run_list": [
|
|
"role[base]",
|
|
"kosmos-base::andromeda_firewall",
|
|
"kosmos-ipfs",
|
|
"kosmos-ipfs::public_gateway",
|
|
"kosmos-postgresql",
|
|
"kosmos-mediawiki",
|
|
"kosmos-btcpayserver::proxy",
|
|
"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"
|
|
}
|
|
}
|