You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# GTunnel
1
+
# gTunnel
2
2
3
-
**GTunnel** is a fast, lightweight tunneling solution written in Go that allows you to expose local services to the internet through a secure tunnel. Similar to [ngrok](https://ngrok.com/) or [VSCode Port-Forwarding](https://code.visualstudio.com/docs/debugtest/port-forwarding), GTunnel provides a simple way to share your local development server with the world.
3
+
**gTunnel** is a fast, lightweight tunneling solution written in Go that allows you to expose local services to the internet through a secure tunnel. Similar to [ngrok](https://ngrok.com/) or [VSCode Port-Forwarding](https://code.visualstudio.com/docs/debugtest/port-forwarding), GTunnel provides a simple way to share your local development server with the world.
Copy file name to clipboardExpand all lines: docs/docs/deployment.md
+67-23Lines changed: 67 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,37 +4,81 @@ sidebar_position: 8
4
4
5
5
# Deployment Guide
6
6
7
-
This guide covers deploying gTunnel in various environments.
7
+
Deploy your own gTunnel server to share and manage your tunnels. Choose from cloud platforms for quick setup or self-hosted solutions for more control.
8
8
9
-
## Quick Deployment
9
+
## 🚀 Quick Deployment with Render
10
10
11
-
### Using Docker
11
+
The easiest way to deploy a gTunnel server is using Render's one-click deployment:
12
+
13
+
[](https://render.com/deploy?repo=https://github.com/B-AJ-Amar/gTunnel)
0 commit comments