Christophe Lambin
Christophe Lambin
two years later, but FYI got hit by the same problem as well. looking at my Radarr config, indeed minimum availability was indicated as a mandatory parameter, but I managed...
works if you build with CGO_ENABLED=1. kind of a bummer: I build everything with cgo disabled.
> Did you ever find a solution for this issue? I want to implement Traefik with Cognito's user pool too, so I was just looking at resources on how to...
I accidentally found that this can also happen for a Deployment. The root cause seems to be related to using multiple sources in your application: Does not work (even if...
I use it as a replacement for Grafana's unmaintained SimpleJSON datasource. I only use it for personal projects, mainly to display covid-related data in Grafana. FYI: since I do all...
@j6b72: thanks! it's not looking good though, is it? :) tbh, running 3y old security components made me a bit nervous, so I wrote my own version of this: https://github.com/clambin/traefik-simple-auth....
this is fixed now, right?
same here. automatic upgrades are completely broken for me in v0.13.1.
seen the same: redis recently released 7.4, but published both 7.4 and 7.4.0 tags. Image updater is now constantly cycling between both versions.
fixed this by bumping the following sysctl value: ``` fs.inotify.max_user_instances=256 ``` leaving this open for you for reference: strange that this was not needed on the previous kernel (6.8.0).