getumbrel / umbrel

A beautiful home server OS for self-hosting with an app store. Buy a pre-built Umbrel Home with umbrelOS, or install on a Raspberry Pi or any x86 system.
https://umbrel.com
Other
6.89k stars 508 forks source link

Home Assistant Persistent Media Storage #1800

Closed TowyTowy closed 2 months ago

TowyTowy commented 2 months ago

Please add persistent media storage for Home Assistant 🙏 Currently, I need to edit the docker compose file on each system update / update to HA, to be able to upload media files, which is not ideal.

highghlow commented 2 months ago

Can you post what edits you make to your docker-compose?

TowyTowy commented 2 months ago

Sure!

    volumes:
      - /path/to/your/local/media/folder:/config/media

I added a new volume as such.

highghlow commented 2 months ago

I've started working on this request

highghlow commented 2 months ago

Now for longest part. Waiting for the PR to get merged. BTW, congrats on getting 1800 as the issue id

TowyTowy commented 2 months ago

Alright, thank you! 🎉