web status monitor:仅使用GitHub Actions定期ping网站! 源码
:flying_saucer: Web状态监控器 仅使用GitHub Actions定期ping网站! :thinking_face: 它是如何工作的? 计划的GitHub操作每5分钟运行一次,对所有网址执行ping操作,然后呈现。 就这么简单! :rocket: 配置 从此模板创建仓库 在config.yml添加网址 完毕! :white_question_mark: 文献资料 配置 选项 类型 描述 urls url[] 要ping的URL url.path string 实际网址 url.type string HTTP请求类型 url.userAgent string 自定义User-Agent标头(特定网址) userAgent string 自定义User-Agent标头 :page_with_curl: 执照 由制造。 根据麻省理工学院许可。
文件列表
web-status-monitor-main.zip
(预估有个11文件)
web-status-monitor-main
.github
workflows
monitor.yml
713B
LICENSE
1KB
src
utils.ts
308B
package.json
720B
tsconfig.json
6KB
.gitignore
30B
暂无评论