nopoz
nopoz
I'm in the process of adding LED strips to the top of my P1S so maybe the extra light will help with the false positives?
I believe I've sorted out the container store and UI refresh bugs in the latest commit https://github.com/nopoz/wud/tree/merged_build - I've labeled it as v7.0.7 for tracking purposes.
I've added DOTNET_SYSTEM_NET_DISABLEIPV6=1 to my env variables, but I'm still getting frequent indexer health issues that don't go away until I restart the Prowlarr docker container. Checking the sites in...
Not sure if the process listening on IPV6 "any" (ie `:::`) is expected? The docker network is IPV4 and has IPV6 disabled. If I interact with the container and look...
I tried a bunch of stuff but found that the only way to get prowlarr to listen on ipv4 only is to stop the container and edit the config file...
Update: I haven't had this issue again since I changed the interface bind from `*` to `0.0.0.0`. However, I since I don't know the root cause of the problem I'm...
Execute a script when the container starts and modify the /etc/ssh/sshd_config file that way. See the [Custom Scripts](https://github.com/panubo/docker-sshd?tab=readme-ov-file#custom-scripts) section of the README for details. Example script of enabling logging in...
See PR and temporary workaround for installing curl https://github.com/ollama/ollama/pull/6641#issuecomment-2430126710