andydunstall / piko

An open-source alternative to Ngrok, designed to serve production traffic and be simple to host (particularly on Kubernetes)
MIT License
1.9k stars 55 forks source link

Agent Protocol in Wiki #181

Closed mindovermiles262 closed 10 hours ago

mindovermiles262 commented 1 day ago

Hi,

Thanks for a great project here. It looks like just what I need

Trying piko out this evening and I had lots of trouble getting an HTTP connection working. It looks like listeners.protocol is undocumented on the Agents YAML in the wiki. Once I set it listeners.protocol: http my piko setup worked great.

Could you please add the protocol to the Agent YAML in the Wiki Many Thanks!

andydunstall commented 1 day ago

Oops yep sure, I've updated

Though http should be default so I'm supprised it didn't work? What did you try before?

mindovermiles262 commented 1 day ago

Thank you! The protocol wasn’t included in my YAML and defaulted to empty string at startup

andydunstall commented 21 hours ago

Ah ok, http should be default so that sounds like theres a bug, I'll look into tomorrow