Solderfiend

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Solderfiend

  1. Hmm. Verified with the docker run and it's working. Something about how the docker compose is written isn't working. Thanks! i'll keep tinkering with it on a test instance.
  2. Hey binhex; I've got your delugevpn docker image pulled and (i think) configured correctly to work with nordvpn, but when I launch it seems to get stuck in an eternal startup loop, do you have any ideas? pastbin of logs: https://pastebin.com/2ZiMeHvJ I've set up a docker-compose file for it which may be the root of my issues.... version: '3.3' services: arch-delugevpn: ports: - '192.168.1.200:8112:8112' - '192.168.1.200:8118:8118' - '192.168.1.200:58846:58846' - '192.168.1.200:58946:58946' container_name: 'Deluge' volumes: - '/home/andrew/transmission/data:/data' - '/home/andrew/transmission:/config' - '/etc/localtime:/etc/localtime:ro' environment: - VPN_ENABLED=yes - VPN_USER=<USER> - VPN_PASS=<PASSWORD> - VPN_PROV=custom - VPN_CLIENT=openvpn - VPN_OPTIONS= - STRICT_PORT_FORWARD=yes - ENABLE_PRIVOXY=no - LAN_NETWORK=192.168.1.0/24 - NAME_SERVERS= - DELUGE_DAEMON_LOG_LEVEL=info - DELUGE_WEB_LOG_LEVEL=info - VPN_INPUT_PORTS= - VPN_OUTPUT_PORTS= - DEBUG=true - UMASK=000 - PUID=1000 - PGID=1000 image: binhex/arch-delugevpn any suggestions? Edit: also, I have the selected nordvpn .ovp file in the generated openvpn folder