This commit is contained in:
parent
0f8c1ec52f
commit
ba844e0626
@ -4,24 +4,24 @@ Open Proxmox Terminal and send:
|
||||
|
||||
|
||||
only Debian:
|
||||
```
|
||||
```bash
|
||||
clear;bash -c "$(wget -qLO - https://u.sthope.dev/only-debian)"
|
||||
```
|
||||
|
||||
with Docker:
|
||||
```
|
||||
```bash
|
||||
clear;bash -c "$(wget -qLO - https://u.sthope.dev/debian-with-docker)"
|
||||
```
|
||||
|
||||
with Docker & Portainer:
|
||||
```
|
||||
```bash
|
||||
clear;bash -c "$(wget -qLO - https://u.sthope.dev/debian-with-portainer)"
|
||||
```
|
||||
|
||||
|
||||
|
||||
Create new user, replace `USER` with your username and `PWD` with your password and send:
|
||||
```
|
||||
```bash
|
||||
bash -c "$(wget -qLO - https://u.sthope.dev/addUser)" createuser USER PWD
|
||||
```
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
{: align=left width=200 }
|
||||
|
||||
Open Proxmox Terminal and send:
|
||||
```
|
||||
```bash
|
||||
clear;bash -c "$(wget -qLO - https://u.sthope.dev/proxmox-hassos)"
|
||||
```
|
||||
|
||||
|
@ -5,7 +5,7 @@ Thanks for [nikito7](https://github.com/nikito7)
|
||||
nano proxmox_sendTemp_2HA
|
||||
```
|
||||
|
||||
```
|
||||
```bash
|
||||
#!/bin/bash
|
||||
# ___ _ _ _ __
|
||||
# / __|| |_ | |_ ___ | '_ \ ___
|
||||
@ -27,6 +27,6 @@ mosquitto_pub -h $host -u $user -P $pass -t proxmox/$proxmox_name/cpu_temp -m $t
|
||||
chmod +x proxmox_sendTemp_2HA;
|
||||
```
|
||||
|
||||
```
|
||||
```bash
|
||||
while proxmox_sendTemp_2HA; do sleep 10; done
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user