CHBMB

Community Developer
  • Posts

    10620
  • Joined

  • Days Won

    51

Everything posted by CHBMB

  1. I haven't tackled that one myself yet!
  2. That's what I tried to explain to you right at the beginning!!! Most importantly, do you "get" how dockers work now? Otherwise I'm retiring from the forum when you have to set up another one!
  3. Your jumping ahead, the download path in transmission shouldn't be set to that, read my post You set the path in transmission to be /downloads docker automatically maps that to mnt/cache/downloads
  4. OK, so lets check things now. Your cache drive smb settings look like this: Your download share looks like this: Your download share smb settings look like this: and then your transmission docker config should look like this:
  5. In your cache drive smb settings what do you have export and security set as, I'm guessing it might be hidden?
  6. On your windows or Linux desktop navigate to your cache drive and make a new directory called downloads, might also need to restart your Unraid box.
  7. Have you mapped mnt/cache/downloads to /downloads in your docker config?
  8. Probably best to post your docker config..
  9. Yeah, I've been pretty impressed with V6. Regarding your download error. Firstly try to get in the habit of making shares, folders etc with lower case letters. ie. downloads NOT Downloads Linux is case sensitive, so it makes life a lot easier! Secondly, I don't use Transmission at all but to get the downloads working there will be two steps, firstly map out the config like the screenshot you have posted, then you will need to change the preferences within transmission. I would suggest 1. Create a download folder on your cache drive and set it to cache only. 2. Map transmission /downloads to /mnt/cache/downloads in the docker config 3. Then in transmission change the preferences so that your download directory is /downloads That should work. Then if you install a NZB downloader like NZBGet you can change the docker config to be /downloads = /mnt/cache/downloads and set the NZBGet download directory to be /downloads and all your downloads will end up in /mnt/cache/downloads. Think of it this way /downloads = Where the docker container THINKS the folder is /mnt/cache/downloads = Where it ACTUALLY is That means that when configuring an app like transmission, deluge, SABnzbd, NZBGet etc you must configure it with the path it THINKS the folder is. Make sense?
  10. There have been a few problems with Owncloud recently, which as far as I'm aware haven't been completely solved yet, so might be best to wait a while for that. How you finding V6 compared to V5?
  11. Thought you were trying to setup openvpn?! It was me who suggested it might be better to use V6. I don't intend to be rude, so please don't take it as such, but I think the best approach would be to do one thing at a time, slowly and steadily, getting that one thing working before moving on to the next. Can you post a screenshot of a copy of your config and details of which repository you're using.
  12. How are you currently accessing your webui? Proxies behind a web server or directly by opening a port? Just curious.
  13. Zuhkov, just wanted to say now I've had a bit of time to playwith both of these how great they are! Not something I ever would have thought of looking into but can see how useful they both will be for me and the wife. Thanks very much for all your hard work.
  14. This reverse proxy thing might have to be the next thing i try to teach myself. It was tricky for me, but I've got no Apache or Nginx experience. Used smdions website and got myself a domain name, SSL and all set up. NZBget, Sonarr, Couch, my eBook library, deluge all accessible with username and password. Very handy, send me a PM when you get around to trying it and I'll try and help. I have a dynamic ip with BT, will that impact anything ? No, so have I, basically get a domain, I highly recommend namecheap and then you can run ddclient docker from CaptInsano and it'll update your DNS automatically every ten minutes if necessary.
  15. This reverse proxy thing might have to be the next thing i try to teach myself. It was tricky for me, but I've got no Apache or Nginx experience. Used smdions website and got myself a domain name, SSL and all set up. NZBget, Sonarr, Couch, my eBook library, deluge all accessible with username and password. Very handy, send me a PM when you get around to trying it and I'll try and help.
  16. TBH, I invested about about a day into getting KOMA up and running and properly communicating with both of my servers. While I did manage to get it running, I wound up repurposing a some computers at home, and the net result was that one of my HTPC's is now on 24-7. Therefore, I'm just keeping it simple and easy to maintain - The HTPC thats always on taking care of scanning, and one of my servers running MariaDB docker. I found it all pretty straightforward to setup on Unraid but then I've been using centralised mysql for a few years now so have got to know the pitfalls quite well. It also means that I can turn off my HTPC clients.
  17. Yep, just managed it myself. I like it. Will mean I don't have to install a VNC client on the myriad of machines I use around the house. Just wondering about reverse proxying it now...
  18. I haven't even got that far yet, but I just love the concept of both of them, especially as they're two apps which I think will be useful, that I've never heard off!
  19. I'm on 6b14b and my docker.img is still on a SSD mounted with SNAP outside my array. No problems noticed my end.
  20. Give it a shot!! Just put a # in front of that line in your go file and save. This way if it doesn't work, you just remove the # and its back to as it was. You should be able to remove it. Works like a treat, my go file is now very much neater. Cheers jon for walking me through this, made it much easier than the trial and error rigmarole I would have had to go through by myself, much appreciated once again.
  21. I use HeidiSQL on my windows machine to access the mariadb. It's a GUI program rather than command line so pretty easy for those of us new to MySQL Made a how-to on it a few years back for UnRAIDv5 but principle will still be the same. If you're still struggling I'll try and find it when I get home in a couple of hours.
  22. Down for me too, so I assume it's an issue smdion's end. I know the poor chap has just moved house and job so might have to give him a while, I've had a pretty good study of his website in the recent past, so might be able to help in his absence. Down for me too, so I assume it's an issue smdion's end. I know the poor chap has just moved house and job so might have to give him a while, I've had a pretty good study of his website in the recent past, so might be able to help in his absence. If you mean http://www.seandion.info/ it is working for me. Still down for me. But I am on my phone. Get a DNS error. I can however load up a cached version.
  23. Guacamole looks great, going to give that a go when I get home. Need to read up a bit more about wallabag! Thanks for the hard work.