binhex

Community Developer
  • Posts

    7898
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by binhex

  1. Thanks I will make the change to the faq, just for reference the filename can be anything you want as long as you ensure the env var RCLONE_CONFIG_PATH specifies the filepath Sent from my CLT-L09 using Tapatalk
  2. That would be a question for the official Plex forum as they are more experienced in these things. Sent from my CLT-L09 using Tapatalk
  3. Sure feel free to post the logs, I will be googling though like you for any weird errors that maybe present, perhaps it's simply that the igpu is taking presidence over the p2000? Sent from my CLT-L09 using Tapatalk
  4. No idea about rc4, I'm strictly stable releases only. Sent from my CLT-L09 using Tapatalk
  5. i dont have an intel with igpu but i do have a p2000, for me its as simple as setting extra parameters to:- --runtime=nvidia Then set 'NVIDIA_VISIBLE_DEVICES' to the value as shown in the nvidia plugin. And finally set 'NVIDIA_DRIVER_CAPABILITIES' to 'all'
  6. yes, but you cant just change it, you need to see if your vpn provider has wireguard configs with different ports, if not then you are out of luck. The alternative is to try openvpn, you will need to download the openvpn config file from your vpn provider, follow the guide here if you get stuck:- https://github.com/binhex/documentation/blob/master/docker/guides/vpn.md
  7. looks like a known issue:- https://github.com/coder/code-server/issues/3410
  8. does the account work if you access it from within your lan?, i can confirm for me it works consistently, so the issue maybe related to cloudflare and/or npm, so you might want to ask on those support threads and see if anybody is doing the same successfully.
  9. sounds to me like ISP throttling in that case, try switching the port used to connect to the vpn, some providers have several ports you can connect on, if speeds suddenly jump then you know its isp related.
  10. i dont know off the top of my head and i dont currently have time to investigate, sorry!. if you do find out then post it here and i can look at the change and see if i can incorporate it.
  11. Already done Sent from my CLT-L09 using Tapatalk
  12. try pulling latest down again, i have made changes.
  13. What is the command you are issuing to nzbget-notify? Sent from my CLT-L09 using Tapatalk
  14. done for this image and the vpn variant, nzb-notify is now included.
  15. one of the nice things about docker is that you can destroy images and containers with no worry about loss of data, so if you want to delete the container and re-create then simply edit the container, change something, change it back and click apply, this will delete and re-create it. if that doesnt fix it then left click and select 'remove' this will delete the container and image (no data loss) then re-add via CA or click on 'add container' then select a template and make sure you are under the '[user templates]' section and then select binhex-plex and then click apply. i can confirm the image is up to date and i see no updates to apply via plex web ui.
  16. ok that is the correct way to update, just checking as some people incorrectly attempt to upgrade through the app itself, this is not the way to do it. ive just pulled latest and its up to date for me, so i can only assume that you have set a particular version in the 'Repository' - left click plex icon, go to edit and check repository value, it should be set to just 'binhex/arch-plex'
  17. Sorry no nightly or betas I only produce stable versions to keep support minimised. Sent from my CLT-L09 using Tapatalk
  18. No don't touch that, it's a backup incase you wipe your config,, edit the script shown in the faq Sent from my CLT-L09 using Tapatalk
  19. Most VPN providers are very strict when it comes to inbound ports, opening up all ports is unusual. I would recommend mullvad, pia, or airvpn, pia if you want an easy time. Sent from my CLT-L09 using Tapatalk
  20. Are you port forwarding the port used by privoxy on your router? If so remove it, if not then I can only assume that your VPN provider is exposing all inbound ports for your connection, simplest solution would be to switch VPN provider in that case. Sent from my CLT-L09 using Tapatalk
  21. then your issue is incorrect LAN_NETWORK, from your log:- 2022-03-22 13:07:42.547859 [info] LAN_NETWORK defined as '10.0.30.0/24' see Q4:- https://github.com/binhex/documentation/blob/master/docker/faq/vpn.md
  22. quick look at my docs and im pretty confident its related to port 8222, which is present in both containers, you need to change the host side port number to be unique, so make one 8222 and the other 8223 - you get the idea.
  23. are you changing the host port or the container port?, it should (nearly) ALWAYS be host side only, each port must be unique and not used by any other containers, that will then allow you to start two vpn containers.
  24. whats the ip address of the machine running the web browser that you are using to attempt connection to the deluge web ui?.