{
  "manifest_version": "1.0.0",
  "template": {
    "id": "e3f7b750-0a29-4c10-9ac0-5fbe817773b2",
    "slug": "high-warm",
    "name": "smuf",
    "description": "smuf is a self-hosted HTTP tunnel tool — like ngrok, but yours.",
    "url": "https://railway.com/deploy/high-warm",
    "upstream": {
      "repo_url": "https://github.com/cosmind-rusu/smuf"
    }
  },
  "services": [
    {
      "name": "smuf",
      "source": {
        "repo": "https://github.com/cosmind-rusu/smuf"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "SMUF_DOMAIN",
      "service": "smuf",
      "description": "Your public domain. Railway sets ${{RAILWAY_PUBLIC_DOMAIN}} automatically — use a custom domain for production",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "SMUF_HTTP_PORT",
      "service": "smuf",
      "description": "Public HTTP port. Railway uses this for inbound traffic — keep 8080 unless you have a specific port conflict",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "SMUF_AUTH_TOKEN",
      "service": "smuf",
      "description": "Shared secret between server and client. Use ${{secret(64, \"abcdef0123456789\")}} to auto-generate on deploy",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "SMUF_MAX_CONNS_PER_IP",
      "service": "smuf",
      "description": "Maximum concurrent tunnels per client IP. Default 10 is fine for most use cases. Increase for heavy multi-tunnel setups",
      "secret": false,
      "strategy": "default",
      "default": "10"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "high-warm"
      }
    },
    "cli": "railway deploy --template high-warm",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "e3f7b750-0a29-4c10-9ac0-5fbe817773b2",
            "serializedConfig": {
              "services": {
                "feb17318-b7e9-4e1c-9005-ea0c81d17be2": {
                  "icon": "https://github.com/cosmind-rusu/smuf/blob/main/logo.svg",
                  "name": "smuf",
                  "source": {
                    "repo": "cosmind-rusu/smuf",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "SMUF_DOMAIN": {
                      "description": "Your public domain. Railway sets ${{RAILWAY_PUBLIC_DOMAIN}} automatically — use a custom domain for production",
                      "defaultValue": "${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "SMUF_HTTP_PORT": {
                      "description": "Public HTTP port. Railway uses this for inbound traffic — keep 8080 unless you have a specific port conflict",
                      "defaultValue": "8080"
                    },
                    "SMUF_AUTH_TOKEN": {
                      "description": "Shared secret between server and client. Use ${{secret(64, \"abcdef0123456789\")}} to auto-generate on deploy",
                      "defaultValue": "{{SMUF_AUTH_TOKEN}}"
                    },
                    "SMUF_MAX_CONNS_PER_IP": {
                      "description": "Maximum concurrent tunnels per client IP. Default 10 is fine for most use cases. Increase for heavy multi-tunnel setups",
                      "defaultValue": "10"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-11T16:14:44.435Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-11T10:15:21.787Z",
  "success_rate_30d": 0.5,
  "validation": {
    "last_run_id": "run_dab3bc31b1404968865c",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "REMOVED"
      }
    ],
    "typical_ready_seconds": 133,
    "typical_build_seconds": 51,
    "typical_start_seconds": 0,
    "slowest_service": "smuf"
  }
}
