jamesking

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by jamesking

  1. Possibly, I just have it set to latest.
  2. Thank you, this appeats to have worked. The daemon_mgr.conf file was in folder /etc/ I did read the FAQ, but I initially didn't try that as I did not think I had changed anything with respect to using openvpn. do you know why it might have recently occured? EDIT - I guess this could correspond to a firmware update a couple of weeks ago, along with a reboot yesterday (due to a power cut), but it's not obvious from the FAQ when this problem first was introduced. :-) Anyway, very grateful.
  3. Hi there, I have had this running successfully for some time on my QNAP NAS, but I appear to be struggling with the change over to the new PIA servers. I have added my usual server (France - but the new one!) to the openvpn folder, along with ca.rsa.2048.crt and crl.rsa.2048.pem, renaming the old .ovpn file. Here is my docker-compose setup, which is just as it was before (except I have added VPN_CLIENT): https://hastebin.com/vorululusi.http Here is my supervisord.log https://hastebin.com/qozugovewa.yaml The web interface comes up, it even starts downloading for a short time (4 or 5 seconds?) initially, but then it stops and I appear not to be connected to any peers. The error I see in the log that might be relevant is: > ERROR: Linux route add command failed: external program exited with error status: 2 As I say, this had been working successfully for some time previously, but now appears to have issues with the new servers. Any help appreciated, Thanks!
  4. Hello, I am trying to install the follwing plug-in: https://github.com/idlesign/deluge-webapi/tree/master/dist I have tried dropping it into the plugins folder, and then editing core.conf to include the plug in "WebUi" (for these tasks I followed the documentation in the FAQ here: https://github.com/binhex/documentation/blob/master/docker/faq/delugevpn.md ). When I do this, the web ui never restarts when I restart the container. I am running delugevpn:latest and I tried both the py 3.6 and py 3.7 version of the latest iteration (v0.4) of the plugin. Does anyone have any experience in getting this plugin working with this docker image?