From a988c9db5be9d34aded2ef8e384fb3a7cdc124a3 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Fri, 23 Dec 2022 22:57:41 +0800 Subject: [PATCH 1/6] Update to 1.19.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 643ab7f..668e702 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.5 --force +git checkout 1.19.0 --force # Install dependencies and prebuilt npm install --omit=dev From bd968a4c7d1da79441bd52b591e6afa1666146ed Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 27 Dec 2022 00:05:59 +0800 Subject: [PATCH 2/6] Update to 1.19.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 668e702..d0a4ef1 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.19.0 --force +git checkout 1.19.1 --force # Install dependencies and prebuilt npm install --omit=dev From 96f89e23556cb7cbbfbb10d9780c53f3f9f71c77 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 27 Dec 2022 00:32:37 +0800 Subject: [PATCH 3/6] Update to 1.19.2 --- 🆙-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 d0a4ef1..90a9c12 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.19.1 --force +git checkout 1.19.2 --force # Install dependencies and prebuilt npm install --omit=dev From be7e916322303f8dbd8bd209256c507a7bf8ad7d Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sat, 31 Dec 2022 23:13:25 +0800 Subject: [PATCH 4/6] Created 3rd Party Addons (markdown) --- 3rd-Party-Addons.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 3rd-Party-Addons.md diff --git a/3rd-Party-Addons.md b/3rd-Party-Addons.md new file mode 100644 index 0000000..b8e37fe --- /dev/null +++ b/3rd-Party-Addons.md @@ -0,0 +1,3 @@ +A list of 3rd party addons, plugins or side projects. + +- [Streamdeck Uptime Kuma](https://github.com/MarlBurroW/Streamdeck-Uptime-Kuma) - An Uptime Kuma plugin for Elgato Streamdeck \ No newline at end of file From 8ea3ae633520d678114e4b316def6c54ecb35851 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sat, 31 Dec 2022 23:14:36 +0800 Subject: [PATCH 5/6] Updated _Sidebar (markdown) --- _Sidebar.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_Sidebar.md b/_Sidebar.md index 71cf4d2..d1a3b0d 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -13,6 +13,7 @@ - [Badge](https://github.com/louislam/uptime-kuma/wiki/Badge) - [How to Monitor Docker Containers](https://github.com/louislam/uptime-kuma/wiki/How-to-Monitor-Docker-Containers) - [Maintenance](https://github.com/louislam/uptime-kuma/wiki/Maintenance) +- [3rd Party Addons](https://github.com/louislam/uptime-kuma/wiki/3rd-Party-Addons) ## Network - [Reverse Proxy](https://github.com/louislam/uptime-kuma/wiki/Reverse-Proxy) From 9f5cfe87b0fa8c6af830afafdf6b642b60a3b53f Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sat, 31 Dec 2022 23:16:58 +0800 Subject: [PATCH 6/6] Updated 3rd Party Addons (markdown) --- 3rd-Party-Addons.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/3rd-Party-Addons.md b/3rd-Party-Addons.md index b8e37fe..a90e2e9 100644 --- a/3rd-Party-Addons.md +++ b/3rd-Party-Addons.md @@ -1,3 +1,5 @@ -A list of 3rd party addons, plugins or side projects. +A list of 3rd party addons, plugins or related side projects. + +Feel free to add your project here by making a pull request in this wiki repo: https://github.com/louislam/uptime-kuma-wiki - [Streamdeck Uptime Kuma](https://github.com/MarlBurroW/Streamdeck-Uptime-Kuma) - An Uptime Kuma plugin for Elgato Streamdeck \ No newline at end of file