{
  "manifest_version": "1.0.0",
  "template": {
    "id": "b2a335c1-aef9-4770-a6ab-d4860b0ffe07",
    "slug": "readeck-railway",
    "name": "readeck-railway",
    "description": "Docker image bridge for easy Readeck deployments to Railway",
    "url": "https://railway.com/deploy/readeck-railway",
    "upstream": {
      "repo_url": "https://github.com/sisyphusSmiling/readeck-railway"
    }
  },
  "services": [
    {
      "name": "readeck-railway",
      "source": {
        "repo": "https://github.com/sisyphusSmiling/readeck-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/readeck",
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "readeck-railway"
      }
    },
    "cli": "railway deploy --template readeck-railway",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "b2a335c1-aef9-4770-a6ab-d4860b0ffe07",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "0d1a6174-ea22-4be1-bb4c-b0bd011ae056": {
                  "icon": null,
                  "name": "readeck-railway",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/sisyphusSmiling/readeck-railway",
                    "rootDirectory": "/"
                  },
                  "variables": {
                    "READECK_ALLOWED_HOSTS": {
                      "isOptional": true,
                      "description": "Set after configuring custom url",
                      "defaultValue": ""
                    },
                    "READECK_SERVER_BASE_URL": {
                      "isOptional": true,
                      "description": "Set after configuring custom domain",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "0d1a6174-ea22-4be1-bb4c-b0bd011ae056": {
                      "mountPath": "/readeck"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T00:44:08.068Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_c021afc698734e9f85a7",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 145,
    "typical_build_seconds": 12,
    "typical_start_seconds": 10,
    "slowest_service": "readeck-railway"
  }
}
