{
  "manifest_version": "1.0.0",
  "template": {
    "id": "50834ae0-663b-4137-a97e-1be099af65aa",
    "slug": "stirling-image",
    "name": "stirling-image",
    "description": " Stirling-PDF but for images. 30+ tools in a single Docker container ",
    "url": "https://railway.com/deploy/stirling-image",
    "upstream": {
      "image": "stirlingimage/stirling-image:1.7.6-lite"
    }
  },
  "services": [
    {
      "name": "app-lite",
      "source": {
        "image": "stirlingimage/stirling-image:1.7.6-lite"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "app-lite",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "1349"
    },
    {
      "key": "AUTH_ENABLED",
      "service": "app-lite",
      "description": "Provide a value for AUTH_ENABLED.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "DEFAULT_PASSWORD",
      "service": "app-lite",
      "description": "Provide a value for DEFAULT_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "DEFAULT_USERNAME",
      "service": "app-lite",
      "description": "Provide a value for DEFAULT_USERNAME.",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "stirling-image"
      }
    },
    "cli": "railway deploy --template stirling-image",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "50834ae0-663b-4137-a97e-1be099af65aa",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "1385787c-a04e-4580-83b4-62b0f2a46af3": {
                  "icon": null,
                  "name": "app-lite",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "stirlingimage/stirling-image:1.7.6-lite"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "1349"
                    },
                    "AUTH_ENABLED": {
                      "isOptional": false,
                      "defaultValue": "true"
                    },
                    "DEFAULT_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{DEFAULT_PASSWORD}}"
                    },
                    "DEFAULT_USERNAME": {
                      "isOptional": false,
                      "defaultValue": "admin"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T15:16:54.593Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_0c5c78e02c2d480a94bd",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 46,
    "typical_build_seconds": 0,
    "typical_start_seconds": 5,
    "slowest_service": "app-lite"
  }
}
