From e839122f85a2e23c74358cf26dfe3cb88464272e Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 29 Aug 2023 04:12:16 +0800 Subject: [PATCH 1/9] =?UTF-8?q?Updated=20=F0=9F=86=99=20How=20to=20Update?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 🆙-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 79dae2f..673d1dd 100644 --- a/🆙-How-to-Update.md +++ b/🆙-How-to-Update.md @@ -33,7 +33,7 @@ cd # Update from git git fetch --all -git checkout 1.23.0 --force +git checkout 1.23.1 --force # Install dependencies and prebuilt npm install --production From 8858d82f3d25769dde68bb856dd7a68bfbcdb8cb Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 29 Aug 2023 20:48:30 +0800 Subject: [PATCH 2/9] =?UTF-8?q?Updated=20=F0=9F=94=A7=20How=20to=20Install?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 🔧-How-to-Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/🔧-How-to-Install.md b/🔧-How-to-Install.md index 9f42a40..f18f8dc 100644 --- a/🔧-How-to-Install.md +++ b/🔧-How-to-Install.md @@ -120,7 +120,7 @@ Requirement: - .NET 4.8 Runtime - Internet for initialization (Download Node.js runtime and Uptime Kuma source code) -Download: https://github.com/louislam/uptime-kuma/files/11886108/uptime-kuma-win64-portable-1.0.1.zip +Download: https://github.com/louislam/uptime-kuma/releases/download/1.23.1/uptime-kuma-windows-x64-portable-1.23.1.zip ## (Optional) One more step for Reverse Proxy From 70535a8e85321203699f5b6c633b8d65ea702f75 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Fri, 1 Sep 2023 16:49:46 +0800 Subject: [PATCH 3/9] =?UTF-8?q?Updated=20=F0=9F=94=A7=20How=20to=20Install?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 🔧-How-to-Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/🔧-How-to-Install.md b/🔧-How-to-Install.md index f18f8dc..39c452d 100644 --- a/🔧-How-to-Install.md +++ b/🔧-How-to-Install.md @@ -69,7 +69,7 @@ Required Tools: ```bash # Update your npm to the latest version -npm install npm -g +npm install npm@9 -g # Clone the repository # If you don't want to install Uptime Kuma into your homefolder but instead into a more permanent location, follow the "Create app directory in /opt" steps under **Useful Commands** and then continue here. From 5451e74a8792e38e3f0e22767757e7bbbff6c420 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Fri, 1 Sep 2023 23:45:30 +0800 Subject: [PATCH 4/9] Updated Test Pull Requests (markdown) --- Test-Pull-Requests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Test-Pull-Requests.md b/Test-Pull-Requests.md index 62283dc..dd1803b 100644 --- a/Test-Pull-Requests.md +++ b/Test-Pull-Requests.md @@ -2,11 +2,11 @@ Now you can test pull requests without setting up any development environment. You just need to use this docker image with specified pr repo name: ```bash -docker run --rm -it -p 3000:3000 -p 3001:3001 --pull always -e 'UPTIME_KUMA_GH_REPO=' louislam/uptime-kuma:pr-test +docker run --rm -it -p 3000:3000 -p 3001:3001 --pull always -e 'UPTIME_KUMA_GH_REPO=' louislam/uptime-kuma:pr-test2 ``` Example: -UPTIME_KUMA_GH_REPO=`tamasmagyar:test/add-cypress-tests` +UPTIME_KUMA_GH_REPO=`chakflying:fix/beat-schedule-delay` You can copy the name from here easily: From 0e51dbc0943780385783c040584eb45e35f7c06e Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Mon, 11 Sep 2023 18:04:43 +0800 Subject: [PATCH 5/9] Updated Test Pull Requests (markdown) --- Test-Pull-Requests.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Test-Pull-Requests.md b/Test-Pull-Requests.md index dd1803b..890fa43 100644 --- a/Test-Pull-Requests.md +++ b/Test-Pull-Requests.md @@ -1,10 +1,18 @@ Now you can test pull requests without setting up any development environment. You just need to use this docker image with specified pr repo name: + +v2.x.x + ```bash docker run --rm -it -p 3000:3000 -p 3001:3001 --pull always -e 'UPTIME_KUMA_GH_REPO=' louislam/uptime-kuma:pr-test2 ``` +v1.23.x +```bash +docker run --rm -it -p 3000:3000 -p 3001:3001 --pull always -e 'UPTIME_KUMA_GH_REPO=' louislam/uptime-kuma:pr-test +``` + Example: UPTIME_KUMA_GH_REPO=`chakflying:fix/beat-schedule-delay` From fdda0cdb232dfaddf95e459fdc9f80c38f75e2bc Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Mon, 11 Sep 2023 18:28:31 +0800 Subject: [PATCH 6/9] Updated Status Page (markdown) --- Status-Page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Status-Page.md b/Status-Page.md index 6d8c29f..5406b52 100644 --- a/Status-Page.md +++ b/Status-Page.md @@ -23,7 +23,7 @@ Now you can show different status pages based on the domain names. 1. If you are not using a reverse proxy, you should expose your Uptime Kuma in port 80. 2. If you are using a reverse proxy, add your domain name in your reverse proxy and point to Uptime Kuma. - (⚠️ PS: For such as Apache or nginx, you need to forward the header `X-Forward-Host` or `Host` to Uptime Kuma, otherwise Uptime Kuma do not know the current domain name) + (⚠️ PS: For such as Apache or nginx, you need to forward the header `X-Forwarded-Host` or `Host` to Uptime Kuma, otherwise Uptime Kuma do not know the current domain name) 3. Add a A/CNAME record for your domain name in your DNS management. 4. Add your domain name in your status page settings sidebar. From 6824add1199624ed68d4644b68bbdbfcbf29ca70 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Mon, 18 Sep 2023 03:18:04 +0800 Subject: [PATCH 7/9] =?UTF-8?q?Updated=20=F0=9F=86=99=20How=20to=20Update?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 🆙-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 673d1dd..5397e1e 100644 --- a/🆙-How-to-Update.md +++ b/🆙-How-to-Update.md @@ -33,7 +33,7 @@ cd # Update from git git fetch --all -git checkout 1.23.1 --force +git checkout 1.23.2 --force # Install dependencies and prebuilt npm install --production From e3792a78ea51c07c07ffcfbf59c2d92398c28c34 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Mon, 9 Oct 2023 20:40:49 +0800 Subject: [PATCH 8/9] =?UTF-8?q?Updated=20=F0=9F=86=99=20How=20to=20Update?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 🆙-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 5397e1e..0947b68 100644 --- a/🆙-How-to-Update.md +++ b/🆙-How-to-Update.md @@ -33,7 +33,7 @@ cd # Update from git git fetch --all -git checkout 1.23.2 --force +git checkout 1.23.3 --force # Install dependencies and prebuilt npm install --production From 5911a23f36af601170a6febdf2bc9a12b55fa16a Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Mon, 9 Oct 2023 21:50:50 +0800 Subject: [PATCH 9/9] Updated Home (markdown) --- Home.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index ef36a60..8c71fd1 100644 --- a/Home.md +++ b/Home.md @@ -49,4 +49,5 @@ https://github.com/louislam/uptime-kuma-wiki * (2023-01-09) {"⭐": 27783, "🐳": 31688853 } * (2023-02-06) let starCount = 29141; let dockerPullCount = 32185677; * (2023-02-26) `
30,063
32,606,170
` -* (2023-05-11) ⭐33132,🐳34513470 \ No newline at end of file +* (2023-05-11) ⭐33132,🐳34513470 +* (2023-10-09) ⭐39263,🐳44805032 \ No newline at end of file