Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2010-06-04 09:54:23
Size: 746
Comment:
Revision 3 as of 2012-11-06 21:46:45
Size: 863
Editor: abuehl
Comment: de-link AppEngine
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
Project at Google code: https://code.google.com/p/httprelay/

Repository: https://code.google.com/p/httprelay/
Line 11: Line 15:
Runs `hg serve` over an http relay service for when both parties are behind firewalls. The two parties need to agree on a shared secret by whatever means they see fit. The server communicates with a relay service hosted on Google's AppEngine (appspot.com), instead of listening on a local port. Runs `hg serve` over an http relay service for when both parties are behind firewalls. The two parties need to agree on a shared secret by whatever means they see fit. The server communicates with a relay service hosted on Google's !AppEngine (appspot.com), instead of listening on a local port.

Relay Extension

This extension is not distributed with Mercurial.

Author: Peter Arrenbrecht

Project at Google code: https://code.google.com/p/httprelay/

Repository: https://code.google.com/p/httprelay/

Download: http://httprelay.googlecode.com/hg/src_hg/hgext/relay.py

Overview

Runs hg serve over an http relay service for when both parties are behind firewalls. The two parties need to agree on a shared secret by whatever means they see fit. The server communicates with a relay service hosted on Google's AppEngine (appspot.com), instead of listening on a local port.

Documentation: http://code.google.com/p/httprelay/

Configuration

Configure your .hgrc to enable the extension by adding following lines:

[extensions]
relay = /path/to/relay.py


CategoryExtensionsByOthers

RelayExtension (last edited 2012-11-06 21:46:45 by abuehl)