Go to file
dependabot[bot] 4995caff64
Bump minimatch and recursive-readdir
Bumps [minimatch](https://github.com/isaacs/minimatch) and [recursive-readdir](https://github.com/jergason/recursive-readdir). These dependencies needed to be updated together.

Updates `minimatch` from 3.0.4 to 3.1.2
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

Updates `recursive-readdir` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/jergason/recursive-readdir/releases)
- [Changelog](https://github.com/jergason/recursive-readdir/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jergason/recursive-readdir/commits/v2.2.3)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: recursive-readdir
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-13 08:09:30 +00:00
public Version 2.0.0 2022-07-14 15:34:42 +08:00
src Version 2.0.0 2022-07-14 15:34:42 +08:00
.gitignore Version 2.0.0 2022-07-14 15:34:42 +08:00
README.md Update README.md 2022-07-14 16:14:12 +08:00
package-lock.json Bump minimatch and recursive-readdir 2022-11-13 08:09:30 +00:00
package.json Version 2.0.0 2022-07-14 15:34:42 +08:00

README.md

uptime-status

一个基于 UptimeRobot API 的在线状态面板

image

事先准备

  • 您需要先到 UptimeRobot 添加站点监控,并在 My Settings 页面获取 API Key
  • 您需要拥有一个网站空间,常见的 Nginx / PHP 等空间即可,甚至是阿里云的 OSS 等纯静态空间也行

如何部署:

  • 下载并解压缩:uptime-status.zip
  • 修改 config.js 文件:
    • SiteName: 要显示的网站名称
    • ApiKeys: 从 UptimeRobot 获取的 API Key支持 Monitor-Specific API Keys 和 Read-Only API Key
    • CountDays: 要显示的日志天数,建议 60 或 90显示效果比较好
    • ShowLink: 是否显示站点链接
    • Navi: 导航栏的菜单列表
  • 将所有文件上传到网站空间

⚠️ 如果没有修改代码的需求,您不需要 git clone 本项目,只需要下载 Release 的文件包即可。