Jump to content

wired-one

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by wired-one

  1. @binhex I've been using the deluge container for years, but after a recent update, I've been unable to get to the web UI.

     

    My execution command looks like this:

    sudo podman run -d --cap-add=NET_ADMIN     -p 8112:8112     -p 8118:8118     -p 58846:58846     -p 58946:58946     --name=delugevpn     --volume=/mnt/btrfs_share/delugevpn/config:/config     --volume=/etc/localtime:/etc/localtime:ro     --volume=/mnt/btrfs_share/delugevpn/Downloads:/data     -e VPN_ENABLED=yes     -e VPN_USER=NAME     -e VPN_PASS=PASSWORD     -e VPN_PROV=pia     -e STRICT_PORT_FORWARD=yes     -e ENABLE_PRIVOXY=yes     -e LAN_NETWORK=192.168.1.0/24     -e NAME_SERVERS=209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1     -e DELUGE_DAEMON_LOG_LEVEL=info     -e DELUGE_WEB_LOG_LEVEL=info     -e DEBUG=true     -e UMASK=000     -e PUID=0     -e PGID=0  binhex/arch-delugevpn

     

    I've attached the scrubbed supervisord.log as well.

     

    Thanks for your help and for the awesome work that you've done!

    supervisord.log

     

×
×
  • Create New...