Ockingshay

Members
  • Posts

    535
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Ockingshay

  1. OMG, dickhead...it was defined in the docker container haha. i'll leave this here though, just in case some one else is as stupid as me
  2. August last year i set this all up and haven't touch it since, but my cert expired and so began the process of working out why auto-renew failed. In the end it was because there wasn't an "A Record" for heimdall that i set-up. But in the end I didn't use it, so i must have deleted it off of name cheap. I looked at the default file and i had commented out all the heimdall stuff, but when i look at the letsencrypt log it was failing due to it not being defined. I simply recreated the "A record", let the docker run it's auto-renew at 2am, like it does every night and it was successful. I would have thought that by deleting it from namecheap and commenting out the heimdall stuff in default, it wouldn't even know to look for it. There must be another location. Anyone with experience of this and namecheap have any idea where lets encrypt is getting it's info from? whenever i start lets encrypt docker it always references the 3 places i defined: Sub-domains processed are: -d www.xxxx.com -d start.xxxx.com -d heimdall.xxxx.com
  3. Would be great to see this running in a docker. https://github.com/blawar/nut The switch scene is really motoring forward atm
  4. Is there a docker torrents client the has auto unrar built into it as a post script? Or does anyone have something home made set up? I primarily use transmission and i can enable post scripts in the settings file, but i don't know of a script, nor do i know how i would have 7zip installed. I have the nerd pack that has p7zip and unrar, however i don't have the technical ability to put this all together. i would like a torrent client that is solely used for zipped files to once complete, unzip it and the place it in a folder that can be picked up by another automated job. thanks
  5. Ok, for the sake of completion and sharing the solution for others with draytek routers (Vigor3900, Vigor2960 and Vigor300B), this is what you have to do. Draytek call it LAN DNS and they have an article here that describes the process: https://www.draytek.com/en/faq/faq-connectivity/connectivity.lan/how-to-use-lan-dns-on-vigor3900/ Specifically for unraid you will need to use "Type - IP", where ip equals the local address of your server (in my case 192.168.0.5) and "Domain - xxxxxxxxxxxxxxxxx.unraid.net" where xxx is the string that unraid tries to provision. (unraid will give you this is the error message)
  6. just a thought, but does unraid use a specific port to carry out this provisioning? maybe the firewall is blocking it?!
  7. The certificate created fine when i was using my Asus 87 router, so i don't believe that my ISP (plusnet) is providing any DNS rebinding protection. The DNS servers are to to automatically acquire from my ISP (same as my old router) I have raised a ticket with draytek technical support, so hopefully they should be able to assist. incidentally my son is not able to connect the companion app to red dead redemption 2 since moving to this new router. That connects and authenticates to rockstar's servers on app and ps4 and they can see each other but the handshake fails. Could be related... i'll let you know what draytek say.
  8. thank you for your reply. I had to reboot the server into GUI mode so that i could turn off "use SSL/TLS" I can now connect to the webgui on a network computer's browser I then deleted the certificates on my flash drive under /ssl/certs/ I then set "use SSL/TLS" to "auto" I then attempted to provision a new certificate where upon i receive the "DNS rebinding enabled" error message. I have tried to google Vigor 2960 <--- my new router/3900 (or it would seem as they share the same webgui and all their documents reference 3900) disable dns rebinding but it doesn't give me anything helpful. Does anyone have any experience with these routers 2900/3900 and would know how to disable the dns rebinding protection? This is also going to affect my plex server. many thanks
  9. I had a router hardware failure and so had to instal a new one. Now when i try to log into unraid by ip address it redirects to https but fails. I guess it's to do with lets encrypt built into unraid as i can connect to everything else. I tried clearing out my web browser cache, but will i need to reboot the server?
  10. it is self hosting, but i'll give it a go. is there a preference to next cloud or own cloud?
  11. Because that’s self hosting isn’t it? I like everything synced in their cloud and I just log into my account on any device. Ill take a look though. Thanks
  12. Now that Dropbox doesn't work anymore, the "most like" alternative i have found is pCloud. It even imports everything from dropbox to get you started. Haven't seen it mentioned on these forums yet and there isn't a docker. It has a linux client. Is this something that could be ported over to docker?
  13. well CPU and Memory load in dockers is a bit sexy! With so many little GUI tweaks it's hard to keep up with it and there seems to be these lovely little surprises when i click another button It wold be really nice to customise what is shown on dockers/VMs tabs. Basic view is too basic, and Advanced view is too crowded for every day use. Stuff that changes like loads is really useful but a long list of ports isn't so useful unless you're trying to troubleshoot. Amazing work guys, i've even reverted back to the default GUI. Spacing def needs tidying up, but really a great job. Many thanks for your continued development!
  14. This has been discussed before but in release threads, so I thought I should make a request post. More and more work is carried out on mobile devices and being just a webgui that allows you to manage unraid it would be nice to finally allow the ability to scroll pop-ups.
  15. Looking back at your posts you seems to be part of maintaining this docker? Will you be offering ongoing support for it? many thanks if you are
  16. I bit the bullet and updated through the docker. First time i me I trashed it by restarting too soon, so I left it half an hour to install the database. After another length of time the program started fine and I’m on the latest version.
  17. Well considering Pducharme hasn't visited this site since July, we could be in for a long wait
  18. Do we update from within the docker or does @Pducharme have to update the docker?
  19. I also received the email... i use dropbox for black hole locations in torrent clients to sync .torrent files across devices. Is there an alternative that can do this? needs to work across Mac, Windows, iOS and Linux ideally.
  20. all gone very quiet after the move. I hope everything is ok @limetech ?
  21. i created an "A Record" called home in NameCheap and pointed it to my server. i edited letsencrypt docker and added home as a subdomain i edited the "default" file in site-confs from heimdall.domain.com to home.domain.com in those 2 places above. What i've had to do with other dockers for example Ombi is edit their Base URL within the docker itslf. I was wondering as there doesn't appear to be a setting in hemdall for Base URL it was located in a config file. Am i missing anything else? Thanks
  22. Is there a way to change this from heimdall.server.com to something else? i would like to use home.server.com but it only works if i use heimdall and i can't see a way in the app to change it. Is it hardcoded in a config file somewhere?
  23. If i want to change the Base URL to /requests, do i simply change every instance of ombi to requests or are there only certain ones? In ombi GUI i have changed ombi in both locations (Application URL and Base URL) location /requests { return 301 $scheme://$host/requests/; } location /requests/ { proxy_pass http://192.168.0.3:3579; proxy_set_header Host $host; proxy_set_header X-Forwarded-Host $server_name; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Ssl on; proxy_set_header X-Forwarded-Proto $scheme; proxy_read_timeout 90; proxy_redirect http://192.168.0.3:3579 https://$host; } if ($http_referer ~* /requests/) { rewrite ^/dist/(.*) $scheme://$host/requests/dist/$1 permanent; } VS. (5 changes) location /ombi { return 301 $scheme://$host/ombi/; } location /ombi/ { proxy_pass http://192.168.0.3:3579; proxy_set_header Host $host; proxy_set_header X-Forwarded-Host $server_name; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Ssl on; proxy_set_header X-Forwarded-Proto $scheme; proxy_read_timeout 90; proxy_redirect http://192.168.0.3:3579 https://$host; } if ($http_referer ~* /ombi/) { rewrite ^/dist/(.*) $scheme://$host/ombi/dist/$1 permanent; }
  24. oh you little beauty! i thought i just had to put it in your 2nd screenshot, and that it just had to be /ombi i didn't even see the ombi tab (1st screenshot) thank you again for your time and patience ? There doesn't seem to be any standardisation between apps! very confusing for my old brain...
  25. aha, many thanks for your patience! Command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='Ombi' --net='bridge' -e TZ="Europe/London" -e HOST_OS="unRAID" -e 'PUID'='99' -e 'PGID'='100' -p '3579:3579/tcp' -v '/mnt/user/dockerapps/Ombi/':'/config':'rw' 'linuxserver/ombi' 3de6882b9be619ce644195869f09d5613b6fb296a2f2507e2f53deef37493f52 The command finished successfully!