Added Homeassistant stack
This commit is contained in:
@@ -12,3 +12,4 @@
|
|||||||
| Name | Description |
|
| Name | Description |
|
||||||
|------|:-----------:|
|
|------|:-----------:|
|
||||||
| Dawarich | Self-hosted alternative to Google Location History |
|
| Dawarich | Self-hosted alternative to Google Location History |
|
||||||
|
| Home Assistant | Open source home automation that puts local control and privacy first |
|
||||||
15
stacks/homeassistant-stack.yaml
Normal file
15
stacks/homeassistant-stack.yaml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
version: '3'
|
||||||
|
|
||||||
|
services:
|
||||||
|
homeassistant:
|
||||||
|
container_name: homeassistant
|
||||||
|
image: "ghcr.io/home-assistant/home-assistant:stable"
|
||||||
|
volumes:
|
||||||
|
- /srv/HomeAssistant/data:/config
|
||||||
|
- /srv/HomeAssistant/.ssh:/root/.ssh
|
||||||
|
- /srv/HomeAssistant/.my.cnf:/root/.my.cnf:ro
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
- /run/dbus:/run/dbus:ro
|
||||||
|
restart: unless-stopped
|
||||||
|
privileged: true
|
||||||
|
network_mode: host
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
"logo": "https://dawarich.app/img/logo.svg",
|
"logo": "https://dawarich.app/img/logo.svg",
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "https://git.bprieshof.nl/brammp/HomeServerCTs",
|
"url": "https://git.bprieshof.nl/brammp/HomeServerCTs",
|
||||||
"stackfile": "stacks/dawarich-DockerCompose.yaml"
|
"stackfile": "stacks/dawarich-stack.yaml"
|
||||||
},
|
},
|
||||||
"env": [
|
"env": [
|
||||||
{
|
{
|
||||||
@@ -69,6 +69,21 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"maintainer": "https://git.bprieshof.nl/brammp"
|
"maintainer": "https://git.bprieshof.nl/brammp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"type": 3,
|
||||||
|
"title": "Home Assistant core",
|
||||||
|
"description": "Open source home automation that puts local control and privacy first.",
|
||||||
|
"categories": ["Applications"],
|
||||||
|
"platform": "linux",
|
||||||
|
"logo": "https://upload.wikimedia.org/wikipedia/commons/a/ab/New_Home_Assistant_logo.svg",
|
||||||
|
"repository": {
|
||||||
|
"url": "https://git.bprieshof.nl/brammp/HomeServerCTs",
|
||||||
|
"stackfile": "stacks/homeassistant-stack.yaml"
|
||||||
|
},
|
||||||
|
"env": [],
|
||||||
|
"maintainer": "https://git.bprieshof.nl/brammp"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user