wip pagekite

This commit is contained in:
David Black 2012-12-15 21:03:28 +00:00
parent 6bb78aa412
commit 1101b9dcb6
2 changed files with 28 additions and 3 deletions

View file

@ -0,0 +1,28 @@
Category:Internet
License:AGPLv3
Web Site:https://pagekite.net
Source Code:https://github.com/pagekite/AndroidPageKiteApp
Issue Tracker:https://github.com/pagekite/AndroidPageKiteApp/issues
Donate:https://pagekite.net/pricing/
Summary:PageKite connector
Description:
PageKite makes it easy for your Android device to become a public web server or SSH server, even
if it is on 3G or trapped behind NAT or strict firewalls. It supports HTTP, HTTPS, Websocket and
SSH servers. Note that PageKite is not itself a server, it makes other server apps reachable with
the help of an in-the-cloud relay server (pagekite.py, which itself is free software).
.
Repo Type:git
Repo:git://github.com/pagekite/AndroidPageKiteApp.git
Build Version:1.007,1212140,!needs work 3556ac801,srclibs=LibPageKite@81c9d891;OpenSSL-GP@327836b3b,prebuild=\
cp -r $$LibPageKite$$ . && cp -r $$OpenSSL-GP$$ LibPageKite/ && \
rm jni && ln -s LibPageKite jni && ln -s LibPageKite/net.pagekite.lib src/net/pagekite/lib && \
export NDK_PROJECT_PATH=$$NDK$$ && make -f jni/Makefile android
Auto Update Mode:None
Update Check Mode:Market
Current Version:1.007
Current Version Code:1212140

View file

@ -19,9 +19,6 @@ don't have root access, F-Droid.org has some apps that are designed to work clos
addon for [[org.mozilla.firefox]] or [[org.mozilla.firefox_beta]] called
[https://github.com/guardianproject/ProxyMob/downloads ProxyMob] (not yet
available from the Mozilla addon site).
If you are using Android 4.1 and Orbot 1.0.7 you may need to check Use Default Iptables in the
Preferences.
.
Repo Type:git