]> /usr/local/emhttp/plugins/&slug;/images/&slug;.png Shows BombVault's activity log as a real, native tile on the Unraid 7 dashboard: every backup, restore, verify, prune, off-site replication and drill as it happens, plus the next scheduled run — in the same dark terminal-style log as BombVault's own widget. Read-only by construction; requires BombVault >= 6.9.0 and a widget token. ### 1.1.1 #1 The tile survives a reboot with no network. The pre-install step used to wipe the installed files and delete the cached package before downloading the new one, so a boot that ran before the network came up left the widget gone and unable to reinstall. It now keeps the current package cached on the flash and reinstalls from it offline; only stale-version packages are pruned. ### 1.1.0 #1 The tile can no longer widen its dashboard column: the log cell now defers to the column width (max-width:0 table trick) and the log box clips inside it — long lines keep their single-row ellipsis, no horizontal scrollbar, the two-column layout stays intact on every theme. #2 The widget-token field now accepts BombVault's full widget URL: paste http(s)://host:port/widget?token=... and the token part is extracted automatically on Apply (and tolerated server-side for values saved earlier). Field hint updated in all 26 languages. #3 New "Open BombVault" control on the tile header — an external-link icon next to the settings cog that jumps straight to your BombVault WebUI in a new tab; hidden while no URL is configured. ### 1.0.0 #1 Initial build: a native dashboard tile "BombVault Activity" (it appears in the dashboard's tile-management list and supports hide/move/collapse like the built-in tiles), fed via a same-origin PHP proxy — the widget token never reaches the browser. Line composition mirrors BombVault's own embeddable widget one-to-one. Settings under Settings -> Utilities with a Test-connection button, localised across the 26 supported languages. find &plgPath; -maxdepth 1 -name '*.txz' ! -name '&txz;' -delete 2>/dev/null &pkgURL;/&txz; 9f6d383e187e1ffebc3e792aca79b3d77553a7db6a3edfe3aeb56eecf94c7218 chmod -R u+rwX,go+rX &emhttp; 2>/dev/null echo "" cat &emhttp;/banner.txt 2>/dev/null echo "" echo "BOMBVAULT WIDGET IS READY" # goodbye ceremony FIRST, while the files still exist cat &emhttp;/banner.txt 2>/dev/null echo "" echo "Bye!" echo "" pkg=$(ls /var/log/packages/ 2>/dev/null | grep -E "^&slug;(-[^-]+-[^-]+-[^-]+)?$" | head -n1) if [ -n "$pkg" ]; then removepkg "$pkg" 2>/dev/null; fi rm -rf &emhttp; rm -f &plgPath;/*.txz echo "BombVault Widget removed. Settings (flash .cfg) were kept — delete" echo "&plgPath; manually if you don't plan to reinstall." exit 0