{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4d6a8350-b52d-4508-9b26-fff40438ed71",
    "slug": "FfCrs6",
    "name": "webdav",
    "description": "A single user WebDAV server",
    "url": "https://railway.com/deploy/FfCrs6",
    "upstream": {
      "repo_url": "https://github.com/kelco-chan/webdav"
    }
  },
  "services": [
    {
      "name": "webdav",
      "source": {
        "repo": "https://github.com/kelco-chan/webdav"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PASSWORD",
      "service": "webdav",
      "description": "Note that the username in webdav is `root`",
      "secret": true,
      "strategy": "default",
      "default": "VeryVeryLongPassw0rd"
    },
    {
      "key": "FILE_TREE_PATH",
      "service": "webdav",
      "description": "JSON file to write the directory to",
      "secret": false,
      "strategy": "default",
      "default": "/var/data/data.json"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "FfCrs6"
      }
    },
    "cli": "railway deploy --template FfCrs6",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4d6a8350-b52d-4508-9b26-fff40438ed71",
            "serializedConfig": {
              "services": {
                "e7c741c0-f178-42fc-b82f-4600b7df37f2": {
                  "name": "webdav",
                  "build": {},
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "repo": "https://github.com/kelco-chan/webdav",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PASSWORD": {
                      "isOptional": false,
                      "description": "Note that the username in webdav is `root`",
                      "defaultValue": "VeryVeryLongPassw0rd"
                    },
                    "FILE_TREE_PATH": {
                      "isOptional": false,
                      "description": "JSON file to write the directory to",
                      "defaultValue": "/var/data/data.json"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "e7c741c0-f178-42fc-b82f-4600b7df37f2": {
                      "mountPath": "/var/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T16:15:12.787Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T14:41:19.121Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_d615e2a8221840a3a3d8",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 113,
    "typical_build_seconds": 32,
    "typical_start_seconds": 10,
    "slowest_service": "webdav"
  }
}
