Skip to content

byterazor/Container-Rss2EMail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSS2Email Container Image

This repository contains the Containerfile and associated scripts for a container image that runs rss2email.

The Containerfile is heavily based on the Dockerfile provided by rss2email.

Author

Prerequisites

  • Buildah

Usage

Building the Container Image

You can build the container image using the following command:

```bash buildah bud -t rss2email:latest . ```

Running the Container

You can create and run a container from this image with the following command:

```bash podman run -d --name rss2email rss2email:latest ```

Pushing the Container Image to a Registry

With Buildah:

```bash buildah push rss2email:latest docker:////rss2email:latest ```

Replace <registry> with the name of your Docker registry and <username> with your username on that registry.

Configuration

The configuration of rss2email is done via environment variables. You can specify these on the Docker run command line with the -e option or define them in an environment variable file and specify that with the --env-file option.

  • FEEDS - A list of rssfeed seperated by \n (newline).
  • RECIPIENTS - space separated email addresses to send the emails to

Source Repository

Prebuild Images

Authors

  • Dominik Meyer - Initial work

License

This project is licensed under the MIT License - see the LICENSE file for details.

Releases

No releases published

Packages

No packages published