August 8, 201411 yr I think we should change this thread to a poll and use it as a poor mans voting system Finally got around to this http://lime-technology.com/forum/index.php?topic=34549.0 Right now it is just an experiment but I think it should make this easier. Logitechmediaserver has been requested by several users and would probably be more popular than some that are in that poll. There is one already on the docker hub and I am using it, but it is a different code base from the others that are being supported here.
August 8, 201411 yr I think we should change this thread to a poll and use it as a poor mans voting system Finally got around to this http://lime-technology.com/forum/index.php?topic=34549.0 Right now it is just an experiment but I think it should make this easier. Logitechmediaserver has been requested by several users and would probably be more popular than some that are in that poll. There is one already on the docker hub and I am using it, but it is a different code base from the others that are being supported here. added now go vote
August 9, 201411 yr I don't know what's out there in Linux land but I'd love a setup,that can act as a home DNS/dhcp with an day to use front end GUI. Though thinking about it, the might have to reside in the unRAID core instance and not a docker container. Ignore me.
August 9, 201411 yr Logitech Media Server would be nice! +1 wrong place to +1 http://lime-technology.com/forum/index.php?topic=34549.0
August 9, 201411 yr Logitech Media Server would be nice! +1 wrong place to +1 http://lime-technology.com/forum/index.php?topic=34549.0 Did not know that, thank you
August 9, 201411 yr Logitech Media Server would be nice! +1 wrong place to +1 http://lime-technology.com/forum/index.php?topic=34549.0 Did not know that, thank you No problems its literally a day old so easy to not see.
August 9, 201411 yr Request polipo caching proxy. Example: For those with more than one XBMC having it set to use polipo slickens the new process of each machine grabbing art from the internet. Polipo can be set to keep these art cached for a couple of weeks so that can also help with machines that come on a day or so later and have to catch up. But in general its a simple and elegant http proxy which is always a good thing to have
August 14, 201411 yr I would love to see a MusicBrainz server running in a docker - to work with the headphones docker. Here is one on the docker site: https://registry.hub.docker.com/u/rickatnight11/musicbrainz-server/
August 15, 201411 yr I would love to see a MusicBrainz server running in a docker - to work with the headphones docker. Here is one on the docker site: https://registry.hub.docker.com/u/rickatnight11/musicbrainz-server/ I would fork this to a thread on its own and do a harder sell than that (with screenshots). Most people have no clue about MusicBrainz and Picard goodness and even the ones that do (me) have no clue why I would want to run a server for it. fork fork fork.. sell sell sell
August 15, 201411 yr I would love to see a MusicBrainz server running in a docker - to work with the headphones docker. Here is one on the docker site: https://registry.hub.docker.com/u/rickatnight11/musicbrainz-server/ I would fork this to a thread on its own and do a harder sell than that (with screenshots). Most people have no clue about MusicBrainz and Picard goodness and even the ones that do (me) have no clue why I would want to run a server for it. fork fork fork.. sell sell sell I get you!... I'm fed up with the '503 errors' when querying my 30000+ songs
August 15, 201411 yr I would love to see a MusicBrainz server running in a docker - to work with the headphones docker. Here is one on the docker site: https://registry.hub.docker.com/u/rickatnight11/musicbrainz-server/ I would fork this to a thread on its own and do a harder sell than that (with screenshots). Most people have no clue about MusicBrainz and Picard goodness and even the ones that do (me) have no clue why I would want to run a server for it. fork fork fork.. sell sell sell I get you!... I'm fed up with the '503 errors' when querying my 30000+ songs I'm running the vmware vm currently on a windows box, and it appears that I still get 503 errors occasionally, although much less often than with the live server. There IS a musicbrainz docker, but it's kind of a PITA to set up. I've got the first parts done, just need to get a good, working DBDefs.pm file set up for it. My current VM is using about 34g of space total (that's everything tho, not sure how much is database, and how much is OS), and it's up to date as of about 2am last night. It takes FOREVER to update the database from the 05/14 VM release to current, then build the search indicies. But to me it's well worth it if it keeps me from hitting that spam protection 503 error every half second, lol. The docker is located here: https://registry.hub.docker.com/u/rickatnight11/musicbrainz-server/ I'll see if I can get it up and running, if I do, I'll post notes on how to go about it. It's not going to work with the nice extended dock config, as you have to access the docker container directly to edit files, and start replication, etc. Looks like even with a properly configured DBDefs.pm, the docker (as it's set up anyway) doesn't include postgresql in the install, so there's no database or connection configured. I'm guessing the original creator of this docker has a postgresql docker set up on his system with the required database already configured in it, and this docker just connects to that instance. Adding postgressql to the docker is above my pay grade, so hopefully someone else can take what he's started, and create a docker that will run out of the box, with postgresql and all that installed, ready to go.
August 15, 201411 yr Apcupsd This is available as a plugin. Not sure I see any benefit for this to be a docker container.
August 16, 201411 yr Apcupsd This is available as a plugin. Not sure I see any benefit for this to be a docker container. No, this belongs in the unRAID host so it can shut down everything. Limetech has indicated that apcupsd and email notifications would eventually be part of the core product.
August 16, 201411 yr Apcupsd This is available as a plugin. Not sure I see any benefit for this to be a docker container. No, this belongs in the unRAID host so it can shut down everything. Limetech has indicated that apcupsd and email notifications would eventually be part of the core product. that's where it should be and i hope it becomes reality with the next beta/ final v6. nough said - the plugin works, a docker for it seems even to me as docker-newbie overkill.
August 16, 201411 yr I would love to see a MusicBrainz server running in a docker - to work with the headphones docker. Here is one on the docker site: https://registry.hub.docker.com/u/rickatnight11/musicbrainz-server/ I would fork this to a thread on its own and do a harder sell than that (with screenshots). Most people have no clue about MusicBrainz and Picard goodness and even the ones that do (me) have no clue why I would want to run a server for it. fork fork fork.. sell sell sell I get you!... I'm fed up with the '503 errors' when querying my 30000+ songs I'm running the vmware vm currently on a windows box, and it appears that I still get 503 errors occasionally, although much less often than with the live server. There IS a musicbrainz docker, but it's kind of a PITA to set up. I've got the first parts done, just need to get a good, working DBDefs.pm file set up for it. My current VM is using about 34g of space total (that's everything tho, not sure how much is database, and how much is OS), and it's up to date as of about 2am last night. It takes FOREVER to update the database from the 05/14 VM release to current, then build the search indicies. But to me it's well worth it if it keeps me from hitting that spam protection 503 error every half second, lol. The docker is located here: https://registry.hub.docker.com/u/rickatnight11/musicbrainz-server/ I'll see if I can get it up and running, if I do, I'll post notes on how to go about it. It's not going to work with the nice extended dock config, as you have to access the docker container directly to edit files, and start replication, etc. Looks like even with a properly configured DBDefs.pm, the docker (as it's set up anyway) doesn't include postgresql in the install, so there's no database or connection configured. I'm guessing the original creator of this docker has a postgresql docker set up on his system with the required database already configured in it, and this docker just connects to that instance. Adding postgressql to the docker is above my pay grade, so hopefully someone else can take what he's started, and create a docker that will run out of the box, with postgresql and all that installed, ready to go. Please fork this discussion.
August 17, 201411 yr Hi, I've just installed Deluge and would like a way to stay anonymous on the net when it's connected. I have a VPN account, but Deluge doesn't deal with connecting direct to a VPN. A docker that has a proxy server to VPN connection would be ideal for this, as I don't want all my traffic going over VPN, I can then decide (via proxy settings) which traffic will travel through the vpn, and which wont. Something along these lines, but utilizing a docker instead of a VM. http://blog.sdbarker.com/installing-squid-sick-beard-deluge-and-an-always-on-vpn-ipvanish-on-archlinux-for-an-automated-seed-box/ Cheers Glen.
August 17, 201411 yr FILEBOT Not clear if it has a web gui, but the command line would be great. I would even be willing to create a basic Web GUI for the command line version if that is desired to make it into a Docker container.
August 18, 201411 yr PS3 Media Server and/or minidlna media server My son with the PS3 would be eternally grateful!
August 24, 201411 yr Bitorrent Sync I know there are dockers out there already but they are all out of date.
August 27, 201411 yr There was a request earlier for transmission+flexget. gfjardim's transmission works fine for me: docker run -d --net=host -v /path/to/transmission/config:/config -v /path/to/transmission/downloads:/downloads gfjardim/transmission For flexget: docker run -d -v /path/to/transmission/complete:/media -v /path/to/flexget/data:/data -v /path/to/flexget/config:/config -v /etc/localtime:/etc/localtime:ro binhex/arch-flexget
August 27, 201411 yr There was a request earlier for transmission+flexget. gfjardim's transmission works fine for me: docker run -d --net=host -v /path/to/transmission/config:/config -v /path/to/transmission/downloads:/downloads gfjardim/transmission For flexget: docker run -d -v /path/to/transmission/complete:/media -v /path/to/flexget/data:/data -v /path/to/flexget/config:/config -v /etc/localtime:/etc/localtime:ro binhex/arch-flexget yes, I use that combo as well. gfjardim did stick a flexget container on guthub that used the small footprint bvase insterad or arch, but I havent had the time to work out how to checkout of guthub and create a container out of it.
August 28, 201411 yr beets, per NAS. (http://beets.radbox.org/) a docker does exist, but does not appear to be enhanced for unRAID. https://registry.hub.docker.com/u/hurricane/docker-beets/
August 28, 201411 yr Thats the first time I have seen a screenshot as a quote but I am going to second the beets request and bump it directly to the voting list here: http://lime-technology.com/forum/index.php?topic=34549.0 it really is that good and likely a natural fit for unRAID type people.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.