* feat(jackett): change config to support local domain * feat(matrix-conduit): change config to support local domain * feat(mealie): change config to support local domain * feat(memos): change config to support local domain * feat(mind): change config to support local domain * feat(minecraft-server): change config to support local domain * feat(mixpost): change config to support local domain * feat(mixpost-pro): change config to support local domain * feat(moneroblock): change config to support local domain * feat(monerod): change config to support local domain * feat(monica): change config to support local domain * feat(movary): change config to support local domain * feat(mstream): change config to support local domain * feat(mylar3): change config to support local domain * feat(n8n): change config to support local domain * feat(navidrome): change config to support local domain * feat(nitter): change config to support local domain * feat(nocodb): change config to support local domain * feat(nodered): change config to support local domain * feat(onedev): change config to support local domain * feat(openbooks): change config to support local domain * feat(overseerr): change config to support local domain * feat(owncloud): change config to support local domain
		
			
				
	
	
		
			26 lines
		
	
	
		
			872 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			872 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "$schema": "../schema.json",
 | 
						|
  "name": "n8n",
 | 
						|
  "available": true,
 | 
						|
  "exposable": true,
 | 
						|
  "port": 8094,
 | 
						|
  "id": "n8n",
 | 
						|
  "tipi_version": 15,
 | 
						|
  "version": "0.232.0",
 | 
						|
  "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": 30,
 | 
						|
      "max": 30,
 | 
						|
      "env_variable": "DB_PASSWORD"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |