fail2rest
fail2rest copied to clipboard
REST server for fail2ban
Hi I stumbled across this by accident looking for a fail2ban GUI, and was fiddling with some docker images that try to implement your fail2web and fail2rest code. Whilst fail2web...
Hello, I used Fail2Rest on my old server and now I try to install it on my new server because I migrate it. I have made all the installation with...
I have installed fail2rest as shown in http://siobud.com/blog/installing-fail2web . When I called fail2web, it ask for basic autherntication and show the page with an error as follow ![screenshot from 2019-03-01...
It would be nice to see this API working with HTTPS. Currently it has routing problems and routes https://example.com/api/global/status to https://example.com/global/status thus cutting the URL.
Hello, I have migrate my serveur to Ubuntu 16.04.1 LTS and make a new installation of fail2rest on it. Everything is ok the service work fine but I have a...
Hi, I install fail2rest/fail2web on a centOS 7 and after I start fail2rest in anout a minute consume 4GB RAM and 4GB SWAP until process killed... I follow the instructions...
Error
go install -v github.com/Sean-Der/fail2rest github.com/kisielk/og-rek # github.com/kisielk/og-rek src/github.com/kisielk/og-rek/ogorek.go:677: reflect.TypeOf(key).Comparable undefined (type reflect.Type has no field or method Comparable) src/github.com/kisielk/og-rek/ogorek.go:870: reflect.TypeOf(k).Comparable undefined (type reflect.Type has no field or method Comparable) src/github.com/kisielk/og-rek/ogorek.go:897:...
Dear @Sean-Der , would there be a way for you to add a Match-Parameter to the REST-API? This way, it would be easier for me to reconstruct the reason a...
Right now we are inconsistent about naming and how we serialize/deserialize values, need to re-evalutate patterns these patterns.
Currently API calls are just being implemented ad-hoc with a soft guidance by existing calls, I need to add a guide with a definite design