# express.webhooks **Repository Path**: sunbeyond/express.webhooks ## Basic Information - **Project Name**: express.webhooks - **Description**: webhooks范本 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-26 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # express.webhooks ## 部署 - 设置git仓库ssh公钥 - ssh-keygen -t rsa -C "sunbeyond@gmail.com" - 回车三次 - cat ~/.ssh/id_rsa.pub - 复制至git仓库ssh公钥 - clone - 进入项目www根目录 - git clone git@gitee.com:sunbeyond/express.webhooks.git . - 反向代理 - 后端域名 127.0.0.1 - 其他端口 3200 - PM2管理 不要打开“文件变化自动重载”,打开后资源占用爆满 - 程序路径 /data/zifyp65M/sites/webhooks.phantasm.top/www/bin/www - 实例个数 1 - 最大内存限制 128 MB - npm install - DEBUG=express.webhooks:* npm start ## 信息 - port: 3000 ## 各WebHook推送格式 - [gitee](https://gitee.com/help/articles/4186)