Skyshroud

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by Skyshroud

  1. Good morning! I am running Version 6.10.3.
  2. Restored to a backed up version from last month, everything is working fine now. I'll just avoid updating this container until whatever is going on gets worked out. Thanks.
  3. Excellent, thank you! At this point I think I'm going to investigate purging the dev repo and rolling back to a previous commit.
  4. Good evening all, I am currently experiencing the same issue as @xcsascii. Been running strong for over a year and the most recent update I performed on the the container seems to have broken it. Starting to work through the troubleshooting steps now. Edit: After changing the repo to 'dyonr/jackettvpn:dev' and creating the RESTART_CONTAINER variable, the issue is even worse. The port mapping doesn't complete and I can't access the WebUI or logs to view what's going on with the container.
  5. The method I use is opening the console of the docker and use the following command to see the IP address that the container has: dig +short myip.opendns.com @resolver1.opendns.com If it's your own public IP, the VPN is not functioning. I have never had issues with binhex containers NOT using the VPN if you've configured it correctly.
  6. I figured as much - just thought I would ask... wishful thinking, I suppose. Thank you very much for your reply, and for all of the hard work you do here. It is greatly appreciated.
  7. I know this is not currently supported, but out of curiosity, can we ever expect a release that would allow us to use the same Nvidia graphics card for both VM's and Docker containers?
  8. Hey Dyon, great work on this container. Minor suggestion - would it be possible to roll the DNSUtils package (or at least the portion of it that allows "dig" to work) so that we can validate that we are pulling an IP address associated with our VPN via the container console window? If this is not appropriate or there is a better way to do this, please let me know - still learning here as well. I just want to make sure that I am never leaking my public IP address with this container.