<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Elşad Ağazadə</title>
    <description>The latest articles on DEV Community by Elşad Ağazadə (@elad_aazad_2bb53f32d9c).</description>
    <link>https://dev.to/elad_aazad_2bb53f32d9c</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2681742%2F3fc3ec84-ea63-43d3-a98f-839f174b993a.png</url>
      <title>DEV Community: Elşad Ağazadə</title>
      <link>https://dev.to/elad_aazad_2bb53f32d9c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/elad_aazad_2bb53f32d9c"/>
    <language>en</language>
    <item>
      <title>Introducing TunnelForge: An Open-Source, Self-Hosted Tunneling Solution for HTTP, WebSocket and more 🚀</title>
      <dc:creator>Elşad Ağazadə</dc:creator>
      <pubDate>Thu, 09 Jan 2025 16:29:38 +0000</pubDate>
      <link>https://dev.to/elad_aazad_2bb53f32d9c/introducing-tunnelforge-an-open-source-self-hosted-tunneling-solution-for-http-websocket-and-35g9</link>
      <guid>https://dev.to/elad_aazad_2bb53f32d9c/introducing-tunnelforge-an-open-source-self-hosted-tunneling-solution-for-http-websocket-and-35g9</guid>
      <description>&lt;h2&gt;
  
  
  Introducing TunnelForge: Your Open-Source Gateway to Seamless Tunneling 🚀
&lt;/h2&gt;

&lt;p&gt;Are you tired of relying on proprietary tools to expose your local applications to the internet? Meet &lt;strong&gt;TunnelForge&lt;/strong&gt;, a lightweight, open-source, and self-hosted alternative to ngrok designed for developers, by developers.&lt;/p&gt;

&lt;h3&gt;
  
  
  What is TunnelForge?
&lt;/h3&gt;

&lt;p&gt;TunnelForge allows you to expose your local HTTP, WebSocket, and other TCP-based applications to the internet with ease. Whether you're showcasing a web app to clients, testing an API endpoint, or running a development server remotely, TunnelForge has got you covered.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Features:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🌐 Open-Source &amp;amp; Free: Built with the community in mind, fully transparent and customizable.&lt;/li&gt;
&lt;li&gt;🚀 Self-Hosted: Maintain full control over your data and infrastructure.&lt;/li&gt;
&lt;li&gt;⚡ Supports Multiple Protocols: HTTP, WebSocket, and any TCP-based protocols.&lt;/li&gt;
&lt;li&gt;🛠 Developer-Friendly: Easy setup and configuration for local and production environments.&lt;/li&gt;
&lt;li&gt;🐳 Docker Support: Deploy TunnelForge effortlessly with Docker.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Why TunnelForge?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;While proprietary solutions like ngrok are great, they come with limitations such as paid tiers, dependency on external services, and lack of control. TunnelForge removes these barriers by putting the power back in your hands.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;With TunnelForge, you can:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Securely expose your local applications to the internet without relying on third-party services.&lt;/li&gt;
&lt;li&gt;Use your custom domains for a professional touch.&lt;/li&gt;
&lt;li&gt;Customize and extend the tool as per your needs.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  How It Works
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Run the Server&lt;/strong&gt;: Deploy TunnelForge on a public server or cloud provider (e.g., AWS, DigitalOcean).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Run the Client&lt;/strong&gt;: Use TunnelForge’s client to connect your local application to the server.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Access Anywhere&lt;/strong&gt;: Your application becomes accessible on a public URL like

&lt;code&gt;http://subdomain.yourdomain.com&lt;/code&gt;

.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s that simple! 🚀&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Docker Integration&lt;/strong&gt;&lt;br&gt;
For quick deployment, TunnelForge offers a Dockerized setup. You can find the official Docker image here: &lt;a href="https://hub.docker.com/r/elshadaghazade/tunnelforge" rel="noopener noreferrer"&gt;TunnelForge on Docker Hub&lt;/a&gt;.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;docker run -d -p 4000:4000 -p 4001:4001 elshadaghazade/tunnelforge
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Try It Today!&lt;/strong&gt;&lt;br&gt;
Check out TunnelForge on GitHub: &lt;a href="https://github.com/elshadaghazade/tunnelforge/" rel="noopener noreferrer"&gt;TunnelForge Repository&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Whether you're a developer looking for a reliable tunneling solution or an enthusiast exploring open-source alternatives, TunnelForge is here to redefine your workflow.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Join the Community&lt;/strong&gt;&lt;br&gt;
We're constantly improving TunnelForge and welcome contributions! Feel free to fork the repo, submit PRs, or share your feedback. Together, let's make TunnelForge the best tunneling solution out there. ❤️&lt;/p&gt;

&lt;h1&gt;
  
  
  OpenSource #Tunneling #SelfHosted #DeveloperTools #TunnelForge #ngrokalternative
&lt;/h1&gt;

</description>
    </item>
  </channel>
</rss>
