February 2, 20251 yr I could easily activate Tailscale for most of my dockers. Just "Vikunja" gives me a headache. Each time I try to start it with Tailscale activated, I only get exec /opt/unraid/tailscale: no such file or directory and the container immediately shuts down. I tried to add it to my existing install first but now I also tried a new config with the same result. Docker run log seems okay: docker run -d --name='Vikunja' --entrypoint='/opt/unraid/tailscale' --net='bridge' --pids-limit 2048 -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Datencube" -e HOST_CONTAINERNAME="Vikunja" -e 'VIKUNJA_SERVICE_ENABLEREGISTRATION'='true' -e 'VIKUNJA_DATABASE_TYPE'='sqlite' -e 'VIKUNJA_DATABASE_PATH'='/etc/vikunja/vikunja.db' -e 'VIKUNJA_DATABASE_HOST'='' -e 'VIKUNJA_DATABASE_USER'='' -e 'VIKUNJA_DATABASE_PASSWORD'='' -e 'VIKUNJA_DATABASE_DATABASE'='vikunja' -e 'VIKUNJA_MAILER_ENABLED'='false' -e 'VIKUNJA_MAILER_HOST'='' -e 'VIKUNJA_MAILER_PORT'='465' -e 'VIKUNJA_MAILER_AUTHTYPE'='plain' -e 'VIKUNJA_MAILER_USERNAME'='' -e 'VIKUNJA_MAILER_PASSWORD'='' -e 'VIKUNJA_MAILER_SKIPTLSVERIFY'='false' -e 'VIKUNJA_MAILER_FROMEMAIL'='' -e 'VIKUNJA_MAILER_FORCESSL'='false' -e 'VIKUNJA_SERVICE_PUBLICURL'='https://deleted' -e 'VIKUNJA_SERVICE_ENABLEEMAILREMINDERS'='true' -e 'VIKUNJA_SERVICE_ENABLEUSERDELETION'='true' -e 'VIKUNJA_SERVICE_CUSTOMLOGOURL'='' -e 'VIKUNJA_CORS_ENABLE'='false' -e 'VIKUNJA_CORS_ORIGINS'='' -e 'VIKUNJA_CORS_MAXAGE'='0' -e 'PUID'='99' -e 'PGID'='100' -e TAILSCALE_HOSTNAME='vikunja' -e TAILSCALE_ALLOW_LAN_ACCESS='false' -e TAILSCALE_USE_SSH='false' -e TAILSCALE_USERSPACE_NETWORKING='false' -e TAILSCALE_SERVE_PORT='3456' -e TAILSCALE_STATE_DIR='/app/vikunja/files/.tailscale_state' -e ORG_ENTRYPOINT="/app/vikunja/vikunja" -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:3456]' -l net.unraid.docker.icon='https://raw.githubusercontent.com/ImSkully/unraid-templates/master/Vikunja/Vikunja.png' -l net.unraid.docker.tailscale.webui='https://[hostname][magicdns]' -l net.unraid.docker.tailscale.hostname='vikunja' -p '3456:3456/tcp' -v '/mnt/user/appdata/vikunja':'/app/vikunja/files':'rw' -v '/mnt/user/appdata/vikunja/config':'/etc/vikunja':'rw' -v '/usr/local/share/docker/tailscale_container_hook':'/opt/unraid/tailscale' --cap-add=NET_ADMIN --device='/dev/net/tun' 'vikunja/vikunja:latest' a3257d29ab693278c334103629a986b79e7aeb7662762750d9a1005be7ed54cf Der Befehl wurde erfolgreich ausgeführt! Any help would be greatly appreciated as my wife loves that tool and I really don't want to tell her I don't get it to work any longer (moved away from NGINX reverse proxy with all services directly exposed to the internet and moved to a tailnet for increased security),
February 2, 20251 yr 3 hours ago, Slotherus said: Vikunja This is a "FROM scratch" image, so to speak this is a standalone app and the Unraid Tailscale Integration won't work with this container. I would recommend to use the Tailscale Sidecar method. The next Unraid version will make it easy to set up a sidecar container with the Unraid Tailscale Integration.
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.