webapp: Use IP address, rather than localhost

since some systems may have configuration problems or other issues that
prevent web browsers from connecting to the right localhost IP for the
webapp.

Tested on both ipv4 and ipv6 localhost. Url for the latter looks like:
http://[::1]:50676
This commit is contained in:
Joey Hess 2013-01-09 23:17:52 -04:00
parent b78c71ca4c
commit 6f7ae84650
4 changed files with 18 additions and 12 deletions

View file

@ -25,3 +25,6 @@ I've tested this with:
* chromium
Iceweasel is the only one which correctly fell back to IPv4 and worked.
> Ok, I've made it use the IP address in the URL. Ugly, but avoids
> whatever mess results in this behavior. [[done]] --[[Joey]]