https://sspai.com/post/59657

1、购买华为云曜服务器

预计新用户花费300块,配置为1核2g,centos8.2 64位
image.png

2、安装所需要的环境

安装宝塔

  1. yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh

image.png

安装PM2(没啥叼用,后来PM2启动rsshub报错)

image.png

安装git

image.png

3、安装RSSHub

  1. Last login: Fri Jun 25 11:08:17 2021 from 127.0.0.1
  2. [root@hecs-207249 ~]# mkdir rss666
  3. [root@hecs-207249 ~]# ls
  4. install.sh rss666
  5. [root@hecs-207249 ~]# cd rss666
  6. [root@hecs-207249 rss666]# git clone https://github.com/DIYgod/RSSHub.git
  7. Cloning into 'RSSHub'...
  8. remote: Enumerating objects: 46012, done.
  9. remote: Counting objects: 100% (43/43), done.
  10. remote: Compressing objects: 100% (41/41), done.
  11. remote: Total 46012 (delta 23), reused 13 (delta 2), pack-reused 45969
  12. Receiving objects: 100% (46012/46012), 56.34 MiB | 767.00 KiB/s, done.
  13. Resolving deltas: 100% (30705/30705), done.
  14. [root@hecs-207249 rss666]# ls
  15. RSSHub
  16. [root@hecs-207249 rss666]# cd RSSHub/
  17. [root@hecs-207249 RSSHub]# npm ci --production
  18. > puppeteer@9.1.1 install /root/rss666/RSSHub/node_modules/puppeteer
  19. > node install.js
  20. Downloading Chromium r869685 - 135.6 Mb [====================] 100% 0.0s
  21. Chromium (869685) downloaded to /root/rss666/RSSHub/node_modules/puppeteer/.local-chromium/linux-869685
  22. > re2@1.15.9 install /root/rss666/RSSHub/node_modules/re2
  23. > install-from-cache --artifact build/Release/re2.node --host-var RE2_DOWNLOAD_MIRROR || npm run rebuild
  24. Trying https://github.com/uhop/node-re2/releases/download/1.15.9/linux-x64-83.br ...
  25. Writing to build/Release/re2.node ...
  26. Done.
  27. > core-js@2.6.9 postinstall /root/rss666/RSSHub/node_modules/core-js
  28. > node scripts/postinstall || echo "ignore"
  29. Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
  30. The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
  31. > https://opencollective.com/core-js
  32. > https://www.patreon.com/zloirock
  33. Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
  34. added 676 packages in 179.094s
  35. [root@hecs-207249 RSSHub]# npm start
  36. > rsshub@1.0.0 start /root/rss666/RSSHub
  37. > node lib/index.js
  38. info: Listening Port 1200
  39. info: 🎉 RSSHub start! Cheers!
  40. info: 💖 Can you help keep this open source project alive? Please sponsor 👉 https://docs.rsshub.app/en/support
  41. info: /, user IP: ::ffff:222.128.58.224

image.png

4、后台运行RSSHub

  1. [root@hecs-207249 ~]# yum -y install screen
  2. [root@hecs-207249 ~]#screen -S RSSHUB
  3. [root@hecs-207249 ~]#cd /rss666/RSSHub
  4. [root@hecs-207249 RSSHub]# npm start
  5. > rsshub@1.0.0 start /root/rss666/RSSHub
  6. > node lib/index.js
  7. info: Listening Port 1200
  8. info: 🎉 RSSHub start! Cheers!
  9. info: 💖 Can you help keep this open source project alive? Please sponsor 👉 https://docs.rsshub.app/en/support
  10. info: /, user IP: ::ffff:222.128.58.224

5、华为那LJ玩意无法外网,白嫖netlify.com(未成功)

注册账号
image.png
新建站点
image.png
找到项目
image.png
构建设置
image.png
构建成功
image.png
修改网站名字
image.png

6、白嫖heroku(成功)

image.png
image.png

7、Fluent Reader好用

https://github.com/yang991178/fluent-reader/releases/tag/v1.0.1

image.png