Freedbin - self-hostable fork of feedbin.com #68
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://github.com/rach-sharp/freedbin
Installation steps look pretty simple:
wget https://raw.githubusercontent.com/rach-sharp/freedbin/master/docker-compose.yml
docker-compose.yml
fileMERCURY_API_KEY
- External Web Article Parser, sign up for free hereSECRET_KEY_BASE
- Rails Secret Key which needs to be set for security reasons, explained more heredocker-compose up
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:
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 😕