James Mills

Results 715 comments of James Mills

cadvisor is nice but is a complete solution and competed with docker-resource-reporter :) I think I'd like to see docker-resource-repoter become a tool to actually shove data into round robin...

Kind of looking for the same thing myself 😅 @andig Did you solve this in Go at all?

https://kiki.network/ is also reporting a 502 Bad Gateway -- Maybe a possible cause?

I've been playing with this thing all night and set-up a new federation of my own. I assume https://kiki.network/ is the default federation/region? How do I follow/friend you? :)

Looking at this more closely it looks like subsequent runs of `kiki` are defaulting to connecting back to the default region? ``` kik --help ... -region-private string region private key...

My question is however; if you setup your own region how do you follow someone from another region? :) James Mills / prologic E: [email protected] W: prologic.shortcircuit.net.au On Sun, Dec...

And it looks like my default key settings have been re-wrtten too: ``` $ cat .kiki/keys/default.json | jq '.region_key' { "public": "4NfD9kWESGycUdbhbrFygNDjFun6NPk6utpkviyE1Ai6", "private": "btbsjnjTtgi3aL9z2X8bqb1URVnCo3zqg4fC4co2JEu" } ``` :/

Your server is down again :)

D'oh I understand why notw! You're using the std lib `flag` library. Not only does this mean that the only way to configure `iki` is via command-line options; but writing...

Perfect! My use case is primarily Mobile App 👌