From a31f6445c770a6c4b269a35f8e31735ccba1edea Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Wed, 20 Oct 2021 15:17:03 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=F0=9F=94=A7=20How=20to=20Install=20(?= =?UTF-8?q?markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- πŸ”§-How-to-Install.md | 41 +++++++++++++++++++++++++++++------------ 1 file changed, 29 insertions(+), 12 deletions(-) diff --git a/πŸ”§-How-to-Install.md b/πŸ”§-How-to-Install.md index 6093ec4..e3c0aa2 100644 --- a/πŸ”§-How-to-Install.md +++ b/πŸ”§-How-to-Install.md @@ -94,9 +94,34 @@ pm2 startup https://github.com/louislam/uptime-kuma/blob/master/docker/docker-compose.yml +## (Optional) One more step for Reverse Proxy + +This is optional for someone who want to do reverse proxy. + +Unlikely other web apps, Uptime Kuma is based on WebSocket. You need two more headers **"Upgrade"** and **"Connection"** in order to reverse proxy WebSocket. + +Please read wiki for more info: +https://github.com/louislam/uptime-kuma/wiki/Reverse-Proxy + + +# Videos + +- [Learn Uptime Kuma in 5 Minutes](https://www.youtube.com/watch?v=muZiPdH2JZ8) by DEVOPS UNLOCKED + Install with the docker run command +- [Meet Uptime Kuma, a Fancy Open Source Uptime Monitor](https://www.youtube.com/watch?v=r_A5NKkAqZM) by Techno Tim + Install with docker-compose +- [Monitor Status with Uptime Kuma - Let's install Uptime Kuma with Docker](https://www.youtube.com/watch?v=rRKvDMGeeBA) by Geeked + Install with Portainer + + +## Unofficial & Experiment + +⚠ ⚠ ⚠ Warning: Generally, I only test Docker and Node.js. All installation methods here may be broken in the future release. I don't maintain them. Use at your own risk. + + ### ☸️ Kubernetes (Unofficial) -⚠ Warning: K8s deployment is provided by contributors. I have no experience with K8s and I can't fix error in the future. I only test Docker and Node.js. Use at your own risk. +⚠ Warning: K8s deployment is provided by contributors. I have no experience with K8s and I can't fix error in the future. See more [here](https://github.com/louislam/uptime-kuma/tree/k8s-unofficial/kubernetes) @@ -106,16 +131,8 @@ Unofficial tutorial by Marius Bogdan Lixandru: https://mariushosting.com/how-to-install-uptime-kuma-on-your-synology-nas/ -## (Optional) One more step for Reverse Proxy - -This is optional for someone who want to do reverse proxy. - -Unlikely other web apps, Uptime Kuma is based on WebSocket. You need two more headers **"Upgrade"** and **"Connection"** in order to reverse proxy WebSocket. - -Please read wiki for more info: -https://github.com/louislam/uptime-kuma/wiki/Reverse-Proxy +### Termux (Unofficial/Experiment) -## Experiment +Do you have a old Android phone? You could install Uptime Kuma on it! -### Install Uptime Kuma server in your Android phone -https://github.com/louislam/uptime-kuma/issues/423 \ No newline at end of file +https://github.com/louislam/uptime-kuma/issues/423