mirror of https://github.com/tteck/Proxmox.git
Update README.md
This commit is contained in:
parent
cdc1d1ee86
commit
6565b3051a
|
@ -319,7 +319,7 @@ bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary markdown="span">MQTT LXC</summary>
|
<summary markdown="span"> 🔸MQTT LXC</summary>
|
||||||
|
|
||||||
<p align="center"><img src="https://mosquitto.org/images/mosquitto-text-side-28.png" height="75"/></p>
|
<p align="center"><img src="https://mosquitto.org/images/mosquitto-text-side-28.png" height="75"/></p>
|
||||||
|
|
||||||
|
@ -331,6 +331,12 @@ To create a new Proxmox MQTT LXC Container, run the following in the Proxmox She
|
||||||
```yaml
|
```yaml
|
||||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/mqtt_container.sh)"
|
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/mqtt_container.sh)"
|
||||||
```
|
```
|
||||||
|
To create a new Proxmox Unprivileged MQTT LXC Container, run the following in the Proxmox Shell.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/unpriv/unprivileged-mqtt.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>
|
||||||
|
|
||||||
Mosquitto comes with a password file generating utility called mosquitto_passwd.
|
Mosquitto comes with a password file generating utility called mosquitto_passwd.
|
||||||
|
|
Loading…
Reference in New Issue