No description
Find a file
2026-01-20 10:57:55 +13:00
extras/openrc Add makefile and openrc init 2026-01-20 10:28:01 +13:00
config.toml Initial commit 2026-01-20 10:20:24 +13:00
go.mod Fix module path 2026-01-20 10:57:55 +13:00
go.sum Initial commit 2026-01-20 10:20:24 +13:00
main.go Initial commit 2026-01-20 10:20:24 +13:00
Makefile Add makefile and openrc init 2026-01-20 10:28:01 +13:00
README.md Add makefile and openrc init 2026-01-20 10:28:01 +13:00

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