{
  "manifest_version": "1.0.0",
  "template": {
    "id": "be5a1b13-5f3f-4ed8-8360-7c9314dae7c5",
    "slug": "BK-Q7H",
    "name": "Verdaccio | Open Source Private npm Registry and Proxy Cache",
    "description": "Private npm registry that also caches npmjs.com for faster installs",
    "url": "https://railway.com/deploy/BK-Q7H",
    "upstream": {
      "image": "verdaccio/verdaccio:6.10.3"
    }
  },
  "services": [
    {
      "name": "registry",
      "source": {
        "image": "verdaccio/verdaccio:6.10.3"
      },
      "needs_volume": true,
      "volume_mount_path": "/verdaccio/storage",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "registry",
      "description": "Port",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "VERDACCIO_PORT",
      "service": "registry",
      "description": "Verdaccio Port",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "RAILWAY_RUN_UID",
      "service": "registry",
      "description": "Run as root so Verdaccio (image USER 10001) can write to the root-owned Railway volume at /verdaccio/storage.",
      "secret": false,
      "strategy": "default",
      "default": "0"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "BK-Q7H"
      }
    },
    "cli": "railway deploy --template BK-Q7H",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "be5a1b13-5f3f-4ed8-8360-7c9314dae7c5",
            "serializedConfig": {
              "services": {
                "7eafad9e-81a3-41e3-b1c5-73db1b591f61": {
                  "icon": null,
                  "name": "registry",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 2
                  },
                  "source": {
                    "image": "verdaccio/verdaccio:6.10.3"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Port",
                      "defaultValue": "8080"
                    },
                    "VERDACCIO_PORT": {
                      "isOptional": false,
                      "description": "Verdaccio Port",
                      "defaultValue": "${{registry.PORT}}"
                    },
                    "RAILWAY_RUN_UID": {
                      "isOptional": false,
                      "description": "Run as root so Verdaccio (image USER 10001) can write to the root-owned Railway volume at /verdaccio/storage.",
                      "defaultValue": "0"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "7eafad9e-81a3-41e3-b1c5-73db1b591f61": {
                      "mountPath": "/verdaccio/storage"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-19T10:14:38.021Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-19T03:45:51.080Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_576ba6c615034bffa8db",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 71,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "registry"
  }
}
