Simple, lightweight and secure Freshrss container based on Alpine Linux
FreshRSS is a lightweight, easy to work with, powerful and customizable self-hosted RSS feed aggregator.
You can find the original repo here.
Propose a lightweight and secure container that is easy to setup.
- Based on Alpine Linux.
- No Root processes, as secure as possible.
- Automatic installation of a youtube plugin to view videos in your feed.
- 8080
- FRESHRSS_VERSION: (Optional) version of freshrss you want to install
- FRESHRSS_YOUTUBE: (Optional) version of freshrss's youtube plugin you want to install
- UID: (Optional) The UID executing the server
- GID: (Optional) The GID executing the server
- /freshrss/data: Data folder.
Build this image:
docker build -t freshrss .
Example command to run this container:
docker run -d -p 80:8080 --name freshrss freshrss