{
  "manifest_version": "1.0.0",
  "template": {
    "id": "5b7aabfe-46fa-4710-874e-a39626dfd292",
    "slug": "discord-music",
    "name": "Discord-Music",
    "description": "Deploy and Host Discord-Music with Railway",
    "url": "https://railway.com/deploy/discord-music",
    "upstream": {
      "repo_url": "https://github.com/muhammad-zainal-muttaqin/Discord-Music"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Discord-Music",
      "source": {
        "repo": "https://github.com/muhammad-zainal-muttaqin/Discord-Music"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "DISCORD_TOKEN",
      "service": "Discord-Music",
      "description": "Fill with you Discord Token from Discord Developer Portal.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "LAVALINK_HOST",
      "service": "Discord-Music",
      "description": "Host Lavalink first, then search for url internal/external.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "LAVALINK_SECURE",
      "service": "Discord-Music",
      "description": "Provide a value for LAVALINK_SECURE.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "LAVALINK_PASSWORD",
      "service": "Discord-Music",
      "description": "Fill with password that you used for .env",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "discord-music"
      }
    },
    "cli": "railway deploy --template discord-music",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "5b7aabfe-46fa-4710-874e-a39626dfd292",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "1c6bb552-9238-459e-a5aa-00b760132446": {
                  "icon": null,
                  "name": "Discord-Music",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/muhammad-zainal-muttaqin/Discord-Music",
                    "rootDirectory": null
                  },
                  "variables": {
                    "DISCORD_TOKEN": {
                      "isOptional": false,
                      "description": "Fill with you Discord Token from Discord Developer Portal.",
                      "defaultValue": "{{DISCORD_TOKEN}}"
                    },
                    "LAVALINK_HOST": {
                      "isOptional": false,
                      "description": "Host Lavalink first, then search for url internal/external.",
                      "defaultValue": "{{LAVALINK_HOST}}"
                    },
                    "LAVALINK_SECURE": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "true"
                    },
                    "LAVALINK_PASSWORD": {
                      "isOptional": false,
                      "description": "Fill with password that you used for .env",
                      "defaultValue": "{{LAVALINK_PASSWORD}}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0"
}
