mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-31 10:52:35 +02:00
Merge branch 'master' of https://github.com/louislam/uptime-kuma.wiki
commit
6ccdc8ade6
3 changed files with 7 additions and 1 deletions
5
3rd-Party-Addons.md
Normal file
5
3rd-Party-Addons.md
Normal file
|
@ -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
|
|
@ -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)
|
||||
|
|
|
@ -34,7 +34,7 @@ cd <uptime-kuma-directory>
|
|||
|
||||
# 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
|
||||
|
|
Loading…
Add table
Reference in a new issue