glance icon indicating copy to clipboard operation
glance copied to clipboard

FreshRSS proper support on rss widget

Open ralphocdol opened this issue 4 months ago • 0 comments

Example FreshRSS User Query

- type: rss
  title: FreshRSS Test
  feeds:
    - url: https://rss.home.local/api/query.php?user=user&f=atom&t=token&sort=date&order=DESC

The FOSS/Linux is from the Category Title in FreshRSS and the source link is the FreshRSS url

image

but with this added property

  feeds:
    - url: https://rss.home.local/api/query.php?user=user&f=atom&t=token&sort=date&order=DESC
      type: freshrss

the source will now be the Source's host and so is the link image

ralphocdol avatar Aug 14 '25 18:08 ralphocdol