Add init repo readme
This commit is contained in:
parent
26c1057ac4
commit
3a544c53f5
2 changed files with 14 additions and 1 deletions
|
@ -0,0 +1,9 @@
|
||||||
|
Welcome there adventurer!
|
||||||
|
|
||||||
|
This is my collection for docker compose file for various services that should be easily runnable via this repo.
|
||||||
|
|
||||||
|
Just <code> git pull </code> this repo and <code> docker compose up -d </code> these services!
|
||||||
|
|
||||||
|
For some services I included an extra <code>README.md</code> and always check whether there is a <code>.env.example</code> in the directory for the service.
|
||||||
|
|
||||||
|
Chances are you will need to fill it out and save it as a <code>.env</code> file.
|
|
@ -6,4 +6,8 @@ Then executed
|
||||||
```bash
|
```bash
|
||||||
wget -O - https://get.hacs.xyz | bash -
|
wget -O - https://get.hacs.xyz | bash -
|
||||||
```
|
```
|
||||||
To install HACS into the Homeassistant installation. Of course restart the docker container afterwards
|
To install HACS into the Homeassistant installation. Of course restart the docker container afterwards
|
||||||
|
|
||||||
|
Currently installed integration( Last Update 28.07.2024)
|
||||||
|
- Miele (Miele@Home)
|
||||||
|
- Fritz!Box (For 192.168.178.0/24 subnet)
|
||||||
|
|
Loading…
Add table
Reference in a new issue