From 59a60e8eb16b1e8a93e20a5a2519faebe0b558f6 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sun, 18 Sep 2022 22:52:50 +0800 Subject: [PATCH 01/11] Created Maintenance (markdown) --- Maintenance.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Maintenance.md diff --git a/Maintenance.md b/Maintenance.md new file mode 100644 index 0000000..0b03044 --- /dev/null +++ b/Maintenance.md @@ -0,0 +1,7 @@ +(Version >= 1.19.0) + +This feature is designed for: + +- Temporary disable downtime notifications during time window +- Show the message on status pages. + \ No newline at end of file From f11f74f43a3c2762b7186d8efd07d61be249a3d1 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sun, 18 Sep 2022 22:55:56 +0800 Subject: [PATCH 02/11] Updated Maintenance (markdown) --- Maintenance.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Maintenance.md b/Maintenance.md index 0b03044..2abd43e 100644 --- a/Maintenance.md +++ b/Maintenance.md @@ -2,6 +2,5 @@ This feature is designed for: -- Temporary disable downtime notifications during time window -- Show the message on status pages. - \ No newline at end of file +- Temporary disable notifications during time window +- Show the message on status pages. \ No newline at end of file From 4e34a074cf55bf579de1ecb515bbc30fb930e1fc Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sun, 18 Sep 2022 22:57:01 +0800 Subject: [PATCH 03/11] Updated How to Monitor Docker Containers (markdown) --- How-to-Monitor-Docker-Containers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/How-to-Monitor-Docker-Containers.md b/How-to-Monitor-Docker-Containers.md index ae0b4d8..deddc55 100644 --- a/How-to-Monitor-Docker-Containers.md +++ b/How-to-Monitor-Docker-Containers.md @@ -1,3 +1,5 @@ +(Version >= 1.18.0) + ## If you are running Uptime Kuma Docker By default, a docker container is self-contained, which means Uptime Kuma cannot access your host. You need to bind the /var/run/docker.sock to your container. From 2668e7850817eb2b31ce749efc9fd1865700efb3 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 4 Oct 2022 02:49:21 +0800 Subject: [PATCH 04/11] Update to 1.18.1 --- 🆙-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 64bb9eb..e89082e 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.18.0 --force +git checkout 1.18.1 --force # Install dependencies and prebuilt npm install --production From ecca657ff3ff6cc7610e56ebcde7bd1c528d3d05 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 4 Oct 2022 17:55:58 +0800 Subject: [PATCH 05/11] =?UTF-8?q?Updated=20=F0=9F=86=99=20How=20to=20Updat?= =?UTF-8?q?e=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 e89082e..3c353aa 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.18.1 --force +git checkout 1.18.2 --force # Install dependencies and prebuilt npm install --production From 1f1a95545fd92bd49e7dddb9200a06ffa386ee36 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Fri, 7 Oct 2022 00:48:05 +0800 Subject: [PATCH 06/11] Update to 1.18.3 --- 🆙-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 3c353aa..cbef765 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.18.2 --force +git checkout 1.18.3 --force # Install dependencies and prebuilt npm install --production From 0e7326247a3bebc1d9dd0536f2741a962b4f4002 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Fri, 7 Oct 2022 16:14:00 +0800 Subject: [PATCH 07/11] Updated Development Side Notes (markdown) --- Development-Side-Notes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Development-Side-Notes.md b/Development-Side-Notes.md index 6598f12..fb2d0f0 100644 --- a/Development-Side-Notes.md +++ b/Development-Side-Notes.md @@ -4,4 +4,6 @@ Just a note for some traps and useful things for development. - node-alpine3.13 image is not working on Raspberry Pi (armv7), need to downgrade to alpine 3.12. - docker-alpine's dns is actually not stable in some systems. - [CSS] do not use any system-ui fonts, the fonts will be difference in difference Windows Languages -- [Unit Test] Vue suggested Jest, but what, you cannot run the test in a browser, it is so stupid because all browser functions cannot be tested (localStorage, DOM and more). \ No newline at end of file +- [Unit Test] Vue suggested Jest, but what, you cannot run the test in a browser, it is so stupid because all browser functions cannot be tested (localStorage, DOM and more). +- Need to use `jsesc` to escape the content inside . +- .NET 4.7 is the best lowest version to support high DPI monitors \ No newline at end of file From a73b64f16d800f8f2ca0665a3d93293ffca7996d Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sun, 9 Oct 2022 16:58:24 +0800 Subject: [PATCH 08/11] Update to 1.18.4 --- 🆙-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 cbef765..85794e6 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.18.3 --force +git checkout 1.18.4 --force # Install dependencies and prebuilt npm install --production From 655cfb115edfa87ce25288556755f778a17ed1f0 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sun, 9 Oct 2022 17:14:50 +0800 Subject: [PATCH 09/11] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index c6687fd..978e0f2 100644 --- a/Home.md +++ b/Home.md @@ -47,5 +47,5 @@ https://github.com/louislam/uptime-kuma-wiki * (2022-01-21) Reach 12,059 Stargazers! * (2022-03-02) Docker Pull is over 25M! 14,050 Stargazers! * (2022-04-10) 15,629 Stargazers! - +* (2022-10-09) 21,975 Stargazers! Over 20K! Another Milestone!🐻👍 From f8d861fef8079d8690153d7b26a228d86d53bdd1 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 11 Oct 2022 02:38:55 +0800 Subject: [PATCH 10/11] Update to 1.18.5 --- 🆙-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 85794e6..4badc01 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.18.4 --force +git checkout 1.18.5 --force # Install dependencies and prebuilt npm install --production From 6b3d85c6fbf3e83127e43ffdc5681bc510a7cc2e Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 11 Oct 2022 18:43:37 +0800 Subject: [PATCH 11/11] Created _Footer (markdown) --- _Footer.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 _Footer.md diff --git a/_Footer.md b/_Footer.md new file mode 100644 index 0000000..abda5e4 --- /dev/null +++ b/_Footer.md @@ -0,0 +1 @@ +[Edit this page](https://github.com/louislam/uptime-kuma-wiki) \ No newline at end of file