From dab112887772a8d7b5db8b4ea310abd124767c71 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Thu, 11 May 2023 16:56:10 +0800 Subject: [PATCH 1/4] Updated Home (markdown) --- Home.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 9493708..ef36a60 100644 --- a/Home.md +++ b/Home.md @@ -48,4 +48,5 @@ https://github.com/louislam/uptime-kuma-wiki * (2022-10-09) 21,975 Stargazers! Over 20K! Another Milestone!🐻👍 * (2023-01-09) {"⭐": 27783, "🐳": 31688853 } * (2023-02-06) let starCount = 29141; let dockerPullCount = 32185677; -* (2023-02-26) `
30,063
32,606,170
` \ No newline at end of file +* (2023-02-26) `
30,063
32,606,170
` +* (2023-05-11) ⭐33132,🐳34513470 \ No newline at end of file From 1333992bd75b3be7e2100573130caf6fd77a7d42 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Fri, 12 May 2023 13:45:01 +0800 Subject: [PATCH 2/4] Updated 3rd Party Addons Apps (markdown) --- 3rd-Party-Addons-Apps.md | 1 + 1 file changed, 1 insertion(+) diff --git a/3rd-Party-Addons-Apps.md b/3rd-Party-Addons-Apps.md index dc21d8c..6f82851 100644 --- a/3rd-Party-Addons-Apps.md +++ b/3rd-Party-Addons-Apps.md @@ -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 From e6745f02fedc9f89c777ab097cf63f219b8151e6 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sun, 11 Jun 2023 15:28:43 +0800 Subject: [PATCH 3/4] Updated API Keys (markdown) --- API-Keys.md | 1 - 1 file changed, 1 deletion(-) diff --git a/API-Keys.md b/API-Keys.md index 60e935e..2183170 100644 --- a/API-Keys.md +++ b/API-Keys.md @@ -1,4 +1,3 @@ -# API Keys (Version >= 1.21.0) API keys can be used to access secured HTTP APIs, including the From 015b92023571df1ba06fecbc470fb2dfe0a8b6c1 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Mon, 26 Jun 2023 21:27:17 +0800 Subject: [PATCH 4/4] Update to 1.22.0 --- 🆙-How-to-Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/🆙-How-to-Update.md b/🆙-How-to-Update.md index fb76b7a..383efff 100644 --- a/🆙-How-to-Update.md +++ b/🆙-How-to-Update.md @@ -34,7 +34,7 @@ cd # 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