mirror of https://github.com/tteck/Proxmox.git
Update README.md
This commit is contained in:
parent
5c5dc2337c
commit
a4234a3a42
|
@ -1174,16 +1174,14 @@ ________________________________________________________________________________
|
||||||
|
|
||||||
Uptime Kuma is a self-hosted, open source, fancy uptime monitoring and alerting system. It can monitor HTTP(s) / TCP / HTTP(s) Keyword / Ping / DNS Record / Push / Steam Game Server.
|
Uptime Kuma is a self-hosted, open source, fancy uptime monitoring and alerting system. It can monitor HTTP(s) / TCP / HTTP(s) Keyword / Ping / DNS Record / Push / Steam Game Server.
|
||||||
|
|
||||||
To create a new Proxmox Uptime Kuma LXC, run the following in the Proxmox Shell (V2).
|
To create a new Proxmox Uptime Kuma LXC, run the following in the Proxmox Shell.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/uptimekuma.sh)"
|
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/uptimekuma-v3.sh)"
|
||||||
```
|
```
|
||||||
|
|
||||||
<h3 align="center" id="heading">⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡</h3>
|
<h3 align="center" id="heading">⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡</h3>
|
||||||
|
|
||||||
After the script completes, If you're dissatisfied with the default settings, click on the LXC, then on the **_Resources_** tab and change the settings to what you desire. Changes are immediate.
|
|
||||||
|
|
||||||
**Uptime Kuma Interface - IP:3001**
|
**Uptime Kuma Interface - IP:3001**
|
||||||
|
|
||||||
⚙️ **To Update**
|
⚙️ **To Update**
|
||||||
|
|
Loading…
Reference in New Issue