Vojtěch Fošnár

Results 62 comments of Vojtěch Fošnár

I would like to see this feature, at least with auto-creation for accounts over OIDC/OAuth2.

> I am not so sure it is a good idea to start another separate project in different language Yeah but an UlozTo downloader is really a small project and...

If it's not a problem I can just incorporate @nougad's changes

This should (don't count on that) be okay because if you have a healthcheck defined the daemon will respond with "unhealthy"

nvm you're right, it will get stuck even with a healthcheck

But I'm not sure if simply incrementing retries every time is the best way to handle this. We should respect the [start period](https://docs.docker.com/engine/reference/builder/#healthcheck) in which we won't increment them. No...

or nah, I will just add the counting, better false positive than false negative

I think the best way to handle this is to treat the monitor as DOWN if the container is in the "starting" state, as it basically is down for the...