Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

Tun8n v1.3.28 β€” Initial Release

Latest

Choose a tag to compare

@ahmadrizal1st ahmadrizal1st released this 23 Aug 16:02

πŸš€ Tun8n v1.3.28 β€” Initial Release πŸŽ‰

Welcome to the very first release of Tun8n!
Tun8n is a Dockerized n8n starter kit with Ngrok integration for instant webhook exposure.
No more complex setup β€” deploy your automation workflows in minutes with built-in custom domain support.


✨ Key Features

  • ⚑ One-command setup β€” Spin up n8n inside Docker, fully configured.
  • 🌍 Ngrok tunnel integration β€” Instantly expose your webhooks to the internet, perfect for local development.
  • πŸ”‘ Secure tunneling β€” No need to mess with firewall or router settings.
  • 🏷️ Custom domain support β€” Map your workflows to your own domain/subdomain.
  • πŸ“¦ Pre-configured templates β€” Includes ready-to-use docker-compose.yml, .env.example, and ignore files.
  • πŸ”„ Optimized for iteration β€” Restart and redeploy quickly with minimal downtime.

πŸ› οΈ Use Cases

  • Rapidly test n8n webhooks without deploying to production.
  • Connect APIs, bots, and services from your local machine to the cloud.
  • Build and showcase automation workflows in demos or hackathons.
  • Easily share workflows with your team or clients using a custom domain.

πŸš€ Installation

You can install Tun8n in two ways:

1. Install globally (recommended)

# Install the latest release from npm
npm install -g tun8n@latest  

# Or install directly from GitHub
npm install github:ahmadrizal1st/tun8n