Updated 🔧 How to Install (markdown)

master
Louis Lam 4 years ago
parent
commit
a31f6445c7
  1. 41
      🔧-How-to-Install.md

41
🔧-How-to-Install.md

@ -94,9 +94,34 @@ pm2 startup
https://github.com/louislam/uptime-kuma/blob/master/docker/docker-compose.yml 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) ### ☸️ 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) 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/ https://mariushosting.com/how-to-install-uptime-kuma-on-your-synology-nas/
## (Optional) One more step for Reverse Proxy ### Termux (Unofficial/Experiment)
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
## 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
https://github.com/louislam/uptime-kuma/issues/423

Loading…
Cancel
Save