{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c5e0f293-4dde-4b1d-a913-01fe5d66d6b4",
    "slug": "mumble-voip-server",
    "name": "Mumble VoIP Server",
    "description": "Mumble: Open Source Voice Chat",
    "url": "https://railway.com/deploy/mumble-voip-server",
    "upstream": {
      "image": "mumblevoip/mumble-server"
    }
  },
  "services": [
    {
      "name": "Mumble VoIP Server",
      "source": {
        "image": "mumblevoip/mumble-server"
      },
      "needs_volume": false,
      "tcp_ports": [
        64738
      ],
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "MUMBLE_CONFIG_USERS",
      "service": "Mumble VoIP Server",
      "description": "maximum number of concurrent users",
      "secret": false,
      "strategy": "default",
      "default": "100"
    },
    {
      "key": "MUMBLE_CONFIG_USERNAME",
      "service": "Mumble VoIP Server",
      "description": "allowed username patterns from client",
      "secret": false,
      "strategy": "default",
      "default": "^[-_a-z0-9]{1,64}$"
    },
    {
      "key": "MUMBLE_CONFIG_SENDVERSION",
      "service": "Mumble VoIP Server",
      "description": "whether the server reports its  version to client, default=true",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "MUMBLE_CONFIG_WELCOMETEXT",
      "service": "Mumble VoIP Server",
      "description": "welcome message",
      "secret": false,
      "strategy": "default",
      "default": "Hello Mumble from Railway."
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "mumble-voip-server"
      }
    },
    "cli": "railway deploy --template mumble-voip-server",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c5e0f293-4dde-4b1d-a913-01fe5d66d6b4",
            "serializedConfig": {
              "services": {
                "2c367e7a-48f7-40df-b2c5-56f2c91b68b2": {
                  "icon": "https://devicons.railway.app/icon",
                  "name": "Mumble VoIP Server",
                  "deploy": {
                    "restartPolicyMaxRetries": 3
                  },
                  "source": {
                    "image": "mumblevoip/mumble-server",
                    "autoUpdates": {
                      "type": "disabled"
                    }
                  },
                  "variables": {
                    "MUMBLE_CONFIG_USERS": {
                      "description": "maximum number of concurrent users",
                      "defaultValue": "100"
                    },
                    "MUMBLE_CONFIG_USERNAME": {
                      "description": "allowed username patterns from client",
                      "defaultValue": "^[-_a-z0-9]{1,64}$"
                    },
                    "MUMBLE_CONFIG_SENDVERSION": {
                      "description": "whether the server reports its  version to client, default=true",
                      "defaultValue": "true"
                    },
                    "MUMBLE_CONFIG_WELCOMETEXT": {
                      "description": "welcome message",
                      "defaultValue": "Hello Mumble from Railway."
                    }
                  },
                  "networking": {
                    "tcpProxies": {
                      "64738": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T03:28:44.484Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_ba36b66dec364e67ab55",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 20,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Mumble VoIP Server"
  }
}
