jhangyu / feedbin

Self-Hosted RSS Reader

Home Page:https://cloud.docker.com/u/jhangyu/repository/docker/jhangyu/feedbin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Freedbin 🍔

Feedbin is a simple, fast and nice looking RSS reader - this fork provides a version intended for users who want to host their own copy of it for free, that can be run anywhere with Docker.

Requirements

  • Docker
  • docker-compose

Installation

  • wget https://raw.githubusercontent.com/rach-sharp/freedbin/master/docker-compose.yml
  • Set config values in the docker-compose.yml file
  • docker-compose up
  • Access the app from localhost:9292 (first request can take a little while)

All the minimum necessary config parameters required for it to run are set in the Dockerfile. All the config parameters required for interconnectivity with the db etc, are specified in the docker compose file.

The container images are hosted on dockerhub:

Differences to the original

Batteries Included

  • Will work without a payment system like stripe
  • Doesn't require HTTPS to be enabled (for if you are using at home, or from behind a reverse proxy)
  • API is served from the main domain rather than an API subdomain.
  • Use open source fonts

Optional Extras

  • When ANALYTICS_GTAG environment variable is set, Google Analytics will be enabled

Contributing

Feel free to file PRs for features or fixes you think are specifically useful to the self-hosted version, but if it's generally applicable then contribute to the original Feedbin project which will be merged into this fork periodically.

Roadmap

  • Restricting signups to be admin-managed.
  • Adding Helm Chart for Kubernetes deployment

About

Self-Hosted RSS Reader

https://cloud.docker.com/u/jhangyu/repository/docker/jhangyu/feedbin

License:MIT License


Languages

Language:Ruby 52.2%Language:HTML 19.2%Language:CSS 18.7%Language:CoffeeScript 9.8%Language:JavaScript 0.1%Language:Dockerfile 0.1%Language:Shell 0.0%