TwiN
TwiN
That's not a bad idea. We could add a button to toggle "compact mode" on/off, and persist the user's preference at the browser-level by using session or local storage like...
> Generate a self-signed certificate on the fly with Go (which might need additional dependencies?). Here is an example of such code: https://go.dev/src/crypto/tls/generate_cert.go I personally prefer this one. Based on...
Related: https://github.com/TwiN/gatus/issues/64#issuecomment-1223252888
Have you tried using `WithSanitizeSpaces(false)`?
Ah you're right, yeah. We'd need to add a new `WithExactWord(bool)` feature
By default, Gatus uses UTC and doesn't really care about the user's local time. It may however be possible to programmatically pass the user's local timezone while requesting for the...
Yeah, that's because the response time graph is just a SVG generated on the backend, so unless we pass the timezone of the local user to the backend when generating...
Honestly, I'm not sure how I feel about that. If you need more than one configuration file because you have too many lines, perhaps it's because there's too many endpoints...
Hello @tostt, The problem with this is that some OS appear to have limitations on maximum number of bytes for environment variables. That said, I'm not strictly against having such...
Could you expand on what kind of configuration you'd like to see? The example you provided has no username/passwore fields.