Search found 7 matches

by chris-t
February 23rd, 2016, 10:20 am
Forum: General Help
Topic: Speed limit slider value different to actual rate
Replies: 5
Views: 2858

Re: Speed limit slider value different to actual rate

I just submitted a pull request. Never done one before, so feel free to disregard if it's wrong!
by chris-t
February 23rd, 2016, 10:08 am
Forum: General Help
Topic: Speed limit slider value different to actual rate
Replies: 5
Views: 2858

Re: Speed limit slider value different to actual rate

Haha ok! I have actually just had a look myself and I can see that on line 178 of sabnzbd/interfaces/Glitter/templates/static/javascripts/glitter.js it reads: var speedLimitNumber = (parseInt(self.bandwithLimit()) * (self.speedLimit() / 100)); In order for the percentage to display correctly, I'm gu...
by chris-t
February 23rd, 2016, 7:21 am
Forum: General Help
Topic: Speed limit slider value different to actual rate
Replies: 5
Views: 2858

Speed limit slider value different to actual rate

Hi there. I'm using 1.0.0 RC1 with 'Glitter - Night' and I've got a query about the download rate indicated by the speed limit slider. In Config > General I have my maximum line speed set to 4.4M, because the fastest I can ever download anything on my line is 4.4 megabytes per second (about 35 megab...
by chris-t
July 17th, 2015, 4:56 am
Forum: Bug Reports
Topic: Clicking 'Add Schedule' switches from HTTPS to HTTP [proxy]
Replies: 3
Views: 4594

Re: Clicking 'Add Schedule' switches from HTTPS to HTTP

OK, adding the following line to my nginx proxy configuration has sorted the issue:

Code: Select all

proxy_redirect  http://  $scheme://;
I've no idea if this will cause issues with the rest of my setup, but at least I can now use sabnzbd scheduling properly :)
by chris-t
July 17th, 2015, 4:47 am
Forum: Bug Reports
Topic: Clicking 'Add Schedule' switches from HTTPS to HTTP [proxy]
Replies: 3
Views: 4594

Re: Clicking 'Add Schedule' switches from HTTPS to HTTP

Hi safihre, thanks for the reply. I think you just answered it - it's undoubtedly my proxy setup, as the same behaviour is present in both Chrome and Firefox. I'll have to investigate, and I'll post back the result.

Chris
by chris-t
July 16th, 2015, 5:47 am
Forum: Bug Reports
Topic: Clicking 'Add Schedule' switches from HTTPS to HTTP [proxy]
Replies: 3
Views: 4594

Clicking 'Add Schedule' switches from HTTPS to HTTP [proxy]

I access sabnzbd (v0.7.20) through a reverse proxy over HTTPS, and I've found that adding or removing schedules in config/scheduling changes the URI scheme from HTTPS to HTTP. For example, to begin with the address in my browser would be https ://example.com/sabnzbd/config/scheduling/ . But when I c...