{
  "manifest_version": "1.0.0",
  "template": {
    "id": "3b7072d8-7f29-4be8-8800-d2b6ab52875d",
    "slug": "tailscale-exit-node",
    "name": "Tailscale Exit Node",
    "description": "A bare-bones simple Tailscale exit node deployment.",
    "url": "https://railway.com/deploy/tailscale-exit-node",
    "upstream": {
      "repo_url": "https://github.com/jacobhutchings/tailscale-exit-node"
    }
  },
  "services": [
    {
      "name": "tailscale-exit-node",
      "source": {
        "repo": "https://github.com/jacobhutchings/tailscale-exit-node"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/tailscale",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "TS_AUTHKEY",
      "service": "tailscale-exit-node",
      "description": "Tailscale Auth Key",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "tailscale-exit-node"
      }
    },
    "cli": "railway deploy --template tailscale-exit-node",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "3b7072d8-7f29-4be8-8800-d2b6ab52875d",
            "serializedConfig": {
              "services": {
                "892f8780-aa19-433d-b530-6996df446156": {
                  "name": "tailscale-exit-node",
                  "source": {
                    "repo": "jacobhutchings/tailscale-exit-node",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "TS_AUTHKEY": {
                      "isOptional": false,
                      "description": "Tailscale Auth Key",
                      "defaultValue": "{{TS_AUTHKEY}}"
                    }
                  },
                  "volumeMounts": {
                    "892f8780-aa19-433d-b530-6996df446156": {
                      "mountPath": "/var/lib/tailscale"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T14:08:09.982Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_8f68b169551944629185",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 107,
    "typical_build_seconds": 20,
    "typical_start_seconds": 10,
    "slowest_service": "tailscale-exit-node"
  }
}
