https://github.com/bitkill/hl-homeassistant
🏠 Home deployment of home assistant
https://github.com/bitkill/hl-homeassistant
Last synced: 3 months ago
JSON representation
🏠 Home deployment of home assistant
- Host: GitHub
- URL: https://github.com/bitkill/hl-homeassistant
- Owner: bitkill
- License: mit
- Created: 2021-08-13T14:15:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-05T16:27:00.000Z (over 3 years ago)
- Last Synced: 2025-11-10T17:02:41.699Z (7 months ago)
- Language: Makefile
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homelab-homeassistant
Home deployment of home assistant,
using docker to simplify deployment.
Includes:
- Database server for storing records
- Node-RED for automation
## Using the makefile
```
➜ make help
build Builds custom docker images
down Stops containers
help Displays help.
logs View docker logs for this project
remove Removes all the project's containers and images
setup Copy necessary files to a successful deployment
up Starts up the project's containers
```
## Notes
The network discovery integration is still a WIP feature,
the current workaround is to share the dbus socket (**dangerous**).