Replies: 2 comments 3 replies
-
BSD is not a supported OS for Home Assistant, nor Music Assistant. In theory it will maybe work but you will get in trouble at some point and then you are on your own with support. The added overhead of docker is really low and not worth the trouble imo. And yes, you can install in a venv just like Home Assistant and make sure you have ffmpeg installed: pip install music-assistant[server] But again, doing so is on your own risk. I think you should just use the docker images which provide the optimized environment to run Music Assistant. |
Beta Was this translation helpful? Give feedback.
-
Docker runs at 30% CPU utilisation at idle, where my current server with double the services (including the ones in docker) uses 5%. Everything installs without any errors, but when I run |
Beta Was this translation helpful? Give feedback.
-
Is there a way to install the server in a non-dokcer environment? Docker has much higher resource requirements and idle pwoer consumption as compared to something like a BSD jail. Hence I am running HomeAssistant Core (without any issues) in a jail. Is there a way to install all the neccessary components manually? Or is it possible to use a python venv like home assistant.
Beta Was this translation helpful? Give feedback.
All reactions