ChevySSinSD

Results 7 comments of ChevySSinSD

I started getting this error yesterday, as far as I know, I did not update/change anything to cause this error. Running 2022.08.02, tried falling back to 2022.07.1, but get the...

I also have the same issue running Debian 12 with containerd running in docker. I have verified I increased the buffer sizes in my host: ``` # sysctl net.core.rmem_default net.core.rmem_default...

I can also confirm that adding the changes to the both rmem and wmem parameters and restarting the container resolved the issue for me with host running Debian 12. Previously,...

Here's what I get. I tested the contents of my /secrets/WUD_REGISTRY_HUB_AUTH in a Base64 decoder, it is valid Base64 string and it shows my userid as expected in the decoded...

Just FYI, here's the log showing it works when I have this in docker compose instead: ` - WUD_REGISTRY_HUB_AUTH=longsecretstringbase64 #This also works ` Log output: ``` 19:12:38.770 INFO whats-up-docker/registry.hub: Register...

Apologies, I figured it out, nano was putting a new line in my file, I removed it and all is working properly. https://github.com/authelia/authelia/issues/1956#issuecomment-831698517

Hello, the pi-hole hostname shown on the web dashboard shows the hostname of the docker container. Setting the HOSTNAME environment variable alone does _not_ change the hostname of the docker...