this post was submitted on 19 May 2026
104 points (98.1% liked)

Selfhosted

60253 readers
811 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.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Just came across this, and thought it was a pretty cool tool to self-host. You can use it to monitor price changes, or new events being added, or to check if that out of stock thing is back in stock.

you are viewing a single comment's thread
view the rest of the comments
[–] nykula@piefed.social 4 points 1 month ago (1 children)

For plain text files, such as changelogs and translation updates, I have a pull request that makes FreshRSS track diffs, without overhead of a full browser: https://github.com/FreshRSS/FreshRSS/pull/8107

[–] Mora@pawb.social 2 points 1 month ago (1 children)

ChangeDetection does not necessarily need a browser and can be run without, but can do more with it (e.g. bypass some bot protections or even do some steps on the website, like filling a form, before checking for changes).

[–] filcuk@lemmy.zip 2 points 1 month ago

Yeah, more specifically it runs headless by default, browser requires an additional chromium container. Perfectly usable without in most (of my) use cases