FreeBSD 如何部署呢? #22410
Unanswered
RuanJintao
asked this question in
Q&A
FreeBSD 如何部署呢?
#22410
Replies: 1 comment 2 replies
|
Hi @RuanJintao! I'm Dosu and I'm helping the RSSNext team. 好消息是:Playwright/浏览器自动化在 RSSHub 中是完全可选的,只有少数明确标记了 FreeBSD 源码部署步骤: git clone https://github.com/DIYgod/RSSHub.git
cd RSSHub
pnpm i
pnpm build
pnpm start
# 访问 http://{Server IP}:1200只需确保 FreeBSD 上安装了 Node.js 和 pnpm,不需要配置任何浏览器相关的环境变量(如 如果你确实需要用到依赖浏览器的路由,可以考虑使用远程浏览器服务(如 Browserless),通过设置 总结:FreeBSD + 源码部署 + 跳过浏览器依赖 = 完全可以正常使用 RSSHub 的绝大部分功能。 To reply, just mention @dosu. Share context across your team and agents. Try Dosu. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
我有一台使用 FreeBSD 的电脑,现在希望在其上面部署,Docker 估计是不行,然后源码直接部署的话,貌似自从转到 playwright 之后就不成了。这该怎么办呢?
All reactions