{
  "manifest_version": "1.0.0",
  "template": {
    "id": "dcd1f285-0f4e-474f-b0f0-02bd30ba14a6",
    "slug": "haven-aug-26-private-chat-server",
    "name": "Haven [Aug '26] (Private Chat Server)",
    "description": "Self-hosted Discord alternative. Text, voice, files.",
    "url": "https://railway.com/deploy/haven-aug-26-private-chat-server",
    "upstream": {
      "image": "ghcr.io/ancsemi/haven:latest"
    }
  },
  "services": [
    {
      "name": "ancsemi/haven:latest",
      "source": {
        "image": "ghcr.io/ancsemi/haven:latest"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "ancsemi/haven:latest",
      "description": "Web server port",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "FORCE_HTTP",
      "service": "ancsemi/haven:latest",
      "description": "Disables built-in SSL. Railway handles HTTPS.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "haven-aug-26-private-chat-server"
      }
    },
    "cli": "railway deploy --template haven-aug-26-private-chat-server",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "dcd1f285-0f4e-474f-b0f0-02bd30ba14a6",
            "serializedConfig": {
              "services": {
                "903dabc1-46f9-432a-b9ec-de3995cc5493": {
                  "name": "ancsemi/haven:latest",
                  "source": {
                    "image": "ghcr.io/ancsemi/haven:latest"
                  },
                  "variables": {
                    "PORT": {
                      "description": "Web server port",
                      "defaultValue": "3000"
                    },
                    "FORCE_HTTP": {
                      "description": "Disables built-in SSL. Railway handles HTTPS.",
                      "defaultValue": "true"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-19T16:44:30.685Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_88e45715974f4c6db77d",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 35,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "ancsemi/haven:latest"
  }
}
