Jump to content

binhex

Community Developer
  • Posts

    7,921
  • Joined

  • Last visited

  • Days Won

    38

Everything posted by binhex

  1. this is not correct, dont do this, taken from my guide:- 'This is used to define input ports for the network of the container, this allows you to access additional applications running in containers that share the VPN network. For example if you had DelugeVPN container running you could bind the network for Sonarr to the DelugeVPN container so that all traffic for Sonarr is then sent down the VPN tunnel encrypted. In order to then access the Sonarr Web UI you would need to define the Sonarr Web UI port using this key.' assigning a incoming port is done at the vpn side and then configured in the app, in this case qbittorrent, thats all there is to it. - note for pia users this is done automatically for you.
  2. dont do this Q15:- https://github.com/binhex/documentation/blob/master/docker/faq/vpn.md
  3. none of the above are errors, they are warnings/info only, does it successfully manage to detect the external ip? '12 retries left', i need full log to debug the issue, do the following:- https://github.com/binhex/documentation/blob/master/docker/faq/help.md
  4. i would assume some other process has written to the disk after the zeroing of the drive, you may find unraid wants to clear the drive again, but other than that its of no concern.
  5. Nothing wrong with that drive, looks good to me Sent from my 22021211RG using Tapatalk
  6. Can you tell me what the advantages are of conda over the integrated package management and virtual environment support built into pycharm? I would encourage you to take a look at that first. Sent from my 22021211RG using Tapatalk
  7. OK implemented a workaround for now, i have just bumped the logging level so its only visible in log level debug, its a crud message in any case, as mentioned in this comment in the issue linked above:- https://github.com/sabnzbd/sabnzbd/issues/2228#issuecomment-1263252271 once it gets really fixed by cherrypy then i will remove the hack.
  8. FYI i found this closed issue relating to the SSL error, its closed cos its a cherrypy issue not sabnzbd:- https://github.com/sabnzbd/sabnzbd/issues/2228 i can at least replicate the issue, so i can see when/if i can fix it.
  9. Also looks relevant, try the suggested workaround:- https://forums.sabnzbd.org/viewtopic.php?t=25089 if you want to roll back then see Q5:- https://github.com/binhex/documentation/blob/master/docker/faq/unraid.md
  10. looks related to use of self signed certs, there is a open issue for what looks to be a good match with the error you are seeing, feel free to comment in the issue thread:- https://github.com/cherrypy/cheroot/issues/346 (cherrypy is used by sabnzbd)
  11. nope, this is not a coding issue its a VPN provider issue, see Q17:- https://github.com/binhex/documentation/blob/master/docker/faq/vpn.md
  12. sorry, i got no idea on this!, there is literally no code changes whatsoever from me between those versions so i dont know why port forwarding isnt working for you (assume thats what is meant by a 'fire logo'), does qbittorrent not show the green globe connected icon at the bottom?.
  13. You can put the urbackup client wherever you want on the flash drive, create a new root folder if you wish and copy it to there, then In the 'go' file copy from flash to /usr/local/bin/ and chmod the file. Sent from my 22021211RG using Tapatalk
  14. No idea on dedicated IP, a question for pia, tell them you are not using their app, you are using openvpn/wireguard directly, I suspect they will say you have to use their app to assign a specific IP, in which case you are out of luck. Sent from my 22021211RG using Tapatalk
  15. I would suspect a bad config file, rename rtorrent.rc file to something else then restart the container, this will then create a default config file. Sent from my 22021211RG using Tapatalk
  16. either, whatever you prefer, there are very restrictive iptables rules in place to prevent ip leakage so im confident that whatever that is set to it cannot leak.
  17. i wouldn't let's put it that way, too many small files, plus urbackup makes use of symlinks quite heavily, those two combinations make me nervous about a bash script moving files around, but the choice is yours :-).
  18. that depends on how you have it configured, but its generally advised to get sonarr/radarr to do the moving and renaming. you maybe hitting this common configuring issue, Q4:- https://github.com/binhex/documentation/blob/master/docker/faq/unraid.md
  19. if you REALLY want to ensure this then the only way is packet analysis, so you are into using wireshark and capturing your traffic from your server and ensuring no torrent traffic is going out, this is exactly what i did when developing the docker image to ensure no leaks, its not for the faint hearted though so expect a steep learning curve.
  20. its also not secure, but the choice is yours.
  21. have you tried changing the umask within the app? settings, security, UMask
  22. Does '/media/OneDrive/' exist on the remote (OneDrive)? Sent from my 22021211RG using Tapatalk
  23. Interesting, not seen this problem myself....yet Sent from my 22021211RG using Tapatalk
  24. if you can get the xuid of the non ms accounts then you can put them in your /config/minecraft/permissions.json file, e.g.:- [ { "permission" : "operator", "xuid" : "25350853" }, { "permission" : "operator", "xuid" : "25378228" }, { "permission" : "operator", "xuid" : "2536691926" } ]
  25. stop the container delete all files and folders in /config for this container start container
×
×
  • Create New...