32 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "$schema": "../schema.json",
 | |
|   "name": "n8n",
 | |
|   "available": true,
 | |
|   "exposable": true,
 | |
|   "port": 8215,
 | |
|   "id": "n8n-1",
 | |
|   "tipi_version": 1,
 | |
|   "version": "1.27.2",
 | |
|   "categories": ["automation"],
 | |
|   "description": "n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything.",
 | |
|   "short_desc": "Workflow Automation Tool. Alternative to Zapier",
 | |
|   "author": "n8n.io",
 | |
|   "source": "https://github.com/n8n-io/n8n",
 | |
|   "website": "https://n8n.io/",
 | |
|   "form_fields": [
 | |
|     {
 | |
|       "type": "random",
 | |
|       "label": "Database Password",
 | |
|       "min": 32,
 | |
|       "env_variable": "N8N_DB_PASSWORD"
 | |
|     },
 | |
|     {
 | |
|       "type": "random",
 | |
|       "label": "Database Non Root Password",
 | |
|       "min": 32,
 | |
|       "env_variable": "N8N_NR_DB_PASSWORD"
 | |
|     }
 | |
|   ],
 | |
|   "supported_architectures": ["arm64", "amd64"]
 | |
| }
 | 
