TwiN
TwiN
Gatus automatically monitors the file for changes. For Kubernetes, the "file" usually refers to a configmap. What we could do is have an annotation on the ingress that looks like...
@onedr0p To keep it as simple as possible, I would much rather leverage annotations w.r.t. Kubernetes implementation. The controller would simply have to retrieve the configuration from the annotations and...
That'd allow people to configure no more than a single endpoint per Service. I think going for the multi-line config is a much better solution, both from a maintenance perspective...
FYI, setting the `provider` to `Browser` and `MFA` to `Auto` _should_ work, though you'll have to make sure Okta Fastpass is configured (and has a checkmark next to it) on...
That'd definitely be nice, because the chromium browser is launched with incognito, which forces users to re-enter their credentials every single time. @eliat123 any chance you can pull the recent...
Yeah, I've also observed a similar behavior. I've fixed the original issue mentioned in #3 but I also found out about this and mentioned it in https://github.com/TwiN/discord-music-bot/issues/3#issuecomment-1276881699.
It's not a bad idea, but you could use something like a CronJob with `activeDeadlineSeconds` configured instead if you don't want the application to run outside of business hours.
@ser I'm always open to supporting other providers; I'm only specifically mentioning GitHub because it's what I use & it's a good starting point
@Shinmera That's definitely something I'd want to support in the future; though probably in the database instead of in a loose file, but there's no need to support only one...
It's unfortunate that this hasn't been added yet; I've been waiting for it since Kubernetes came out on DO. While it would certainly be possible to manually create a gateway...