This repository was archived by the owner on Aug 23, 2025. It is now read-only.
π 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