This incorporates the changes from pull request #41, with the following additions and changes:
d061237 alters changes made in a3174c6 to a simpler approach that, based on my testing so far, still does what we need. That is, redirect any request for an unexpected hostname to $server_ip/index.php?orig_url=.... When the user "authenticates", it also now displays a link to $orig_url.
Would welcome further testing!
Per @Ar2000jp's suggestion, fe261f2 updates bootstrap.sh to use local transport instead of making the machine ssh to its self.
This incorporates the changes from pull request #41, with the following additions and changes:
$server_ip/index.php?orig_url=...
. When the user "authenticates", it also now displays a link to$orig_url
.