Search found 9 matches

by bsod
Sat May 02, 2015 8:58 am
Forum: Support
Topic: webgui ssl reverse proxy
Replies: 11
Views: 10641

Re: webgui ssl reverse proxy

Please keep posting your DD-WRT related questions here and Shift specific questions there. I'm trying to install this and have found where my transmission daemon starts using ls -l /proc/4137 | grep exe (4137 being my process id) but it starts in a directory I can't write too. (I am trying to do th...
by bsod
Fri May 01, 2015 7:22 pm
Forum: Web Interface
Topic: Shift, a new web UI - UPDATE 2024.02.15
Replies: 112
Views: 781221

Re: Shift, a new web UI - UPDATE 2015.04.18

I'm trying to install this and have found where my transmission daemon starts using ls -l /proc/4137 | grep exe (4137 being my process id) but it starts in a directory I can't write too. (I am trying to do this on a DD-WRT build). Is there any way I can place the shift files elsewhere and load them?...
by bsod
Wed Apr 29, 2015 1:02 pm
Forum: Support
Topic: webgui ssl reverse proxy
Replies: 11
Views: 10641

Re: webgui ssl reverse proxy

I am a total noob when it comes to all this, but I will try and learn gradually how to set up this. I can't thank you enough for your help. I may be a noob, but I can foresee where I am going to find the most trouble, running DD-WRT compared to a server is always going to have its limitations. So ne...
by bsod
Sun Apr 26, 2015 11:18 pm
Forum: Support
Topic: webgui ssl reverse proxy
Replies: 11
Views: 10641

Re: webgui ssl reverse proxy

Why does lighttpd keep saying I can't stop or start the server with warnings such as port 443 or port 81 in use? I don't understand why I can't stop the server without having to use the kill command. Surely stopping it means it no longer uses those ports? Accessing transmission on port 9091 now wor...
by bsod
Wed Apr 15, 2015 3:17 am
Forum: Support
Topic: webgui ssl reverse proxy
Replies: 11
Views: 10641

Re: webgui ssl reverse proxy

Where would I find that? How do I link it in the config file? config { ... $SERVER["socket"] == ":443" { # block 2 ssl.engine = "enable" ssl.pemfile = "/etc/host.pem" } # end of $SERVER["socket"] == ":443" ... } So the entry point of your ...
by bsod
Fri Apr 10, 2015 12:00 pm
Forum: Support
Topic: webgui ssl reverse proxy
Replies: 11
Views: 10641

Re: webgui ssl reverse proxy

Can anyone see whats wrong with my config? config { var.PID = 5070 var.CWD = "/tmp/lighttpd" debug.log-request-handling = "disable" debug.log-request-header = "disable" debug.log-response-header = "disable" debug.log-condition-handling = "disable" se...
by bsod
Thu Apr 09, 2015 1:21 pm
Forum: Support
Topic: webgui ssl reverse proxy
Replies: 11
Views: 10641

Re: webgui ssl reverse proxy

Where would I find that? How do I link it in the config file?
by bsod
Wed Apr 08, 2015 11:47 pm
Forum: Support
Topic: webgui ssl reverse proxy
Replies: 11
Views: 10641

webgui ssl reverse proxy

What is the easiest way to set this up, so you can access transmission remotely via a webpage with ssl? The problem I am having following tutorials is everything is based on full unrestricted distros. I am trying to get it all working on a Netgear R7000 using DD-WRT Nothing seems to work, so I am lo...
by bsod
Wed Apr 08, 2015 11:38 pm
Forum: Support
Topic: Android remote SSL problem
Replies: 3
Views: 3429

Re: Android remote SSL problem

Doesn't the web interface have a mobile version? I'm no expert, I probably no less than you, but perhaps you need to add the /web on the end?

As for the app, doesn't that connect via rpc? I am guessing you need to also forward the rpc address? Or perhaps you need to find an app that supports that?