CrazyMax

Results 1193 comments of CrazyMax

@danielgrabowski I'm going to start working on it but I'll need to do a large refactoring beforehand. Keep you in touch.

Diun does not expose any endpoint to receive webhook and is not intended to atm. See also https://github.com/crazy-max/diun/issues/515#issuecomment-989877391

Hi @tsbx, I use [robfig/cron](https://github.com/robfig/cron) on swarm-cronjob for cron implementation and there is a (closed) PR on robfig/cron#47 about this. I will resume work on this PR when I've got...

It's sorted. Logs output doesn't show it because the analysis is based on the number of workers that will execute the tasks concurrently through go routines ([`workers` config](https://crazymax.dev/diun/config/watch/#workers)) so some...

If I understand correctly, this notification will be sent to the https://github.com/bbernhard/signal-cli-rest-api service and then be sent to Signal itself? If so I would be prefer to not use this...

> This rest API is just a small wrapper around https://github.com/AsamK/signal-cli which is a binary to talk with the Signal API, which has all the stuff implemented. I see that...

> I already tried to modify the custom webhook, but since I am not very familar with golang, I struggled what the best way is to support any abritary json...

Apparently capabilities are not handled for swarm services. In #203 I have added a new label `swarm.cronjob.capabilities` where we can set kernel capabilities when the service is updated but does...

Hi @sebthom, > Currently the update notification only contains the digest of the updated image. It would be very helpful to also get all remote tags for that image. Basically...

@sebthom I'll think about an implementation. Keep you in touch.