hernandito

Community Developer
  • Posts

    1482
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by hernandito

  1. Just in case you like, I have slightly embellished an icon based on their logo. http://i.imgur.com/QWkgTSP.png Thank you so much for this... working perfectly.
  2. http://i.imgur.com/Gv7d1ib.png because you cannot only have just one...
  3. 3rd. I also could not help but slightly enhance the Guacamole logo.... sadly the source logo image was small resolution and this is as big as I can do it. http://i.imgur.com/ozPZT6N.png Thanks.
  4. Could I impose on someone to please write directions how to set this up? Can the template be re-written so that one can enter our login information as variables...? I have no-ip and would love to get this going. Thanks, H.
  5. I am trying to wrap my head around all the different possibilities of what one can do with a home unRAID server with all these Dockers... For ages, I have used unRAID as my storage and media acquisition platform. Sab, SB, CP, Plex, etc. I had never known, nor thought of having a "central" family calendar-contact thing. I am wondering what other nifty things are out there that I have not thought I could do. I try to scan this sub-forum all the time, to "discover" stuff. Some stuff is over my head, like the TFTP/PXE stuff (I get the gist, but not how it can be applicable to my real world use). SmokePing, Quassel (who is on IRC all the time? what am I missing there?)
  6. In case someone wants an ownCloud icon... http://i.imgur.com/zinhEqL.png I have created my own personally hosted page that launches all my container stuff. Now that I have (thanks to the amazing CHBMB) reverse proxy working, I need to keep track of all those URLS, ports links, etc. I host this in the Reverse Proxy Docker. It allows me to swicth whether I am in my home network, or outside.. and the links change appropiately. If someone is interested in the code, please PM me... I don't want to release it because it takes some HTML knowledge and editing to get it working for your own purpose. Please don't freak out.... I do not access my unRAID GUI outside my home network.
  7. Needo's dockers are based on phusion as the base OS (which is some type of Ubuntu I think). Binhex's dockers are based on Arch (I think) linux... It is generally a good idea to stick to the same base OS, so it re-uses a lot of the components across dockers. I usually stick to the phusion dockers.
  8. What are we voting for...... 20 minutes looking and cant find it!! Voted.... easy.... D%$#&r!
  9. It's completely possible....!! I use rTorrent/ruTorrent and it does all this. I have discussed this ad nauseum in a posting in this sub group here titled Which Torrent client.... Search away. Edit.... here is the link: http://lime-technology.com/forum/index.php?topic=40888.0
  10. I just noticed that on my setup as well... you go to your routers configuration screen. And open that port on your router. I just did this on mine. If you don't know how to open the port, do a Google search for your router's make and model. It should be simple and straight forward.
  11. Codo I really don't know how to fix the problem. My config is as follows: Docker: ruTorrent: As to the second part of your question, ruTorrent has all those features. You need to do a little reading and experimentation, but with the AutoTools feature of ruT, you can do the copying/moving after downloading. You will need to be a little clever about the download folders though... But you need to fix that. As far as keeping seeding after a week, etc, You can use the RatioGroups feature of ruT to keep seeding torrent depending on which trackers its using. Again, you need to do a little reading and experimentation to figure it out.
  12. What do you have set in rTorrents as the donload folder like in your image here: http://postimg.org/image/spkgfzruz/ It should be set to /download After changing, you may want to restart the docker to make sure setting stick. Then try a new download and it should land in /mnt/user/downloads
  13. what do you have set up in rtorrent for download folder? Which rTorrent repo are you using?
  14. and in ruTorrent configure your download folder to /download You created the share download in unRAID? How many drives in your setup, how much total capacity...? Here is a screencap of my share in unRAID. Hopefully you can figure out what gets stored where. Very important, set your appdata share to be "cache drive only". I blurred stuff to not confuse you about some things in my setup.
  15. Codo you need to understand some basics here.... Understand that a Docker is like a separate computer running inside unraid. It has its own file structure, paths, OS, etc. The container has NO CLUE what is happening outside of itself. This is why you have those 2 columns in the configuration page. The one on the left is the dockers internal path. The one on the right yu are mapping that location to a path outside of the Docker (in the unRAID array). So rTorrent is running in its own dedicated container, oblivious to unRAID. so you need to point the download folder to its internal path you have mapped. Look at my screencap. PLUS you are mapping your download folder to a single disk in your array. Another fundamental thing you need to understand about unRAID is that you have a bunch of hard drives. You create shares and it will distribute the files among ALL the array drives... So you create a share called "downloads" in the shares screen of unraid GUI. The mapping of that share will be... /mnt/user/downloads. If you use /mnt/disk1/downloads, it will place all files only on that disk ONLY and if the disk fill up, you are out of luck.
  16. That path you put there is the unraid array path.... When you go to the Docker template page.... where you add and configure the rTorrent docker. You need to add the path on the Container Volume column to the rTorrent download path. In my case its /download.
  17. How do you build the Dockers in this fashion? I create a repo in Github, start with a similar dockerfile and add anything needed. I then create a new Auto Build repo in dockerhub. There is a lot of trial and error... If there is a better work flow, I would love to know about it.
  18. I was only able to figure out how to do this in rTorrent. If someone know how to do it in others, I would love to know about it.
  19. I like the Auto Tools feature ofr ruTorrent. When getting stuff from private trackers, it allows me to COPY the completed download to another folder. Then programs like Sickbeard or CouchPotato monitors the various copied-into folders and post-processes and deletes the files. All the while, the original downloaded torrent files keep seeding to make sure I keep my ratios on the private trackers. I also use the "watched folder" feature where for example I have a folder called: /torrentwatch inside this folder I have: /torrentwatch/TV /torrentwatch/movies /torrentwatch/books Once download is complete, I set the COPY downloaded files to folder: /downloads/complete So if I am downloading a movie or TV show, they end up in: /downloads/complete/movies /downloads/complete/tv /downloads/complete/books The folders above are what I set CP, SB, etc to watch for auto processing. It takes a look of fiddling around, but it can make the process almost automatically. When you manually download a torrent, I just make sure I download to the correct watch folder depending on what I am downloading. You can also set up SickRage (or torrent version of SickBeard)and CP to use the individual watched folders as BlackHole for automating the whole thing.
  20. You have to go into ruTorrent and configure the location of your downloads folder... the path will be what you set on the left hand side on the template page. NOT the unRAID path. Not sure what that is set to by default.