{
  "manifest_version": "1.0.0",
  "template": {
    "id": "f653b417-6575-4471-bc86-9531c7589629",
    "slug": "Wjoi4m",
    "name": "Railway Template Kickback | Open Source Earnings Dashboard",
    "description": "Publish your Railway template earnings as a public page",
    "url": "https://railway.com/deploy/Wjoi4m",
    "upstream": {
      "repo_url": "https://github.com/IKatsuba/railway-template-kickback"
    }
  },
  "services": [
    {
      "name": "web",
      "source": {
        "repo": "https://github.com/IKatsuba/railway-template-kickback"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "web",
      "description": "Port the dashboard listens on.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "RAILWAY_TOKEN",
      "service": "web",
      "description": "Your Railway account token — the dashboard reads your own template earnings with it. Create one at railway.com/account/tokens.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "RAILWAY_DOCKERFILE_PATH",
      "service": "web",
      "description": "Path to the app's Dockerfile inside the monorepo.",
      "secret": false,
      "strategy": "default",
      "default": "apps/web/Dockerfile"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "Wjoi4m"
      }
    },
    "cli": "railway deploy --template Wjoi4m",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "f653b417-6575-4471-bc86-9531c7589629",
            "serializedConfig": {
              "services": {
                "88b81e30-ad6f-4a4c-a41b-dc7918b6f91e": {
                  "icon": null,
                  "name": "web",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 2
                  },
                  "source": {
                    "repo": "https://github.com/IKatsuba/railway-template-kickback",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Port the dashboard listens on.",
                      "defaultValue": "3000"
                    },
                    "RAILWAY_TOKEN": {
                      "isOptional": false,
                      "description": "Your Railway account token — the dashboard reads your own template earnings with it. Create one at railway.com/account/tokens.",
                      "defaultValue": "{{RAILWAY_TOKEN}}"
                    },
                    "RAILWAY_DOCKERFILE_PATH": {
                      "isOptional": false,
                      "description": "Path to the app's Dockerfile inside the monorepo.",
                      "defaultValue": "apps/web/Dockerfile"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T10:28:28.163Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_253abad457904359bc50",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 286,
    "typical_build_seconds": 169,
    "typical_start_seconds": 10,
    "slowest_service": "web"
  }
}
