{
  "manifest_version": "1.0.0",
  "template": {
    "id": "e8dae315-9de0-4bb8-96d8-f15603a351ac",
    "slug": "n8n-lite-single-service",
    "name": "n8n Lite — One-Service Workflow Automation",
    "description": "Cheapest self-hosted n8n — single service, SQLite on a volume",
    "url": "https://railway.com/deploy/n8n-lite-single-service",
    "upstream": {
      "image": "n8n-io/n8n:latest"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "n8n",
      "source": {
        "image": "n8n-io/n8n:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "TZ",
      "service": "n8n",
      "description": "Provide a value for TZ.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "WEBHOOK_URL",
      "service": "n8n",
      "description": "Provide a value for WEBHOOK_URL.",
      "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-lite-single-service"
      }
    },
    "cli": "railway deploy --template n8n-lite-single-service",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "e8dae315-9de0-4bb8-96d8-f15603a351ac",
            "serializedConfig": {
              "services": {
                "13eb93a7-e79d-4fc2-ad88-4e73da2cf452": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/n8n.png",
                  "name": "n8n",
                  "source": {
                    "image": "n8n-io/n8n:latest"
                  },
                  "variables": {
                    "TZ": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "${{GENERIC_TIMEZONE}}"
                    },
                    "WEBHOOK_URL": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "GENERIC_TIMEZONE": {
                      "isOptional": false,
                      "description": "The n8n instance timezone",
                      "defaultValue": "{{GENERIC_TIMEZONE}}"
                    }
                  },
                  "volumeMounts": {
                    "13eb93a7-e79d-4fc2-ad88-4e73da2cf452": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
