The Beanstalks Project
The Beanstalks Project
Further details on this. In order to fix this issue, libpagekite needs to support the following: ``` - Discovery & use of OS certificate authority stores. - Support for a...
Fair point. Making this configurable would make sense! I would accept a PR for that.
Valid point. Do you have suggestions about how to improve things?
I agree this would be great. It's rather tricky though, because doing this properly requires adding a complete HTTP parser inside pagekite.py and a mechanism for rerouting requests to an...
No, at the moment that is not possible. It's worth considering though, thank you for filing this.
Hi! Sorry about the delay getting back to you. This is interesting; did you have any specific questions or plans (since it's marked as a draft), or do you feel...
Also, can you briefly describe how this is used? Is the server keeping a collection of public keys, which the clients have the secrets for? What tools are used to...
Agreed, but I would probably stick with native Python documentation tools (pydoc etc.). Consider this a TODO. :-)
Just to clarify our position on this: we absolutely agree, but we want to finish refactoring and cleaning the code up before we spend time on documenting it. We have...
I've created a draft DEV-HOWTO.md, located here: https://github.com/pagekite/PyPagekite/blob/main/doc/DEV-HOWTO.md It would be interesting to hear which questions you guys would like answered in that doc.