homeassistant
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
.gitsecret/keys/random_seed
|
||||||
|
!*.secret
|
||||||
|
homeassistant/SERVICE_ACCOUNT.JSON
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
|||||||
|
homeassistant/SERVICE_ACCOUNT.JSON:5a3eabcbc53278f7713423b0ea20d0558f6334f8a1f6aed2a2e4cfb2ca9c93ab
|
||||||
Binary file not shown.
@@ -1 +0,0 @@
|
|||||||
[]
|
|
||||||
Executable
+12
@@ -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
|
||||||
Executable
+9
@@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
docker run -d \
|
||||||
|
--name musicassistant \
|
||||||
|
--privileged \
|
||||||
|
--restart=unless-stopped \
|
||||||
|
-v /home/hjalmarlucius/.config/musicassistant:/data \
|
||||||
|
-v /mnt/hdd1/music/:/media/ \
|
||||||
|
--network=host \
|
||||||
|
ghcr.io/music-assistant/server
|
||||||
Reference in New Issue
Block a user