full refactoring re mothership to endos

This commit is contained in:
Henrik Bakken
2025-10-31 23:53:03 +01:00
parent a799c63b90
commit 6c777a7541
125 changed files with 1824 additions and 1568 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/sh
docker run -d \
--name homeassistant \
--privileged \
--restart=unless-stopped \
-e TZ=SE \
-v /home/hjalmarlucius/.config/homeassistant:/config \
-v /run/dbus:/run/dbus:ro \
-v /mnt/hdd1/music:/media/music \
-v /mnt/hdd1/videos:/media/videos \
--network=host \
ghcr.io/home-assistant/home-assistant:stable