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

Commit 33620d7

Browse files
committed
release: bump version to v1.3.28 @ahmadrizal1st/tun8n
1 parent 1fbca86 commit 33620d7

3 files changed

Lines changed: 11 additions & 9 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -220,23 +220,26 @@ docker system prune -f
220220
### Common Issues
221221

222222
1. **Port 5678 already in use**
223-
223+
224224
```bash
225225
# Change N8N_PORT in .env file
226226
N8N_PORT=5679
227227
```
228+
228229
2. **Ngrok authentication errors**
229-
230+
230231
- Verify `NGROK_AUTHTOKEN` in `.env` file
231232
- Check token at [Ngrok Dashboard](https://dashboard.ngrok.com/get-started/your-authtoken)
233+
232234
3. **Docker permission issues** (Linux)
233-
235+
234236
```bash
235237
sudo usermod -aG docker $USER
236238
newgrp docker
237239
```
240+
238241
4. **Script permission issues**
239-
242+
240243
```bash
241244
# Grant execute permissions to scripts
242245
chmod +x bin/scripts/*.js
@@ -310,7 +313,7 @@ _For issues and contributions, please check the project repository._
310313

311314
## 🔄 Changelog
312315

313-
### Version 1.3.27
316+
### Version 1.3.28
314317

315318
- **Enhanced CLI** with better error handling and fallback mechanisms
316319
- **Automatic script permissions** management
@@ -332,4 +335,3 @@ _For issues and contributions, please check the project repository._
332335
---
333336

334337
_Note: This tool automatically handles script permissions and provides fallback mechanisms for robust operation across different environments._
335-

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ahmadrizal1st/tun8n",
3-
"version": "1.3.27",
3+
"version": "1.3.28",
44
"description": "🚀 A production-ready template for n8n automation with Docker and Ngrok",
55
"keywords": [
66
"n8n",

0 commit comments

Comments
 (0)