{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4f96b208-d337-4d7a-a1c1-a39501190e94",
    "slug": "openlist-storage",
    "name": "OpenList [Updated Sep '26]",
    "description": "OpenList [Sep '26] (Open-Source File Listing & Cloud Storage) Self Host",
    "url": "https://railway.com/deploy/openlist-storage",
    "upstream": {
      "repo_url": "https://github.com/Shinyduo/openlist-railway"
    }
  },
  "services": [
    {
      "name": "openlist-railway",
      "source": {
        "repo": "https://github.com/Shinyduo/openlist-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/opt/openlist/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "openlist-railway",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "5244"
    },
    {
      "key": "UMASK",
      "service": "openlist-railway",
      "description": "Provide a value for UMASK.",
      "secret": false,
      "strategy": "default",
      "default": "022"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "openlist-storage"
      }
    },
    "cli": "railway deploy --template openlist-storage",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4f96b208-d337-4d7a-a1c1-a39501190e94",
            "serializedConfig": {
              "services": {
                "2aa5b31f-4b87-4344-bd04-90f90f4209d7": {
                  "name": "openlist-railway",
                  "source": {
                    "repo": "Shinyduo/openlist-railway",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "5244"
                    },
                    "UMASK": {
                      "defaultValue": "022"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:5244": {
                        "port": 5244
                      }
                    }
                  },
                  "volumeMounts": {
                    "2aa5b31f-4b87-4344-bd04-90f90f4209d7": {
                      "mountPath": "/opt/openlist/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T23:29:31.070Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_a003662a8c4d4c5f9ed0",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 72,
    "typical_build_seconds": 20,
    "typical_start_seconds": 10,
    "slowest_service": "openlist-railway"
  }
}
