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

Selfhosted

61578 readers
430 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

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

Questions? DM the mods!

founded 3 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 1 year ago (1 children)

Probably only applies to read articles, not unread ones.

[–] bigfoot@lemm.ee 2 points 1 year 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 1 year 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 1 year 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 1 year 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 1 year 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 1 year ago* (last edited 1 year 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.

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

What's the problem exactly?

[–] bigfoot@lemm.ee 1 points 1 year 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 1 year 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 1 year 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.

[–] MeTheFlea@lemm.ee 1 points 1 year 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 1 year ago

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