{
  "manifest_version": "1.0.0",
  "template": {
    "id": "701eefe6-13c3-4f99-89cb-3409f4faf2ee",
    "slug": "n8n-ecom-bundle",
    "name": "n8n Ecom Bundle [Updated Jun'26]",
    "description": "Self-hosted n8n with 7 pre-built Shopify automations",
    "url": "https://railway.com/deploy/n8n-ecom-bundle",
    "upstream": {
      "repo_url": "https://github.com/Amritasha/n8n-ecom"
    }
  },
  "services": [
    {
      "name": "n8n-ecom",
      "source": {
        "repo": "https://github.com/Amritasha/n8n-ecom"
      },
      "needs_volume": true,
      "volume_mount_path": "/data/n8n",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "N8N_PORT",
      "service": "n8n-ecom",
      "description": "Provide a value for N8N_PORT.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "GENERIC_TIMEZONE",
      "service": "n8n-ecom",
      "description": "Provide a value for GENERIC_TIMEZONE.",
      "secret": false,
      "strategy": "default",
      "default": "America/New_York"
    },
    {
      "key": "N8N_ENCRYPTION_KEY",
      "service": "n8n-ecom",
      "description": "Run openssl rand -hex 16 to generate",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "N8N_BASIC_AUTH_USER",
      "service": "n8n-ecom",
      "description": "admin",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    },
    {
      "key": "N8N_BASIC_AUTH_PASSWORD",
      "service": "n8n-ecom",
      "description": "Your n8n login password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "n8n-ecom-bundle"
      }
    },
    "cli": "railway deploy --template n8n-ecom-bundle",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "701eefe6-13c3-4f99-89cb-3409f4faf2ee",
            "serializedConfig": {
              "services": {
                "d0d60a92-074b-4b7e-a21f-92e17936de0b": {
                  "name": "n8n-ecom",
                  "source": {
                    "repo": "Amritasha/n8n-ecom",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "N8N_PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "${{PORT}}"
                    },
                    "GENERIC_TIMEZONE": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "America/New_York"
                    },
                    "N8N_ENCRYPTION_KEY": {
                      "isOptional": false,
                      "description": "Run openssl rand -hex 16 to generate",
                      "defaultValue": "{{N8N_ENCRYPTION_KEY}}"
                    },
                    "N8N_BASIC_AUTH_USER": {
                      "isOptional": true,
                      "description": "admin",
                      "defaultValue": "admin"
                    },
                    "N8N_BASIC_AUTH_PASSWORD": {
                      "isOptional": false,
                      "description": "Your n8n login password",
                      "defaultValue": "{{N8N_BASIC_AUTH_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "d0d60a92-074b-4b7e-a21f-92e17936de0b": {
                      "mountPath": "/data/n8n"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T12:24:29.114Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_aca24821340647bf8873",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 131,
    "typical_build_seconds": 57,
    "typical_start_seconds": 15,
    "slowest_service": "n8n-ecom"
  }
}
