add quacamole sqlpage
This commit is contained in:
parent
337df6c751
commit
a31db48ad0
43 changed files with 421 additions and 14 deletions
19
ressources/homeassistant/README.MD
Normal file
19
ressources/homeassistant/README.MD
Normal file
|
@ -0,0 +1,19 @@
|
|||
#### homeassistant
|
||||
|
||||
##### Information
|
||||
Site : https://www.home-assistant.io
|
||||
|
||||
Source : https://github.com/home-assistant
|
||||
|
||||
##### Install
|
||||
|
||||
```bash
|
||||
apt install -y wget ca-certificates
|
||||
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||||
apt-get update
|
||||
|
||||
|
||||
apt-get install -y homeassistant
|
||||
|
||||
systemctl enable --now homeassistant
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue