Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valetzx/uptimekumaonreplit
在Replit自建uptime-kuma监控
https://github.com/valetzx/uptimekumaonreplit
replit
Last synced: about 18 hours ago
JSON representation
在Replit自建uptime-kuma监控
- Host: GitHub
- URL: https://github.com/valetzx/uptimekumaonreplit
- Owner: valetzx
- Created: 2022-04-22T06:50:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-01T03:49:52.000Z (over 1 year ago)
- Last Synced: 2024-04-19T06:44:58.433Z (7 months ago)
- Topics: replit
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 75
- Watchers: 3
- Forks: 49
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uptime-kuma on Replit
在replit自建uptime-kuma监控
https://github.com/louislam/uptime-kuma/wiki/Rplit个人版:
Rplit教育版:
将以下代码粘贴至Replit Shell后回车
`git clone https://github.com/valetzx/uptimekumaonreplit && mv -b uptimekumaonreplit/* ./ && mv -b uptimekumaonreplit/.[^.]* ./ && rm -rf *~ && rm -rf uptimekumaonreplit`
当加载完 Loading Nix environment... 后点击绿色 ▶ Run
新增 `main.py` 部署企业微信通知
新增 `pushbullet.js` 企业微信配置
新增 `update.sh` 手动更新
更新以后的版本 可以把 `git checkout 1.15.1 --force` 1.15.1 改成想更新的版本
Replit有点拉,似乎会回档,会导致数据库很多对不上。= 。随便用用吧20220430