docker-rpi-calibre-feeds2kindle - Docker image for exporting feeds to kindle via calibre on a raspberrypi
A typical invocation of the container would be:
docker run --rm -ti -e SMTP_RELAY=smtp.gmail.com -e SMTP_PORT=587 -e [email protected] -e SMTP_PASSWORD=insertpasswordhere -e [email protected] -e CALIBRE_FEED_RECIPE='Spiegel Online - German' mahnkong/docker-rpi-calibre-feeds2kindle
The following environment variables must be set to configure the instance:
SMTP_RELAY: Relay to be used when sending the ebook to kindle
SMTP_PORT: Port of the Relay to be used when sending the ebook to kindle
SMTP_USERNAME: Username for the SMTP relay
SMTP_PASSWORD: Password for the SMTP relay
KINDLE_EMAIL_ADDR: Email address of the kindle
CALIBRE_FEED_RECIPE: Feed to be converted and sent to the kindle