mmjee / rss2email-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:GNU Affero General Public License v3.0


Languages

Language:Go 98.4%Language:Dockerfile 1.6%