{
  "manifest_version": "1.0.0",
  "template": {
    "id": "d60f053b-03ae-4066-904e-7d220903fb3f",
    "slug": "excalidraw-or-just-updated-whiteboard-wh",
    "name": "Excalidraw | (Just Updated) Whiteboard Whose Collab Server Is Actually Used",
    "description": "Whiteboard whose live collaboration runs on your server, not Excalidraw's",
    "url": "https://railway.com/deploy/excalidraw-or-just-updated-whiteboard-wh",
    "upstream": {
      "image": "ghcr.io/bon5co/excalidraw-railway:2026.08.18"
    }
  },
  "services": [
    {
      "name": "excalidraw",
      "source": {
        "image": "ghcr.io/bon5co/excalidraw-railway:2026.08.18"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "excalidraw-room",
      "source": {
        "image": "excalidraw/excalidraw-room@sha256:2fe999f9be4379e3ee282fc45d75d84a691a6383dde33544514cc395287c7a70"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "EXCALIDRAW_ROOM_URL",
      "service": "excalidraw",
      "description": "Provide a value for EXCALIDRAW_ROOM_URL.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "CORS_ORIGIN",
      "service": "excalidraw-room",
      "description": "Provide a value for CORS_ORIGIN.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "excalidraw-or-just-updated-whiteboard-wh"
      }
    },
    "cli": "railway deploy --template excalidraw-or-just-updated-whiteboard-wh",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "d60f053b-03ae-4066-904e-7d220903fb3f",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "53f2045f-759e-45c5-a3b8-59c340a817f8": {
                  "icon": null,
                  "name": "excalidraw",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/bon5co/excalidraw-railway:2026.08.18"
                  },
                  "variables": {
                    "EXCALIDRAW_ROOM_URL": {
                      "isOptional": false,
                      "defaultValue": "https://${{RAILWAY_SERVICE_EXCALIDRAW_ROOM_URL}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                },
                "cfccd4b7-0d6b-4ac0-ae6c-1db4a9e9ac18": {
                  "icon": null,
                  "name": "excalidraw-room",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "excalidraw/excalidraw-room@sha256:2fe999f9be4379e3ee282fc45d75d84a691a6383dde33544514cc395287c7a70"
                  },
                  "variables": {
                    "CORS_ORIGIN": {
                      "isOptional": false,
                      "defaultValue": "https://${{RAILWAY_SERVICE_EXCALIDRAW_URL}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "excalidraw",
      "method": "GET",
      "path": "/",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 2,
    "needs_volume": false
  },
  "generated_at": "2026-09-06T23:54:14.295Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-04T12:24:13.851Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_58d8cfb80e7a4209b574",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 52,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "excalidraw-room"
  }
}
