Skip to content

HalcyonAlcedo/wormhole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Wormhole

Wormhole 是一个基于 Fastify 和 WebSocket 的数据传输项目,旨在实现将客户端的web资源代理到公网。


快速开始

  1. 使用git克隆项目:
  git clone https://github.com/HalcyonAlcedo/wormhole.git
  1. 安装依赖
   npm install
  1. 启动
   npm run app
  1. 后台运行
   npm run start
  1. 开放端口 开放服务器3000端口

Karin插件

可用于Karin的渲染代理插件,适用于Karin端在非固定IP的情况下由渲染器访问Wormhole代理生成页面渲染

  1. 安装插件 将demo/karin-wormhole-client.js拷贝到Karin/plugins/karin-plugin-example目录
  2. 调整设置 修改Karin/config/config/config.yaml文件
    • http_render.enable改为true
    • http_render.host改为Wormhole的web地址,例如Wormhole部署在 127.0.0.1:3000 这里就填 http://127.0.0.1:3000/web/123456,其中123456为客户端id,建议改为机器人的qq号以保证客户端唯一性
    • WebSocket传输非文本数据时间可能较长,如果出现获取图片超时的情况可以尝试将http_render.timeout适当增加

注意:为安全考虑,Karin插件仅代理静态资源css,html,ttf,jpg,jpeg,png,gif,bmp,ico,woff,woff2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published