stringer icon indicating copy to clipboard operation
stringer copied to clipboard

A self-hosted, anti-social RSS reader.

Results 34 stringer issues
Sort by recently updated
recently updated
newest added

Somewhat of a followup to #439, but I have a couple of feeds that don't work well (or at all): * The results from [this feed](http://feeds.feedburner.com/pod-save-america) don't actually link anywhere....

Some RSS feeds have embedded youtube videos, but they are not shown on stringer. Hackaday is an example, they often have embedded videos showcasing the project in question, but it...

The Docker image [here](https://hub.docker.com/r/mdswanson/stringer) seems be outdated, comparing to the `master` branch. Any chance to update it? Seems like auto-build is not working as expected (from #458).

I accidentally clicked "Mark as all read" instead of the "Refresh" button, causing all my unread entries to disapear. This looks like a UI problem to me. The button is...

feature requests

Is it possible to hide DEBUG messages produced by the stringer web app?

First of all, many thanks on creating this awesome RSS reader! Just what I was looking for and was about to create myself, but Stringer is so much better than...

I followed the [instructions](https://github.com/stringer-rss/stringer/blob/main/docs/Docker.md#production-ready-setup-using-docker-compose) for setting up stringer using docker-compose. Specifically, I did this: ``` mkdir stringer cd stringer wget https://raw.githubusercontent.com/stringer-rss/stringer/main/docker-compose.yml touch .env docker compose up -d ``` Unfortunately, if...

bootstrap containers are horrible and very inconvenient. they're incompatible with lots of docker deployment systems as well is it possible to just have start.sh or something added to the main...

The current `docker-compose.yml` uses Postgres version 9.5 and we need to upgrade to version 16 at the time of writing. We need to figure out an upgrade strategy for our...