No description
| extras/openrc | ||
| config.toml | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| Makefile | ||
| README.md | ||
Listen for donations from paypal and stripe for charleseisenstein.org and send an email notification.
deployment
doas make install
doas cp extras/openrc/donation-notification /etc/init.d
doas rc-update add donation-notification
doas rc-service donation-notification start