From e9ce71f89b54edfb38ad452766e70e4370014384 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 6 Jul 2024 19:38:59 +0200 Subject: [PATCH] feat: add FreshRSS service with RSS icon Added FreshRSS RSS feed reader to services.json, including its metadata and links, and introduced a new RSS icon to the assets directory. This enhancement allows users to access and recognize the FreshRSS service easily. --- assets/dist/icons/rss.svg | 1 + data/services.json | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 assets/dist/icons/rss.svg diff --git a/assets/dist/icons/rss.svg b/assets/dist/icons/rss.svg new file mode 100644 index 0000000..d3a219e --- /dev/null +++ b/assets/dist/icons/rss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/services.json b/data/services.json index 107ea5c..5060fb0 100644 --- a/data/services.json +++ b/data/services.json @@ -164,6 +164,22 @@ "exclude_from_index": false, "exclude_from_simple": false }, + { + "name": "FreshRSS", + "url": "https://freshrss.private.coffee", + "short_description": "FreshRSS is a RSS feed reader.", + "long_description": "FreshRSS is a RSS feed reader. You can use it to subscribe to RSS feeds and read the latest articles from your favorite websites.", + "status": "OK", + "links": [ + { + "name": "Go to FreshRSS", + "url": "https://freshrss.private.coffee" + } + ], + "icon": "rss", + "exclude_from_index": false, + "exclude_from_simple": false + }, { "name": "redlib", "url": "https://redlib.private.coffee",