So a friend of mine has been trying to get me to post this for a while. I'm not sure if this is exactly the right forum or not because it kind of can span a few different forums. So what is it? It's my current Debian powered media server setup, which I'm sure that plenty of people have themselves, except I've gone through a lot of work to make mine completely self sufficient and usable on about any and every device possible.
The entire goal of the project was to make something that just about anybody can use, primarily, my completely technologically illiterate family and friends as well, and the outcome has been great.
Every aspect and server is managed through a web browser. As you can see I've got Plex, a youtube video downloader powered by youtube-dl, file downloader powered by wget, transmission which is an awesome browser based torrent downloader, optimized search powered by ISO Hunt, Pydio (web based file browser), a usage bar of my massic 5TB volume as well as process list, and of course speed test.
It all looks pretty basic from a general perspective, but it's the minor details that I've slaved hours and hours over to make work. I'll go into detail about each of the services, at which point you'll see why.
For starters, everything is aesthetically sound from a web developers standpoint. Everything is running on top of verified SSL, which means that all traffic is completely secure and encrypted. Except plex, which doesn't seem to like SSL, but it's got it's own encryption protocols, so that's okay. Also, rather than running everything on their respective default ports, every different service is proxy passed through my own custom sub domains to maintain complete encryption. This can be seen below, there's the homepage, plex, transmission, pydio, and the search handler for ISO Hunt. I'll get into that more in a minute.
Plex is very typical, standard greatness with all of it's functionality and support.
Transmission is awesome because it's completely web based in the sense that you can add, and download to local storage, any torrent that you want, and it's command line usage is especially useful when tied into the ISO hunt search.
Pydio is awesome because it give people the ability to view directly and download any of the files that may be on the media server. It's also super easy to manage, as you can see, the only volume available is a specific folder located on my drive, and users can only copy, move, and download files, not delete. (There's a trash can which is just another directory, also typical)
Here's the interesting and most complex part. So, as for the downloading of torrents, I currently use the service ISO Hunt, however there's a catch. Upon using the search box on the homepage, the server redirects to my own internal domain which is completely proxied and encrypted, then polls the search results from iso hunt, sorts them by the most seeders, and re-formats the page to display only the results themselves.
I'm quite proud of this one, as I learned a lot about apache proxypass and injection methods throughout. As the icing on top, it rewrites the href links of each search result to my own php function, so that when clicked, the torrent is automatically added to transmission, without any extra steps whatsoever. This makes it completely compatible to add torrents on any device with a web browser, which in my mind is awesome.
Dat speed test. Actually it could be better considering it's on a gigabit ethernet connection. I suppose the bottleneck could be the server adapter since I'm using integrated.
And to wrap it all up, it's running on a nice little compact mini-itx build that sits under my desk. That seagate backup plus 5 TB is a monster and houses everything. As you can see on the main page, it's only 18% used which means that it's still way less than a whole terabyte after housing my whole TV show and movie collection, and a ton of other files as well as PC and website backups.
Well that's really about it, I'm not sure what else I should post about it. I suppose the question is, who would be interested in a tutorial of how to set up their own? I plan on doing one later down the road as well as with Windows Server since that's common among home media centers. Or if you can show me up with your own media server solution, I'd love to see it.