mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 16:54:04 +00:00
Merge branch 'master' of https://github.com/louislam/uptime-kuma.wiki
commit
b2018c852e
4 changed files with 4 additions and 3 deletions
|
@ -6,3 +6,4 @@ Feel free to add your project here by making a pull request in this wiki repo: h
|
|||
- [xBarApp Uptime Kuma](https://github.com/mariogarridopt/xBar-Uptime-Kuma) - An Uptime Kuma plugin for xBarApp for Mac
|
||||
- [Uptime Kuma Manager](https://apps.apple.com/us/app/uptime-kuma-manager/id6446004887) - An iOS app that allows you to connect to your Uptime Kuma servers and monitor the services directly from your phone.
|
||||
- [uptime-kuma-api (Python)](https://github.com/lucasheld/uptime-kuma-api) - A wrapper for the Uptime Kuma Socket.IO API
|
||||
- [uptimekuma-migrator](https://github.com/Peppershade/uptimekuma-migrator) - Simple migrator from UptimeRobot to UptimeKuma
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# API Keys
|
||||
(Version >= 1.21.0)
|
||||
|
||||
API keys can be used to access secured HTTP APIs, including the
|
||||
|
|
1
Home.md
1
Home.md
|
@ -49,3 +49,4 @@ https://github.com/louislam/uptime-kuma-wiki
|
|||
* (2023-01-09) {"⭐": 27783, "🐳": 31688853 }
|
||||
* (2023-02-06) let starCount = 29141; let dockerPullCount = 32185677;
|
||||
* (2023-02-26) `<div class="⭐">30,063</div><div class="🐳">32,606,170</div>`
|
||||
* (2023-05-11) ⭐33132,🐳34513470
|
|
@ -33,7 +33,7 @@ cd <uptime-kuma-directory>
|
|||
|
||||
# Update from git
|
||||
git fetch --all
|
||||
git checkout 1.21.3 --force
|
||||
git checkout 1.22.0 --force
|
||||
|
||||
# Install dependencies and prebuilt
|
||||
npm install --production
|
||||
|
|
Loading…
Reference in a new issue