PyPagekite
PyPagekite copied to clipboard
Python implementation of the PageKite remote front-end protocols.
The .deb packaging still bases off Python 2. As does the single-file "breeder" output. See issue: https://github.com/pagekite/PyBreeder/issues/3 The .deb should be relatively easy to fix, but I'm still on the...
I couldn't find any information about which pagekite version is the "right" version. I see that there are 1.5.2 and 1.0.1 versions with simliar "minor" version numbers -> e.g. 1.5.2.200603...
Version: v1.5.2.201011 When attempting to use a custom frontend I get the following error: ``` It looks like your Internet connection might be down! Will retry soon. - Check whether...
after creating a kite it gives us an ip address however when we try to load it in browser , it shows an err as ``` Temporarily Unavailable The website...
When I paste this command to Terminal: ``` backend$ pagekite.py \ --defaults \ --service_on=http:0.0.0.0.8000 ``` I get: `backend$: command not found`
# Issue Type [x] Bug (Typo) # Steps to Replicate and Expected Behaviour - Examine pagekite/logparse.py and observe `trucated`, however expect to see `truncated`. - Examine doc/README.md and observe `protocls`,...
I've been getting disconnections from 100 concurrent users on a proxy, I however, have two front end's configured and it only seems to choose one, and not spread them out...
Also create exemplary JWS auth scripts.
When I try to use a non-standard port on my backend, I cannot connect using the pagekite frontend. I get the following error: ``` >>> Hello! This is pagekite.py v1.5.2.201011....
I'm trying to develop on a system that exposes a range of ports. Can localhost be exposed through a kite without specifying a port / handle a range? (basically, instead...