TwiN

Results 321 comments of TwiN

So what you really want is OAuth2 password grant? Yeah, that sounds like a reasonable idea.

One of the issues with #307 is that clicking on the individual endpoint on the UI does not work. In other word, the page for viewing individual endpoints does not...

@Voolodimer if you'd like this feature request to be prioritized, please react to the first message in the issue with 👍

Support for this will not be added, because you can technically leverage YAML anchors to achieve something nearly identical. See [Keeping your configuration small](https://github.com/TwiN/gatus#keeping-your-configuration-small).

I'm going to close this in favor of the `[ENDPOINT_URL]` placeholder that #287 would implement.

Unfortunately, I'm going to decline this feature. The resources consumed by running the web server when there's no traffic is negligible, as for resources consumed due to users using the...

As of 038c8c8d8e312c18dcbaeabc6d20b449cf3ad50f, the response body is now logged if `debug` is set to `true` and if the evaluation fails. Since @tiwood agreed this would be sufficient for their use...

@c-nv-s I had started working on the side a bit a few months ago, but this isn't really a priority for me at the moment. Feel free to give a...

I've pushed the work I currently have and included the work left to do, in case you or somebody else wants to try it to confirm that it fits your...

@c-nv-s You should be able to use the master branch as a version in your go.mod, see https://stackoverflow.com/questions/56408476/how-can-i-get-master-branch-of-a-dependency-when-using-go-modules I haven't had the opportunity to test it myself, hence why I...