* 原始文章地址可能暂时无法访问,仅展示文章的摘要信息

TTRSS+Fever插件+RSSHUB+REEDER实现个人RSS服务」的摘要信息

前言 本文的安装都是在群晖的docker上,采用docker-compose安装。其他安装方式可以查看每个项目的github页面,有详细介绍。 容器安装 TTRSS Tiny Tiny RSS是一款基于 PHP 的免费开源 RSS 聚合阅读器。🐋 Awesome TTRSS 旨在提供一个「一站式容器化」的 Tiny Tiny RSS 解决方案,通过提供简易的部署方式以及一些额外插件,以提升用户体验。 TTRSS的安装可以查看我另外一篇博客部署Tiny Tiny RSS踩坑记录,这里就不赘述了。 RSSHUB RSSHub is an open source, easy to use, and extensible RSS feed generator. It's capable of generating RSS feeds from pretty much everything. RSSHub delivers millions of contents aggregated from all kinds of sources, our vibrant open source community is ensuring the deliver of RSSHub's new routes, new features and bug fixes. RSSHub can be used with browser extension RSSHub Radar and mobile auxiliary app RSSBud (iOS) and RSSAid (Android) 下载docker-compose文件 $ wget https://raw.githubusercontent.com/DIYgod/RSSHub/master/docker-compose.yml 创建文...