diff --git a/3rd-Party-Addons.md b/3rd-Party-Addons.md new file mode 100644 index 0000000..a90e2e9 --- /dev/null +++ b/3rd-Party-Addons.md @@ -0,0 +1,5 @@ +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 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) diff --git a/🆙-How-to-Update.md b/🆙-How-to-Update.md index 643ab7f..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.18.5 --force +git checkout 1.19.2 --force # Install dependencies and prebuilt npm install --omit=dev