- Solved
- Minor
I'm running a koillection docker container from the community apps. When attempting to run the container with tailscale integration, I'm greeted with the following error:
ERROR: Can't get Tailscale JSON
Upon further investigation, it seems that the image is built such that it does not have CA certificates. After manually installing the ca-certificates package, the next run succeeded.
Steps to reproduce:
-
Start the koillection app with the following configuration
- tailscale integration enabled
- /conf as the tailscale state directory under advanced tailscale settings
Perhaps it would make sense to add the ca-certificates package to the required install list?