{
  "manifest_version": "1.0.0",
  "template": {
    "id": "ff78448a-4f8c-4a8b-bba4-fb7aad4c2792",
    "slug": "lavalink-or-just-updated-discord-music-n",
    "name": "Lavalink | (Just Updated) Discord Music Node Whose YouTube Actually Plays",
    "description": "Discord audio node with a working YouTube source and a real password.",
    "url": "https://railway.com/deploy/lavalink-or-just-updated-discord-music-n",
    "upstream": {
      "image": "ghcr.io/bon5co/lavalink-railway:4.2.2"
    }
  },
  "services": [
    {
      "name": "lavalink",
      "source": {
        "image": "ghcr.io/bon5co/lavalink-railway:4.2.2"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "LAVALINK_SERVER_PASSWORD",
      "service": "lavalink",
      "description": "Provide a value for LAVALINK_SERVER_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "lavalink-or-just-updated-discord-music-n"
      }
    },
    "cli": "railway deploy --template lavalink-or-just-updated-discord-music-n",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "ff78448a-4f8c-4a8b-bba4-fb7aad4c2792",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "38a18a28-e759-4c0f-9d1c-191bb291d3f1": {
                  "icon": null,
                  "name": "lavalink",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/metrics",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/bon5co/lavalink-railway:4.2.2"
                  },
                  "variables": {
                    "LAVALINK_SERVER_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{LAVALINK_SERVER_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "lavalink",
      "method": "GET",
      "path": "/metrics",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T04:14:46.774Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-19T19:08:49.284Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_e7a35a51e4544ae2aaaf",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 79,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "lavalink"
  }
}
