]> ###2025.07.18 - Fix the incorrect value of the `webhookd.env` variable. ###2025.02.04 - Fix rc script environment variable handling. ###2025.01.17 - Enhanced daemon scripts, thanks to Eurotimmy ###2025.01.08 - Initial release https://raw.githubusercontent.com/&author;/unraid-&name;/main/&name;-&version;.tgz https://raw.githubusercontent.com/&author;/unraid-&name;/main/logo.png /boot/config/plugins/&name;/icon.png **webhookd** A very simple webhook server to launch shell scripts. This is a plugin for the webhookd binary executable Enable the service, run ``` /etc/rc.d/rc.webhookd start ``` Working directory: /mnt/user/appdata/webhookd/scripts Listening port 8080 Source: https://github.com/ncarlier/webhookd echo "------------------------" echo "---Uninstalling webhookd---" echo "------------------------" # Remove plugin related files removepkg &name;-&version; rm -rf &plugin; rm -rf &emhttp; echo echo "---------------------------------------" echo "---Uninstallation of webhookd complete!---" echo "---------------------------------------" echo