Page 11 of 14

Re: WebUi Plugin

Posted: Tue Jan 15, 2008 8:18 am
by mvoncken
silverdulcet wrote: mvoncken:
Just wanted to let you know the reason people can't accept the self signed certs permanently is that the Common Name (CN) does not match the ip address or domain name of the webserver that the Deluge WebUI is run on. In the ones you've included the Common Name (CN) is blank. You can't fix this problem since everyone's ip address or domain name where they run deluge from are all different.

For anyone that wants to do this. Generate your own self signed certs and make sure that the Common Name (CN) matches either the ip address or whatever domain name you type to access the deluge webui. (e.g. 192.168.0.59 or myserver.com). Then you just rename your self signed *.key *.pem files to deluge.key deluge.pem and copy them to /usr/share/deluge/plugins/WebUi/ssl/ Here is a howto about generating self signed certs: http://www.tc.umn.edu/~brams006/selfsign.html If you need one that is tailored more to your distro its easy enough to find one on your own.
Thanks ,
This is a nice one for the FAQ.

Re: WebUi Plugin

Posted: Mon Jan 28, 2008 8:46 pm
by Fraterius
Sorry but how to logout from webui :roll: there should be such option. I don't know how it is in http, but I'm using https and I can't logout. I've tried using

Code: Select all

https://localhost:8112/logout
but with no results. Any idea?

Re: WebUi Plugin

Posted: Tue Jan 29, 2008 5:19 pm
by mvoncken
Fraterius wrote:Sorry but how to logout from webui :roll: there should be such option. I don't know how it is in http, but I'm using https and I can't logout. I've tried using

Code: Select all

https://localhost:8112/logout
but with no results. Any idea?
yep, logout is broken (the page is still there from a failed attempt at persistent sessions)
I'll add a link+working logout page in the next (bugfix) release.

for 0.6 i'll make persistent sessions an option.

edit: added logout for 0.6 and 0.5.

Re: WebUi Plugin

Posted: Sun Feb 03, 2008 10:41 pm
by Fraterius
mvoncken wrote:edit: added logout for 0.6 and 0.5.
And when that will be added to a web version, cause I'm not using svn version, and It's not working with final release :| .

Re: WebUi Plugin

Posted: Mon Feb 04, 2008 8:07 am
by markybob
Fraterius wrote:
mvoncken wrote:edit: added logout for 0.6 and 0.5.
And when that will be added to a web version, cause I'm not using svn version, and It's not working with final release :| .
if all goes well, we'll have another fix release in about a week

Re: WebUi Plugin

Posted: Fri Feb 08, 2008 4:20 pm
by aqtrans
I have a suggestion for the 0.6 version of WebUI, I'd love the feature to specify the download location for each individual torrent file. I am usually using my laptop, and will find something I'd like to download, and have to bookmark the torrents and download them when I get to my desktop.

Re: WebUi Plugin

Posted: Fri Feb 08, 2008 6:11 pm
by mvoncken
aqtrans wrote:I have a suggestion for the 0.6 version of WebUI, I'd love the feature to specify the download location for each individual torrent file. I am usually using my laptop, and will find something I'd like to download, and have to bookmark the torrents and download them when I get to my desktop.
Please request it in traq (http://dev.deluge-torrent.org/newticket)
And note that that feature is not available in 0.6-gtk.
So it should be added to 0.6 core+gtkui+webui

Re: WebUi Plugin

Posted: Wed Mar 26, 2008 11:41 pm
by trektorrents
The advanced profile isn't working for me.

I'm running Deluge on a Vista Core 2. Access from either Firefox 2.0.0.12 or IE7 works perfectly on the Deluge profile. But in Advanced, none of the top-row buttons (add, removed, up, down) work.

Let me know if I can provide more info.

Re: WebUi Plugin

Posted: Thu Mar 27, 2008 7:48 pm
by mvoncken
trektorrents wrote:The advanced profile isn't working for me.

I'm running Deluge on a Vista Core 2. Access from either Firefox 2.0.0.12 or IE7 works perfectly on the Deluge profile. But in Advanced, none of the top-row buttons (add, removed, up, down) work.

Let me know if I can provide more info.
IE7 doesn't work because i never bothered to test it on that template.
I have a vista license on my laptop now and i can reproduce your problem.

Re: WebUi Plugin

Posted: Mon Apr 21, 2008 5:11 pm
by trektorrents
Just an update.

With the upgrade to 0.5.8.9, the Advanced Profile for the webUI works.

Deluge running on a Vista Core 2 Duo, Home Premium.

Works from IE7 on XP Home, and works on Firefox 2.0.0.14 from a Kubuntu Laptop.

Super!