Added Homeassistant stack

This commit is contained in:
2025-10-04 18:01:55 +02:00
parent fefed3d608
commit 2f4b6df80c
3 changed files with 32 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
"logo": "https://dawarich.app/img/logo.svg",
"repository": {
"url": "https://git.bprieshof.nl/brammp/HomeServerCTs",
"stackfile": "stacks/dawarich-DockerCompose.yaml"
"stackfile": "stacks/dawarich-stack.yaml"
},
"env": [
{
@@ -69,6 +69,21 @@
}
],
"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"
}
]
}