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
+9
View File
@@ -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