Open
Description
Use Case: I'm using wireguard-initramfs as part of my fully-LUKS-encrypted remote backup server. Occasionally the server will reboot outside of my control and I want to receive a notification when the remote server has booted to initramfs and is waiting to be unlocked.
I am thinking a simple solution would be to add support for another wget request to be made once the wireguard tunnel has been successfully established. By hosting a webhook endpoint on the other end of the VPN, this call could trigger any number of custom actions such as emailing me.
Activity