All Projects → RikkaApps → FCM-for-Mojo-Server

RikkaApps / FCM-for-Mojo-Server

Licence: other
Server for FCM-for-Mojo

Programming Languages

javascript
184084 projects - #8 most used programming language
perl
6916 projects
Dockerfile
14818 projects

配置方式

使用 npm start 来开启,默认占用 3 个端口号 5003 5004 5005。若要修改端口号,请自行修改 config.js,其他内容(HTTPS,HTTP 基本验证等的设置方式)请看 这里

文件们的作用

  • config.js

    Node 的 HTTP 服务器的设置。

  • client.json

    客户端 token 和客户端的设置。

  • node 里面

    Node 的 HTTP 服务器,负责推送、/ffm 相关 API 及将 /openqq 请求转发至对应插件。

  • perl 里面

    start.pl:启动 Mojo-Webqq 及需要的插件们的脚本

  • plugin 里面的 FFM.pm

    mojo-webqq 的插件,在提交给 mojo-webqq 前需要自己复制到正确的位置,可能是 /usr/local/share/perl/版本号/Mojo/Webqq/Plugin

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].