first commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2022-04-27 11:25:01 +02:00
parent 0f8c1ec52f
commit ba844e0626
3 changed files with 7 additions and 7 deletions

View File

@ -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
```

View File

@ -3,7 +3,7 @@
![Home Assistant](/../../images/logos/ha-logo.png){: align=left width=200 }
Open Proxmox Terminal and send:
```
```bash
clear;bash -c "$(wget -qLO - https://u.sthope.dev/proxmox-hassos)"
```

View File

@ -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
```