September 26, 2025Sep 26 1 hour ago, isvein said:Anyone know how I can connect this to tailscale?When I try to add tailscale I get the following in the logs:"Executing Unraid Docker Hook for TailscaleDetecting Package Manager...Detected Alpine Package Keeper!Installing packages...Please wait...ERROR: Installing packages!OK: 75 distinct packages availableERROR: unable to select packages:ca-certificates (no such package):required by: world[ca-certificates]jq (no such package):required by: world[jq]wget (no such package):required by: world[wget]ERROR: Unraid Docker Hook script throw an error!Starting container without Tailscale!"That docker is missing needed packages and it's not installed.You may need to add a extar line and have them installed with The linuxserver/mods:universal-package-install is a Docker Mod provided by LinuxServer.ioadding -e DOCKER_MODS=linuxserver/mods:universal-package-install -e INSTALL_PACKAGES=ca-certificates|jq|wgetas your hook script errored. bind 9 is a dns server you could use a different dns server...
September 29, 2025Sep 29 On 9/26/2025 at 2:03 AM, bmartino1 said:That docker is missing needed packages and it's not installed.You may need to add a extar line and have them installed with The linuxserver/mods:universal-package-install is a Docker Mod provided by LinuxServer.ioadding -e DOCKER_MODS=linuxserver/mods:universal-package-install -e INSTALL_PACKAGES=ca-certificates|jq|wgetas your hook script errored. bind 9 is a dns server you could use a different dns server...Thanks :)I tried with Pihole and did not get it to work, but it works out of the box with AdGuardHome :)
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.