Thyraz / Sonos-Kids-Controller

Software for self made touchscreen jukeboxes for kids. Supports Spotify streaming and uses Sonos for audio output.
150 stars 28 forks source link

Question: Docker container? #13

Closed stepman0 closed 3 years ago

stepman0 commented 3 years ago

Hi, I just found your project - i have to same situation (kids want to play music but I want to create a selection). Thanks a lot for your work - I will try it out the next days.

What just came to my mind? Have you considered creating a Docker container, this would/could make installation easier?

If not, I could give it a try and provide it...

Regards,

stepman0 commented 3 years ago

I just found that there is a docker image available for node-sonos-http-api, it can be found at https://github.com/chrisns/docker-node-sonos-http-api.

I forked this repo and referenced to your fork of node-sonos-http-api: https://github.com/stepman0/docker-node-sonos-http-api

Once I get CI fixed, docker images for node-sonos-http-api should be availble at: https://hub.docker.com/repository/docker/stepman0/docker-node-sonos-http-api

Btw: I have setup the Sonos-Kids-Controller today an a Raspi - great!!! I plan to run the server side on my NAS (Synology), therefore Docker is necessary.

murmeltier08 commented 3 years ago

I working in the moment to create a dockerfile https://github.com/murmeltier08/Sonos-Kids-Controller I have now the first working docker image. But i have to test it: https://hub.docker.com/repository/docker/murmeltier08/sonos-kids-controller

murmeltier08 commented 3 years ago

I have now the first working image for arm and x64 in Docker Hub

Thyraz commented 3 years ago

Sadly I have never used docker (my home server is running Proxmox with LXC containers and VMs). So I can't comment much on this topic.

I just wanted to suggest to post it over at the discussions, as I can't help on this topic and therefore would close this issue.

But I see you already did that. ;)

stepman0 commented 3 years ago

@murmeltier08 Thanks for your work. I have a few suggestions (sorry didn't have time earlier) - but we can discuss this in your repo.

murmeltier08 commented 3 years ago

Thank you! I see your clean Dockerfile. You are welcome. I want to improve my Dockerfile. See us in the other repo!