{
  "manifest_version": "1.0.0",
  "template": {
    "id": "2060300a-d906-4c05-9eed-a0355072981a",
    "slug": "kali-linux-ssh",
    "name": "Kali Linux (ssh)",
    "description": "Kali linux machine that you can ssh into.",
    "url": "https://railway.com/deploy/kali-linux-ssh",
    "upstream": {
      "repo_url": "https://github.com/dbx0/kali-railway"
    }
  },
  "services": [
    {
      "name": "Kali Railway (ssh)",
      "source": {
        "repo": "https://github.com/dbx0/kali-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/home",
      "tcp_ports": [
        22
      ],
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PASSWORD",
      "service": "Kali Railway (ssh)",
      "description": "Random 32 characters password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "USERNAME",
      "service": "Kali Railway (ssh)",
      "description": "Random 16 characters username",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "kali-linux-ssh"
      }
    },
    "cli": "railway deploy --template kali-linux-ssh",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "2060300a-d906-4c05-9eed-a0355072981a",
            "serializedConfig": {
              "services": {
                "903dd294-40e4-44f1-ad0f-d1cb9915fa60": {
                  "icon": "https://raw.githubusercontent.com/dbx0/kali-railway/refs/heads/main/assets/kali-linux-logo-wikimedia.png",
                  "name": "Kali Railway (ssh)",
                  "source": {
                    "repo": "dbx0/kali-railway",
                    "branch": null,
                    "rootDirectory": "/"
                  },
                  "variables": {
                    "PASSWORD": {
                      "isOptional": false,
                      "description": "Random 32 characters password",
                      "defaultValue": "{{PASSWORD}}"
                    },
                    "USERNAME": {
                      "isOptional": false,
                      "description": "Random 16 characters username",
                      "defaultValue": "{{USERNAME}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {
                      "22": {}
                    }
                  },
                  "volumeMounts": {
                    "903dd294-40e4-44f1-ad0f-d1cb9915fa60": {
                      "mountPath": "/home"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-18T15:29:54.474Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_713d63c1440d4fe08aba",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "BUILDING"
      }
    ]
  }
}
