{
  "manifest_version": "1.0.0",
  "template": {
    "id": "ef9d1a36-dda8-4403-be2e-037bf92893a3",
    "slug": "homedrive",
    "name": "HomeDrive - Simple Google Drive",
    "description": "Self Hosted ,Simple google drive Clone",
    "url": "https://railway.com/deploy/homedrive",
    "upstream": {
      "repo_url": "https://github.com/bilalnawaz072/home-drive"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "home-drive",
      "source": {
        "repo": "https://github.com/bilalnawaz072/home-drive"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/files",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "HOST",
      "service": "home-drive",
      "description": "bind the host",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0"
    },
    {
      "key": "PORT",
      "service": "home-drive",
      "description": "port where app listens",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "FILES_DIR",
      "service": "home-drive",
      "description": "directory to store files",
      "secret": false,
      "strategy": "default",
      "default": "/app/files"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "homedrive"
      }
    },
    "cli": "railway deploy --template homedrive",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "ef9d1a36-dda8-4403-be2e-037bf92893a3",
            "serializedConfig": {
              "services": {
                "234d381c-3a54-46df-85dc-3896b29d0149": {
                  "name": "home-drive",
                  "source": {
                    "repo": "bilalnawaz072/home-drive"
                  },
                  "variables": {
                    "HOST": {
                      "description": "bind the host",
                      "defaultValue": "0.0.0.0"
                    },
                    "PORT": {
                      "description": "port where app listens",
                      "defaultValue": "3000"
                    },
                    "FILES_DIR": {
                      "description": "directory to store files",
                      "defaultValue": "/app/files"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3000": {
                        "port": 3000
                      }
                    }
                  },
                  "volumeMounts": {
                    "234d381c-3a54-46df-85dc-3896b29d0149": {
                      "mountPath": "/app/files"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-03T21:21:19.218Z",
  "generator_version": "0.1.0"
}
