Kabe0 / deluge-windscribe

To provide an isolated VPN layer with Deluge
23 stars 6 forks source link

Webclient asking for password #1

Closed markrutten closed 4 years ago

markrutten commented 4 years ago

When trying to open de webclient on port 8112 its asking for a password but this password is nowhere mentioned in the installation description.

Kabe0 commented 4 years ago

Under the Authorization section there needs to be configured a /config/auth.conf configured for the container to automatically connect to the container.

Depending where you decide to mount the /config folder volume, there needs to be a file labeled auth.conf configured with the following details

<username>
<password>
<location|best>

If you set for example, volume -v $PWD/config:/config \ then in your current working directory, create a folder called config, and inside that folder you make the file

guice commented 4 years ago

The issue is the default password of the web UI. It's deluge and should be commented within the README.

Kabe0 commented 4 years ago

@guice Did not notice the webclient message in the original question. My bad, Will add that note in.