Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/geekyouth/uptime-status
- Owner: geekyouth
- Created: 2020-04-08T05:57:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T05:23:24.000Z (19 days ago)
- Last Synced: 2025-01-06T05:25:45.103Z (19 days ago)
- Topics: heartbeat, http, ping, tcp-port, uptime
- Language: JavaScript
- Homepage: https://up.java666.cn/
- Size: 977 KB
- Stars: 51
- Watchers: 3
- Forks: 38
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uptime-status
一个基于 UptimeRobot API 的在线状态面板
## 事先准备
- 您需要先到 [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