{
  "manifest_version": "1.0.0",
  "template": {
    "id": "f4aae70a-0cf0-4a2f-9b92-2897391cdc1d",
    "slug": "n8n-single-node",
    "name": "n8n Single Node",
    "description": "Workflow automation platform",
    "url": "https://railway.com/deploy/n8n-single-node",
    "upstream": {
      "image": "ghcr.io/n8n-io/n8n:latest"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "n8n",
      "source": {
        "image": "ghcr.io/n8n-io/n8n:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "TZ",
      "service": "n8n",
      "description": "Server timezone",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "WEBHOOK_URL",
      "service": "n8n",
      "description": "Webhook endpoint",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "GENERIC_TIMEZONE",
      "service": "n8n",
      "description": "The n8n instance timezone",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "n8n-single-node"
      }
    },
    "cli": "railway deploy --template n8n-single-node",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "f4aae70a-0cf0-4a2f-9b92-2897391cdc1d",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "d76318e1-dccb-4582-81f6-e1475f41598e": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/n8n.png",
                  "name": "n8n",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/n8n-io/n8n:latest"
                  },
                  "variables": {
                    "TZ": {
                      "isOptional": false,
                      "description": "Server timezone",
                      "defaultValue": "${{GENERIC_TIMEZONE}}"
                    },
                    "WEBHOOK_URL": {
                      "isOptional": false,
                      "description": "Webhook endpoint",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "GENERIC_TIMEZONE": {
                      "isOptional": false,
                      "description": "The n8n instance timezone",
                      "defaultValue": "{{GENERIC_TIMEZONE}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:5678": {
                        "port": 5678
                      }
                    }
                  },
                  "volumeMounts": {
                    "d76318e1-dccb-4582-81f6-e1475f41598e": {
                      "mountPath": "/data",
                      "backupSchedules": [
                        "DAILY"
                      ]
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0"
}
