This repo. contains the daemon for RSS2Email, the accompanying front-end is here.
go build -o app.bin -ldflags '-s -w' -trimpath -v .
cp config.toml.example config.toml
$EDITOR config.toml
./app.bin
Or see the Dockerfile.
All code here is licensed under AGPL 3.0 only, see LICENCE.