{
  "manifest_version": "1.0.0",
  "template": {
    "id": "81d16c9f-45b0-4a1e-a254-d3515a6ef0a3",
    "slug": "oZ13es",
    "name": "SpaceDrive",
    "description": "Unify files from all devices and clouds in a single, easy-to-use explorer.",
    "url": "https://railway.com/deploy/oZ13es",
    "upstream": {
      "image": "ghcr.io/spacedriveapp/spacedrive/server:latest"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "SpaceDrive",
      "source": {
        "image": "ghcr.io/spacedriveapp/spacedrive/server:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "SD_AUTH",
      "service": "SpaceDrive",
      "description": "Provide a value for SD_AUTH.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SD_PASSWORD",
      "service": "SpaceDrive",
      "description": "Provide a value for SD_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "SD_USERNAME",
      "service": "SpaceDrive",
      "description": "Provide a value for SD_USERNAME.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "oZ13es"
      }
    },
    "cli": "railway deploy --template oZ13es",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "81d16c9f-45b0-4a1e-a254-d3515a6ef0a3",
            "serializedConfig": {
              "services": {
                "42256189-c143-434c-86ea-7a8e05895d58": {
                  "icon": "https://raw.githubusercontent.com/spacedriveapp/spacedrive/refs/heads/main/apps/landing/public/logo.png",
                  "name": "SpaceDrive",
                  "deploy": {
                    "healthcheckPath": ""
                  },
                  "source": {
                    "image": "ghcr.io/spacedriveapp/spacedrive/server:latest"
                  },
                  "variables": {
                    "SD_AUTH": {
                      "defaultValue": "${{SD_USERNAME}}:${{SD_PASSWORD}}"
                    },
                    "SD_PASSWORD": {
                      "defaultValue": "{{SD_PASSWORD}}"
                    },
                    "SD_USERNAME": {
                      "defaultValue": "{{SD_USERNAME}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "42256189-c143-434c-86ea-7a8e05895d58": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
