mirror of https://github.com/louislam/uptime-kuma
Merge branch 'master' of https://github.com/louislam/uptime-kuma.wiki
commit
6ccdc8ade6
|
@ -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)
|
- [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)
|
- [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)
|
- [Maintenance](https://github.com/louislam/uptime-kuma/wiki/Maintenance)
|
||||||
|
- [3rd Party Addons](https://github.com/louislam/uptime-kuma/wiki/3rd-Party-Addons)
|
||||||
|
|
||||||
## Network
|
## Network
|
||||||
- [Reverse Proxy](https://github.com/louislam/uptime-kuma/wiki/Reverse-Proxy)
|
- [Reverse Proxy](https://github.com/louislam/uptime-kuma/wiki/Reverse-Proxy)
|
||||||
|
|
|
@ -34,7 +34,7 @@ cd <uptime-kuma-directory>
|
||||||
|
|
||||||
# Update from git
|
# Update from git
|
||||||
git fetch --all
|
git fetch --all
|
||||||
git checkout 1.18.5 --force
|
git checkout 1.19.2 --force
|
||||||
|
|
||||||
# Install dependencies and prebuilt
|
# Install dependencies and prebuilt
|
||||||
npm install --omit=dev
|
npm install --omit=dev
|
||||||
|
|
Loadingโฆ
Reference in New Issue