https://github.com/vcolombo/docktail-unraid/releases/download/2026.09.03.9.5/docktail-unraid-2026.09.03.9.5-noarch-1.txz 6f1f726b23ae2818a1edfbdd4baee347b1255a1e46028f13a34b47e95d1798c9 /boot/config/plugins/docktail/.gitignore if [ ! -f "/boot/config/plugins/docktail/credentials.cfg" ]; then install -m 0600 /dev/null /boot/config/plugins/docktail/credentials.cfg fi chmod 0600 /boot/config/plugins/docktail/credentials.cfg # Drop the other release channel so both are never installed at once. rm -f /boot/config/plugins/docktail-preview.plg rm -f /var/log/plugins/docktail-preview.plg # Start (or restart) the daemon. Deferred, so a blocking Unraid event returns # immediately. /usr/local/emhttp/plugins/docktail/restart.sh # Clean up superseded packages. rm -f $(ls /boot/config/plugins/docktail/docktail-unraid-*.txz 2>/dev/null | grep -v '2026.09.03.9.5') echo "" echo "----------------------------------------------------" echo " docktail has been installed." echo " Plugin version: 2026.09.03.9.5" echo " DockTail version: 1.7.9" echo "" echo " Configure it under Settings -> Network Services ->" echo " DockTail. DockTail needs the Tailscale plugin and a" echo " tagged Unraid node; the Status tab checks both." echo "----------------------------------------------------" echo "" ]]> /dev/null removepkg docktail-unraid rm -rf /usr/local/emhttp/plugins/docktail rm -f /boot/config/plugins/docktail/*.txz ]]>