Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
^1.113.318
commits
Fix database persistence: Use Render persistent disk to prevent registration prompts
e77ea8dView on GitHubUpdate .gitignore: Add marketing files and generated content to ignore list
fb78138View on GitHubAdd creator attribution: Include contact info in README and code comments
d4eaf73View on GitHubImprove README: Add badges, stats, and star encouragement for better visibility
de34831View on GitHubCreate simplified n8n startup script: Minimal configuration, better error handling, cleaner logs
385afe4View on GitHubFix critical deployment issues: Add RENDER_EXTERNAL_URL, fix webhook URL, improve database persistence
4dd6fb1View on GitHubFix webhook URL and port binding: Remove double https, ensure proper port binding
463ff49View on GitHubFix spawn error and improve database persistence: Remove shell option, add database path, ensure data persistence
850fc51View on GitHubFix directory creation: Create directories in data folder, not current directory
8a9ee91View on GitHubFix fs initialization error: Replace forEach with for...of loop
761883aView on GitHubFix startup script: Remove duplicate requires and directory creation logic
ca2f73fView on GitHubFix JavaScript syntax error: Remove duplicate 'dirs' declaration
cbf7cbcView on GitHubFix permission error: Create directories and set working directory
f1feb8cView on GitHubFix permission error: Add N8N_DATA_FOLDER and correct paths
e3e2d4dView on GitHub