Search found 5 matches

by lildadou
Fri Feb 07, 2014 5:47 am
Forum: Support
Topic: What is causing deluged to crash?
Replies: 5
Views: 11891

Re: What is causing deluged to crash?

Update libtorrent is a great solution!
by lildadou
Sat Mar 17, 2012 10:25 pm
Forum: Development
Topic: [deluge-web] Cache static ressources
Replies: 5
Views: 8485

Re: [deluge-web] Cache static ressources

negge wrote:Another good optimization would be to smack together all the small icons into a single stripe. It's become pretty common on the web lately, and it does save quite a few requests in this case.
HTTP pipelining may be sufficient?
by lildadou
Fri Mar 16, 2012 7:50 am
Forum: Development
Topic: [deluge-web] Cache static ressources
Replies: 5
Views: 8485

Re: [deluge-web] Cache static ressources

Here is a configuration file ready to use: server { ### server port and name ### listen 0.0.0.0:80; listen [::]:80; server_name your.domain.net; if ($host !~* ^(your.domain.net)$ ) { return 444; } #URL non matché par le domaine access_log /var/log/nginx/transmission-proxy.access.log; error_log /var/...
by lildadou
Thu Mar 08, 2012 1:26 pm
Forum: Development
Topic: [deluge-web] Cache static ressources
Replies: 5
Views: 8485

[deluge-web] Cache static ressources

Hello, I find that the web page of deluge-web is very long to load. The main reason is that the JavaScript files are downloaded each page opening. As I use nginx in front, I added a rule that queries on static files (ico, css, js, gif, jpg, png) was treated with an additional header who caching resp...
by lildadou
Sun Jan 22, 2012 12:15 pm
Forum: Development
Topic: [feature request][WebUI] Use browser build-in authentication
Replies: 0
Views: 2283

[feature request][WebUI] Use browser build-in authentication

Hello I propose to use authentication mechanisms that is recognized by browsers.
Why? because I'm tired of typing my password every time

Examples :