{
  "manifest_version": "1.0.0",
  "template": {
    "id": "69457b96-2c14-4bec-a1fa-dfeadcb7ce60",
    "slug": "vXq1Wp",
    "name": "Nginx Proxy Manager",
    "description": "Expose web services easily and securely.",
    "url": "https://railway.com/deploy/vXq1Wp",
    "upstream": {
      "image": "jlesage/nginx-proxy-manager"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "nginx-proxy-manager",
      "source": {
        "image": "jlesage/nginx-proxy-manager"
      },
      "needs_volume": true,
      "volume_mount_path": "/docker/appdata/nginx-proxy-manager",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "nginx-proxy-manager",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8181"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "vXq1Wp"
      }
    },
    "cli": "railway deploy --template vXq1Wp",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "69457b96-2c14-4bec-a1fa-dfeadcb7ce60",
            "serializedConfig": {
              "services": {
                "555cb761-6727-4f02-8510-fb2939817c97": {
                  "name": "nginx-proxy-manager",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "image": "jlesage/nginx-proxy-manager"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "defaultValue": "8181"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "555cb761-6727-4f02-8510-fb2939817c97": {
                      "mountPath": "/docker/appdata/nginx-proxy-manager"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-09T12:02:35.481Z",
  "generator_version": "0.1.0"
}
