{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4fbd714a-e7f5-4d1d-aaa5-9301b0c961ca",
    "slug": "fossflow",
    "name": "FossFLOW",
    "description": "Deploy and Host FossFLOW with Railway",
    "url": "https://railway.com/deploy/fossflow",
    "upstream": {
      "image": "stnsmith/fossflow:master-33989d7@sha256:e448ab346cb34f76ab2a24e2d863e3d82ba28bfb52a6b15c5c3eabf81965c205"
    }
  },
  "services": [
    {
      "name": "FossFLOW",
      "source": {
        "image": "stnsmith/fossflow:master-33989d7@sha256:e448ab346cb34f76ab2a24e2d863e3d82ba28bfb52a6b15c5c3eabf81965c205"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "FossFLOW",
      "description": "Server port to run and connect to FossFLOW.",
      "secret": false,
      "strategy": "default",
      "default": "80"
    },
    {
      "key": "ENABLE_SERVER_STORAGE",
      "service": "FossFLOW",
      "description": "Enable server storage for diagrams",
      "secret": false,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "fossflow"
      }
    },
    "cli": "railway deploy --template fossflow",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4fbd714a-e7f5-4d1d-aaa5-9301b0c961ca",
            "serializedConfig": {
              "services": {
                "31f07def-07d3-4306-9112-225f86d9c91c": {
                  "icon": "https://raw.githubusercontent.com/Abrar74774/FossFLOW/d04d0a382facb4c1006e91e84636343b4fa22fca/packages/fossflow-app/public/logo512.png",
                  "name": "FossFLOW",
                  "source": {
                    "image": "stnsmith/fossflow:master-33989d7@sha256:e448ab346cb34f76ab2a24e2d863e3d82ba28bfb52a6b15c5c3eabf81965c205"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Server port to run and connect to FossFLOW.",
                      "defaultValue": "80"
                    },
                    "ENABLE_SERVER_STORAGE": {
                      "description": "Enable server storage for diagrams",
                      "defaultValue": "true"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:80": {
                        "port": 80
                      }
                    }
                  },
                  "volumeMounts": {
                    "31f07def-07d3-4306-9112-225f86d9c91c": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T17:27:37.557Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_ef9945ebd96142bcb8c1",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 73,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "FossFLOW"
  }
}
