]> ###2026.05.07 - Change: Update support URL to the official Unraid forum plugin topic. - Change: Update plugin icon. ###2026.03.25 - Fix: Restore plugin internal name to `UnraidDeck` to resolve plugin update status stuck on "checking". - Add: Add legacy compatibility entry file `Unraid Deck.plg` for older install URLs. ###2026.03.20 - Change: Update JSON payload. ###2026.03.16 - Feature: Removed 'event' field and simplified to 'subject', 'description', and 'importance'. - Change: Changed from "UnraidDeck" to "Unraid Deck". ###2026.03.11 - Initial Release: Core notification push logic for Unraid Deck iOS app. rm -rf /boot/config/plugins/&name; mkdir -p /boot/config/plugins/&name; echo "Installing Unraid Deck Notification Agent..." https://raw.githubusercontent.com/&github;/main/plugins/dynamix/agents/UnraidDeck.xml https://raw.githubusercontent.com/&github;/main/plugins/dynamix/icons/unraiddeck.png chmod +x /usr/local/emhttp/plugins/dynamix/agents/UnraidDeck.xml echo "" echo "----------------------------------------------------" echo " &name; Agent has been successfully installed." echo " Version: &version;" echo " Go to Settings -> Notifications -> Agents to configure." echo "----------------------------------------------------" echo "" # Remove runtime files rm -rf /usr/local/emhttp/plugins/dynamix/agents/UnraidDeck.xml rm -rf /usr/local/emhttp/plugins/dynamix/icons/unraiddeck.png # Remove persistent config directory (even if currently empty, this is best practice) rm -rf /boot/config/plugins/&name; echo "" echo "----------------------------------------------------" echo " &name; Agent has been removed." echo "----------------------------------------------------" echo ""