this post was submitted on 02 Jun 2025
20 points (95.5% liked)

Selfhosted

46672 readers
362 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I know this isn't the best community for this topic but Lemmy doesn't have anything more specific (yet). I want to know what's going on that I have this setting in FreshRSS:

And this behavior:

Something tells me it isn't a bug, just going over my head. I'm still new to selfhosting so it's not all clear to me how it works yet.

top 13 comments
sorted by: hot top controversial new old
[–] SweetMylk@lemm.ee 4 points 5 days ago (1 children)

Probably only applies to read articles, not unread ones.

[–] bigfoot@lemm.ee 2 points 5 days ago (2 children)

That would be unfortunate if true. Honestly, if I could I would do away with the "read/unread" concept altogether. Are there really people out there who want to read absolutely everything in their feeds?

[–] SweetMylk@lemm.ee 2 points 5 days ago (1 children)

Pretty sure there are, or just skim it, but definitely at the end use the "i have seen these" button. (Also, if an entry is already marked as read, but it gets updated in the feed it will pop up as unread!)

You probably need the "Mark an article as read… upon receiving the article" among the reading options to achieve what you want.

[–] bigfoot@lemm.ee 2 points 5 days ago (1 children)

I had not noticed that option! Thank you so much. It did not solve the problem in my original post but it's still very helpful.

[–] yaroto98@lemmy.org 1 points 5 days ago

Cool, did you install freshrss as a docker container, or as a package? I've also had issues with it not setting up crons and running them properly before too. Running the docker container helps, usually.

[–] korn@feddit.org 1 points 5 days ago

I use Reeder on iOS and if I get to the bottom of a list, I get an option to mark everything as read.

But personally, I go through the articles kind of like videos on TikTok and read only those that sound interesting.

[–] BrightCandle@lemmy.world 2 points 5 days ago* (last edited 5 days ago)

Make sure none of the exceptions are ticked and the Minimum number of articles to keep per feed is also 25 or below. Then its up to the cron when that runs so you might have to manually purge it and optimise the database to see what it will actually keep.

I can't say I have ever worried about it, been running FreshRSS for years and it seems to keep its database size in check fairly well and the defaults have worked fine for me and it rarely gets above 100MB. So I know it "loosely" works in that old articles are absolutely getting purged in time but have no idea how strictly it follows these rules.

[–] MeTheFlea@lemm.ee 1 points 4 days ago

I think this can happen if the feed itself (the rss/atom file) has more articles than you specify. As far as I know this setting really only applies to articles it cached that are no longer visible on the feed.

[–] catloaf@lemm.ee 1 points 5 days ago

Is there a debug log that details what it is or is not deleting and why or why not?

[–] yaroto98@lemmy.org 1 points 5 days ago (1 children)

What's the problem exactly?

[–] bigfoot@lemm.ee 1 points 5 days ago (1 children)

In the settings menu I have set the "maximum number of articles to keep" at 25, and yet my feeds have more than 25 articles in them.

[–] yaroto98@lemmy.org 7 points 5 days ago (1 children)

Depends, take a look at the rest of your settings in the Archiving page.

You might have set "Never delete Unread Articles".

Also, that purge job is on a cron. I'm not sure how often it'll run. Could be once a week or even month. Thousands of rss articles and links are only a few megabytes big. But you can push the "purge now" button at the bottom of the archiving page to check your settings.

[–] bigfoot@lemm.ee 1 points 5 days ago

Nope I don't have that checked. I also marked all as read and ran a purge manually and it did not delete them.

Thanks for the responses I may just totally wipe then reinstall with my preferred settings and see if it takes this time.