This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
@@ -11,12 +11,13 @@ reg-daemon.{pub,key} in your flashproxy config directory. You will need
to securely distribute the public part (.pub) to your users - e.g. by
publishing it somewhere, signed by your own PGP key.
There are three supported helper rendezvous methods: HTTP, URL, and
email. Each helper method may require additional manual configuration;
see the corresponding doc/x-howto.txt for more details.
There are three supported helper rendezvous methods: HTTP, email, and
appspot. Each helper method may require additional manual configuration
and might also depend on other helper methods; see the corresponding
doc/x-howto.txt for more details.
For suggestions on configuring a dedicated facilitator machine, see
doc/facilitator-howto.txt.
doc/server-howto.txt.
For documentation on the design of the facilitator components, see
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
@@ -1,7 +1,7 @@
This is the server-side code that runs on Google App Engine for the
"appspot" registration method.
See doc/appengine-howto.txt for information about setting up an
See doc/appspot-howto.txt for information about setting up an
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
@@ -1,31 +1,31 @@
These are instructions for how to set up a Google App Engine application
to run at appspot.com.
for the appspot rendezvous method (flashproxy-reg-appspot). It requires
the HTTP rendezvous to be available, so you should set that up first and
ensure it is working correctly, or find someone else's to use.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
@@ -1,13 +1,17 @@
These are instructions for setting up a Gmail account for use with the
These are instructions for setting up an email account for use with the
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
@@ -2,10 +2,11 @@ The main facilitator program is a backend server that is essentially a
dynamic database of client addresses, as well as helper programs that
receive client registrations from the Internet over various means and
pass them to the backend. There are three supported helper rendezvous
methods: HTTP, URL, and email.
methods: HTTP, email, and appspot.
facilitator-reg is a simple program that forwards its standard input to
a locally running facilitator-reg-daemon process.
a locally running facilitator-reg-daemon process. It is not used by the
other components, but is useful for debugging and test purposes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
@@ -3,8 +3,8 @@
# imap.(<email> domain):993.
#
# If your email provider supports it, we advise you to use an app-specific
# password rather than your account password; see gmail-howto.txt in this
# package's documentation for details on how to do this for a Google account.
# password rather than your account password; see email-howto.txt in this
# package's documentation for details on how to do this.