Replies: 7 comments 9 replies
-
I can do some testing and comparisons on this since I'll need something for Teller webhooks. So far the options seem to be:
what else should I evaluate? |
Beta Was this translation helpful? Give feedback.
-
cloudflare tunnel is a free ngrok alternative but closed source. frp is a self-host open source alternative |
Beta Was this translation helpful? Give feedback.
-
@PierreAndreis i like the idea of Cloudflare Tunnel but the handful of times i've used it, i was gouging my eyes out by the time i actually got it functioning. |
Beta Was this translation helpful? Give feedback.
-
I kind of wonder if just using ngrok's free account does the trick for us. At least to get things running. Then we can have a separate project to potentially set up a more privacy-friendly option? Looking at the current codebase, is it really as easy as just setting |
Beta Was this translation helpful? Give feedback.
-
Do you envision users self-hosting locally? What would stop you from setting some cloud hosting requirements? For example, you could turn this into a DigitalOcean 1-click app that installs on a droplet or even app platform. This would resolve SSL issues with webhooks and would also allow for a more controlled and manageable implementation. |
Beta Was this translation helpful? Give feedback.
-
Came here to say it seems like ngrok is the simplest way for now but looks like you guys already got there! |
Beta Was this translation helpful? Give feedback.
-
Okay, lets go with ngrok and call it a day. Will create an Issue for it. |
Beta Was this translation helpful? Give feedback.
-
Basically all data providers require HTTPS/SSL webhook URLs for sending data (both initially and with automatic updates).
What's a sort of no-nonsense way to handle this for those that are self-hosting this?
Needs to be something easy to set up and relatively cheap and/or free.
Obviously lots of ways to solve this, but want to come up with something that has a very low barrier.
Beta Was this translation helpful? Give feedback.
All reactions