Skip to content

Docker image for exporting feeds to kindle via calibre on a raspberrypi

Notifications You must be signed in to change notification settings

kindle15/docker-rpi-calibre-feeds2kindle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-rpi-calibre-feeds2kindle - Docker image for exporting feeds to kindle via calibre on a raspberrypi

Travis build status

Usage

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

Environment Variables

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

About

Docker image for exporting feeds to kindle via calibre on a raspberrypi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%