SECRET_KEY_BASE - Rails Secret Key which needs to be set for security reasons, explained more here
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.
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/)
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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
https://github.com/rach-sharp/freedbin
Installation steps look pretty simple:
wget https://raw.githubusercontent.com/rach-sharp/freedbin/master/docker-compose.ymldocker-compose.ymlfileMERCURY_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 uplocalhost: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 😕