Freedbin - self-hostable fork of feedbin.com #68

Open
opened 2022-05-21 07:19:42 +00:00 by aadil · 1 comment
Owner

https://github.com/rach-sharp/freedbin

Installation steps look pretty simple:

  • 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:

https://github.com/rach-sharp/freedbin Installation steps look pretty simple: - `wget https://raw.githubusercontent.com/rach-sharp/freedbin/master/docker-compose.yml` - Set config values in the `docker-compose.yml` file - `MERCURY_API_KEY` - External Web Article Parser, [sign up for free here](https://mercury.postlight.com/web-parser/) - `SECRET_KEY_BASE` - Rails Secret Key which needs to be set for security reasons, [explained more here](https://medium.com/@michaeljcoyne/understanding-the-secret-key-base-in-ruby-on-rails-ce2f6f9968a1) - `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: - [Feedbin](https://hub.docker.com/r/rachsharp/feedbin/) - [Feedbin Refresher](https://hub.docker.com/r/rachsharp/feedbin-refresher/)
Author
Owner

Hmm it looks like you need to run an S3 bucket to run Feedbin.

I found another fork that supports Minio: https://github.com/angristan/feedbin-docker

Seems like this is a v complicated app to host, with lots of services and integrations. Doesn't seem like it's regularly maintained either 😕

Hmm it looks like you need to run an S3 bucket to run Feedbin. I found another fork that supports Minio: https://github.com/angristan/feedbin-docker Seems like this is a v complicated app to host, with lots of services and integrations. Doesn't seem like it's regularly maintained either :confused:
mayel added the
ruby
label 2022-05-28 01:59:56 +00:00
3wordchant added this to the Packaging status project 2022-10-25 22:17:46 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/recipes-wishlist#68
No description provided.