{
  "manifest_version": "1.0.0",
  "template": {
    "id": "b9314d11-a156-4592-9440-caba51564d6c",
    "slug": "copyparty-1",
    "name": "Copyparty",
    "description": "Copyparty — self-hosted file server and cloud drive in one container",
    "url": "https://railway.com/deploy/copyparty-1",
    "upstream": {
      "repo_url": "https://github.com/INAPP-Mobile/copyparty"
    }
  },
  "services": [
    {
      "name": "copyparty",
      "source": {
        "repo": "https://github.com/INAPP-Mobile/copyparty"
      },
      "needs_volume": true,
      "volume_mount_path": "/srv",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "CP_PASS",
      "service": "copyparty",
      "description": "REQUIRED. Password for the `admin` account (used for uploads / writes / management)",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "copyparty-1"
      }
    },
    "cli": "railway deploy --template copyparty-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "b9314d11-a156-4592-9440-caba51564d6c",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "de71bc66-46eb-4b6e-a504-309df943fece": {
                  "icon": null,
                  "name": "copyparty",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/INAPP-Mobile/copyparty",
                    "rootDirectory": null
                  },
                  "variables": {
                    "CP_PASS": {
                      "isOptional": false,
                      "description": "REQUIRED. Password for the `admin` account (used for uploads / writes / management)",
                      "defaultValue": "{{CP_PASS}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "de71bc66-46eb-4b6e-a504-309df943fece": {
                      "mountPath": "/srv"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-06T23:54:14.295Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-04T13:00:49.954Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_b21b814057b1486eb104",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 37,
    "typical_build_seconds": 10,
    "typical_start_seconds": 10,
    "slowest_service": "copyparty"
  }
}
