mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
Updated 🔧 How to Install (markdown)
parent
d8828b4ef0
commit
0ad5b2e804
1 changed files with 6 additions and 4 deletions
|
@ -28,10 +28,6 @@ docker run -d --restart=always -p <YOUR_PORT>:3001 -v <YOUR_DIR OR VOLUME>:/app/
|
|||
|
||||
⚠️ Please use in a local volume only. Other types such as nfs are not supported.
|
||||
|
||||
### ☸️ Kubernetes
|
||||
|
||||
See more [here](https://github.com/louislam/uptime-kuma/blob/master/kubernetes/README.md)
|
||||
|
||||
### 💪🏻 Without Docker (Recommended for x86/x64 only)
|
||||
|
||||
Required Tools: Node.js >= 14, git and pm2.
|
||||
|
@ -75,6 +71,12 @@ pm2 startup
|
|||
|
||||
https://github.com/louislam/uptime-kuma/blob/master/docker-compose.yml
|
||||
|
||||
### ☸️ Kubernetes
|
||||
|
||||
⚠ 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.
|
||||
|
||||
See more [here](https://github.com/louislam/uptime-kuma/blob/master/kubernetes/README.md)
|
||||
|
||||
### Install on Synology NAS
|
||||
|
||||
Unofficial tutorial by Marius Bogdan Lixandru:
|
||||
|
|
Loading…
Reference in a new issue