initial commit

This commit is contained in:
2025-08-21 11:43:10 +02:00
commit c30f2eab89
51 changed files with 617 additions and 0 deletions

1
smart-home/autostart Normal file
View File

@@ -0,0 +1 @@
true

View File

@@ -0,0 +1,7 @@
services:
home-assistant:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: 'https://t1.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://homeassistant.io&size=256'
net.unraid.docker.webui: 'https://home-assistant.homecube.org'
net.unraid.docker.shell: ''

View File

@@ -0,0 +1,15 @@
services:
home-assistant:
image: "ghcr.io/home-assistant/home-assistant:stable"
container_name: home-assistant
privileged: true
network_mode: host
volumes:
- /mnt/user/appdata/home-assistant:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
restart: unless-stopped
labels:
net.unraid.docker.icon: "https://t1.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://homeassistant.io&size=256"
net.unraid.docker.webui: "https://home-assistant.homecube.org"
folder.view2: "Services"

1
smart-home/name Normal file
View File

@@ -0,0 +1 @@
smart-home