Yann Coleu
Yann Coleu
@lambrospetrou I think that in this particular #15 issue, your replica would check for update in S3 (with polling). There are 3 components, writer -> S3 -> replica. There is...
`dep ensure` to update your Gopkg
Thanks Brice! Here some examples for testing this PR.   ``` $ ./beeping -listen "[2002:c000:203::1]" -auth "admin:0821726485a84fcb0d4c90fecf5d40b6" $ curl -6 '[2002:c000:203::1]:8080/check' -d '{"url": "http://www.nyan.cat/"}' -u "admin:passw0rd" --digest ``` But...
Seems OK for me.
Thanks Aaron !
Hi Aaron, I've just fetch your PR locally and bound Beeping on an IPv6 address. It almost works, I get the header but with too much surround brackets: `Forwarded: for="[[2002:c000:203::1]]"`...
It sounds great but I don't want to store any data on disk for scaling reason, I want to be full stateless on BeePing. I'll think of a convenient way...
In memory database is fine, Redis is great for distributed BeePing cluster as well. By default we can use memdb and we can implement Redis for advanced BeePing installation after.
Hi Aaron, For sure it will be my work, there is a lot of refactoring needed for this feature. I'm still looking for time to do this but be certain...
Very interesting discussion here ! I'm very amazed of all the ways you can find for breaking Beeping security. So, for fixing breachs: - Check if the IP address is...