Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 411 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 411 Bytes

rss2email

This repo. contains the daemon for RSS2Email, the accompanying front-end is here.

Setup

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.

Licence

All code here is licensed under AGPL 3.0 only, see LICENCE.