uboslinux / apps-wanted

File bugs against this project for apps you'd like to see on UBOS
3 stars 1 forks source link

Emby Server #37

Open klundry opened 7 years ago

klundry commented 7 years ago

https://emby.media/

jernst commented 7 years ago

This looks useful, and quite easy to get the UBOS given it is already packaged for Arch. @klundry would you like to take a stab at it? :-)

klundry commented 7 years ago

I use it on arch currently. I'm not sure if I possess the necessary skills but I may give it a go and learn a little. What is involved? Can you point me to something with more information about where to start?

jernst commented 7 years ago

Given that UBOS is downstream from Arch and emby appears to have an official Arch package.

  1. first step should be easy: add the package to the list of packages UBOS takes from Arch: checkout github.com/uboslinux/ubos-buildconfig and add to the correct JSON file depending on where it comes from. Also add all dependencies it might need that UBOS doesn't have already.

  2. submit pull request. If looks I will approve and it will go into the next dev build.

  3. run UBOS on the dev branch and test that it will work on the non-standard port and if started manually.

Once we are there, we can make it deploy with ubos-admin createsite and play nicely at port 80. Not too hard either.

klundry commented 7 years ago

Cool, thanks for the run down. I'll have a go at it in the next couple days hopefully.