Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/geekyouth/uptime-status

🤞✨基于 UptimeRobot api 时时监控主机、网站、端口等在线状态 💕💖 | https://up.java666.cn/ | https://stats.uptimerobot.com/OJRWxTANwN
https://github.com/geekyouth/uptime-status

heartbeat http ping tcp-port uptime

Last synced: 3 days ago
JSON representation

🤞✨基于 UptimeRobot api 时时监控主机、网站、端口等在线状态 💕💖 | https://up.java666.cn/ | https://stats.uptimerobot.com/OJRWxTANwN

Awesome Lists containing this project

README

        

# uptime-status

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

image

## 事先准备

- 您需要先到 [UptimeRobot](https://uptimerobot.com/ "UptimeRobot") 添加站点监控,并在 My Settings 页面获取 API Key(只读的最安全,不要暴露可写权限的 api key 账号到公开仓库)
- 推荐使用vercel、netlify

## 如何部署:

- 克隆、fork 本仓库,具体姿势取决于你
- 修改 `config.js` 文件:
- `SiteName`: 要显示的网站名称
- `ApiKeys`: 从 UptimeRobot 获取的 API Key(只读即可),Read-Only API Key
- `CountDays`: 要显示的日志天数,建议 60 或 90,显示效果比较好
- `ShowLink`: 是否显示站点链接
- `Navi`: 导航栏的菜单列表
- 傻瓜式部署到 vercel.com