-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Self host server #58
Comments
Hello, You can separately deploy HTTP and TCP proxy servers by compiling the following code:
Once you have the binaries, you can run them and expose the server. Let me know if you need any additional info. |
Hi @azimjohn
so i have I am able to run the
Which is a good sign :) Thanks a lot! |
@rsurgiewicz Great progress so far! Yes, you would need to expose ports between 1024-65535 (all unprivileged ports). |
Any ideas for the docker container except using |
Checkout https://github.com/robinvandernoord/jprq-server-deploy Thank you @robinvandernoord for putting them all together! |
Hi there,
I'm currently having a look at your solution.
Seems to be a great alternative to localtunnel or ngrok.
I'm missing any info/steps how to actually deploy self hosted service?
I do have a devops skills, I'd like to run it later on as a docker container (can share files with you), but first I need to understand how to deploy and use it as self hosted solution.
Thank you!
The text was updated successfully, but these errors were encountered: