Rico

Results 120 comments of Rico

> This is some serious dedication to keeping the issue from being stale for a year! > > For what it’s worth, you’ll likely have more traction on one of...

Hi @dnsk8dn I am using https://github.com/louislam/uptime-kuma for a while now and it works like a charm and has a very active community.

The reason for the inaccessible cloudflare pages seem to be the used TLS version & ciphers. ```go import ( "crypto/tls" "net/http" ) // ... conf := &tls.Config{ MinVersion: tls.VersionTLS13, CurvePreferences:...