{
  "manifest_version": "1.0.0",
  "template": {
    "id": "9215b258-f3b1-4f7a-ab62-5449b886a0db",
    "slug": "stirlingpdf",
    "name": "Stirling (Open-Source File Manager & Data Transfer Tool)",
    "description": "Stirling PDF [Sep ’26] (Manage, Transfer & Organise Files) Self Host",
    "url": "https://railway.com/deploy/stirlingpdf",
    "upstream": {
      "image": "stirlingtools/stirling-pdf:latest-fat"
    }
  },
  "services": [
    {
      "name": "stirling-pdf",
      "source": {
        "image": "stirlingtools/stirling-pdf:latest-fat"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "LANGS",
      "service": "stirling-pdf",
      "description": "Provide a value for LANGS.",
      "secret": false,
      "strategy": "default",
      "default": "en_GB"
    },
    {
      "key": "DISABLE_ADDITIONAL_FEATURES",
      "service": "stirling-pdf",
      "description": "Provide a value for DISABLE_ADDITIONAL_FEATURES.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "stirlingpdf"
      }
    },
    "cli": "railway deploy --template stirlingpdf",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "9215b258-f3b1-4f7a-ab62-5449b886a0db",
            "serializedConfig": {
              "services": {
                "e96ae692-a89c-480e-8db6-f78ccf12e51f": {
                  "icon": null,
                  "name": "stirling-pdf",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "image": "stirlingtools/stirling-pdf:latest-fat"
                  },
                  "variables": {
                    "LANGS": {
                      "isOptional": false,
                      "defaultValue": "en_GB"
                    },
                    "DISABLE_ADDITIONAL_FEATURES": {
                      "isOptional": false,
                      "defaultValue": "true"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "e96ae692-a89c-480e-8db6-f78ccf12e51f": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T16:15:12.787Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T03:32:02.820Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_4e0771f7f3bf4d4d8cc9",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 64,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "stirling-pdf"
  }
}
