|
@ -1,11 +1,14 @@ |
|
|
## Installer via cli |
|
|
## Installer via cli |
|
|
|
|
|
|
|
|
|
|
|
Interactive cli installer, supports Docker or without Docker. |
|
|
|
|
|
|
|
|
|
|
|
Good for beginners. |
|
|
|
|
|
|
|
|
```bash |
|
|
```bash |
|
|
curl -o kuma_install.sh https://raw.githubusercontent.com/louislam/uptime-kuma/master/install.sh && sudo bash kuma_install.sh |
|
|
curl -o kuma_install.sh https://raw.githubusercontent.com/louislam/uptime-kuma/master/install.sh && sudo bash kuma_install.sh |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Advanced Installation |
|
|
## Advanced Installation |
|
|
|
|
|
|
|
|
### 🐳 Docker |
|
|
### 🐳 Docker |
|
@ -65,7 +68,9 @@ pm2 restart uptime-kuma |
|
|
pm2 startup |
|
|
pm2 startup |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
### Docker Compose Example |
|
|
|
|
|
|
|
|
|
|
|
https://github.com/louislam/uptime-kuma/blob/master/docker-compose.yml |
|
|
|
|
|
|
|
|
## (Optional) One more step for Reverse Proxy |
|
|
## (Optional) One more step for Reverse Proxy |
|
|
|
|
|
|
|
|