{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c8c25185-524f-4661-b9dc-b76c1647ec2c",
    "slug": "terrific-vitality",
    "name": "tailscale-vpn",
    "description": "VPN Tailscale Userspace ligera. Incluye Exit Node y Proxy SOCKS5.",
    "url": "https://railway.com/deploy/terrific-vitality",
    "upstream": {
      "repo_url": "https://github.com/Kennethguerra3/tailscale-vpn-Docker"
    }
  },
  "services": [
    {
      "name": "tailscale-vpn-Docker",
      "source": {
        "repo": "https://github.com/Kennethguerra3/tailscale-vpn-Docker"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/tailscale",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "TAILSCALE_AUTHKEY",
      "service": "tailscale-vpn-Docker",
      "description": "Provide a value for TAILSCALE_AUTHKEY.",
      "secret": true,
      "strategy": "default",
      "default": "tskey-auth-"
    },
    {
      "key": "TAILSCALE_VERSION",
      "service": "tailscale-vpn-Docker",
      "description": "Provide a value for TAILSCALE_VERSION.",
      "secret": false,
      "strategy": "default",
      "default": "latest"
    },
    {
      "key": "TAILSCALE_HOSTNAME",
      "service": "tailscale-vpn-Docker",
      "description": "Provide a value for TAILSCALE_HOSTNAME.",
      "secret": false,
      "strategy": "default",
      "default": "railway-vpn"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "terrific-vitality"
      }
    },
    "cli": "railway deploy --template terrific-vitality",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c8c25185-524f-4661-b9dc-b76c1647ec2c",
            "serializedConfig": {
              "services": {
                "6426f1a6-9f53-45e6-96e6-60ee9d8c3a80": {
                  "name": "tailscale-vpn-Docker",
                  "source": {
                    "repo": "Kennethguerra3/tailscale-vpn-Docker",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "TAILSCALE_AUTHKEY": {
                      "description": "",
                      "defaultValue": "tskey-auth-"
                    },
                    "TAILSCALE_VERSION": {
                      "defaultValue": "latest"
                    },
                    "TAILSCALE_HOSTNAME": {
                      "defaultValue": "railway-vpn"
                    }
                  },
                  "volumeMounts": {
                    "6426f1a6-9f53-45e6-96e6-60ee9d8c3a80": {
                      "mountPath": "/var/lib/tailscale"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T21:00:31.532Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_9bab9065c7e94882a8e2",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 71,
    "typical_build_seconds": 13,
    "typical_start_seconds": 0,
    "slowest_service": "tailscale-vpn-Docker"
  }
}
