*有些源抓取时间过长,已废弃。
wget https://tt-rss.org/gitlab/fox/tt-rss/repository/archive.zip
unzip archive.zip
mkdir /home/wwwroot/default/rss
cp -rf tt-rss.git/* /home/wwwroot/default/rss
mysql -u root -p
create database rss;
\q
Database initialization completed.
cat > /home/wwwroot/default/rss/config.php<<-EOF
xxxx方框显示内容xxxxx
EOF
chmod -R 777 /home/wwwroot/default/rss/xxxxxxxxx
http://45.78.30.128/rss/plugins/fever/
外部访问需要开启API
Reeder,要配合Fever插件使用,具体方法: Reeder (iOS) integration with TT-RSS (via Fever API) 。
参考来源:https://www.lingchenzi.com/2016/06/tiny-tiny-rss-reader.html?utm_source=tuicool&utm_medium=referral