We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
一直以来,我使用 reeder3 + Inoreader 订阅了很多博客,但是4月的时候发现不能再添加新的订阅了,它收费了。想到每天早上再也不能一来就看新闻,就很烦,于是开始研究替代方案。现在我使用的是 Tiny Tiny RSS + fever + reeder3 的方案,到现在也没发现什么问题,就记录一下,分享出来。
以下分为本机搭建和远程搭建两部分,纯属傻瓜配置,可一步一步来。
docker-compose.yml
curl -L "https://raw.githubusercontent.com/riskers/tty-fever-rss/master/docker-compose.yml" -o ./docker-compose.yml
我将 docker-compose.yml 文件放在了 github上,其中有注释的部分需要自己修改一下
docker-compose up -d
open localhost:181
admin
password
在插件中启动 fever:
fever
然后可以看到并且设置密码:
我自己因为有多台设备,所以本机搭建还是不方便,就在阿里云 ECS 上搭建了。购买 ECS 后,安装 docker 和 docker-compose,过程略。
其他都和本地搭建都一样,只不过需要在 ECS 的安全组中暴露 181:
最后,展示一下效果:
参考文章:
向我捐助 | 关于我 | 工作机会
The text was updated successfully, but these errors were encountered:
fever不是收费的吗
Sorry, something went wrong.
你fever的订阅源不是http吗 他不是ya要说用https吗,我就是用没用s导致定不了
No branches or pull requests
一直以来,我使用 reeder3 + Inoreader 订阅了很多博客,但是4月的时候发现不能再添加新的订阅了,它收费了。想到每天早上再也不能一来就看新闻,就很烦,于是开始研究替代方案。现在我使用的是 Tiny Tiny RSS + fever + reeder3 的方案,到现在也没发现什么问题,就记录一下,分享出来。
以下分为本机搭建和远程搭建两部分,纯属傻瓜配置,可一步一步来。
本机搭建
install ttrss
docker-compose.yml
:curl -L "https://raw.githubusercontent.com/riskers/tty-fever-rss/master/docker-compose.yml" -o ./docker-compose.yml
docker-compose up -d
open localhost:181
admin
password
集成 fever
在插件中启动
fever
:然后可以看到并且设置密码:
在 rss reader3 中
在阿里云 ECS 上搭建
我自己因为有多台设备,所以本机搭建还是不方便,就在阿里云 ECS 上搭建了。购买 ECS 后,安装 docker 和 docker-compose,过程略。
其他都和本地搭建都一样,只不过需要在 ECS 的安全组中暴露 181:
最后,展示一下效果:
参考文章:
The text was updated successfully, but these errors were encountered: