dmstocking / couch-tatertot

Android app for managing CouchPotato.
13 stars 3 forks source link

Set url without port number #18

Open thenamelessthing opened 8 years ago

thenamelessthing commented 8 years ago

Hi, I have problems to connect to my couch potato server outside of my lan. I have setup properly the port forwarding on my router . In fact I also use apache as domain name forwarder. My apache redirect https://couchpotato.mydomain.com to the local url on my lan. As you can see I doesn't use port number in the "url" do you think it can be the cause of the problem? It is possible to set url without a port number..? If I remove the port number the app crash when starting..

Thanks you for your help!

dmstocking commented 8 years ago

You can provide the default port for http or https which is 80 and 443 respectively. The following url should work in a web browser just like the one you provided https://couchpotato.mydomain.com:443 . I warn you before spending a lot of time on this that this project is super old and probably doesn't work very well anymore. I haven't had much need or drive to do more to this after I got out of college.