{
  "manifest_version": "1.0.0",
  "template": {
    "id": "eb9fd743-461c-4e58-a313-d93c8d2241d5",
    "slug": "uIBpGp",
    "name": "tailscale-vpn",
    "description": "Host personal VPN on Railway using Tailscale",
    "url": "https://railway.com/deploy/uIBpGp",
    "upstream": {
      "repo_url": "https://github.com/Andrew-Bekhiet/railway_tailscale_vpn"
    }
  },
  "services": [
    {
      "name": "tailscale-vpn",
      "source": {
        "repo": "https://github.com/Andrew-Bekhiet/railway_tailscale_vpn"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/tailscale",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "TAILSCALE_AUTHKEY",
      "service": "tailscale-vpn",
      "description": "The AUTHKEY from tailscale dashboard",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "TAILSCALE_VERSION",
      "service": "tailscale-vpn",
      "description": "tailscale version or latest for the latest version",
      "secret": false,
      "strategy": "default",
      "default": "latest"
    },
    {
      "key": "TAILSCALE_HOSTNAME",
      "service": "tailscale-vpn",
      "description": "The hostname of the machine that will display on your tailscale dashboard",
      "secret": false,
      "strategy": "default",
      "default": "railway-app"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "uIBpGp"
      }
    },
    "cli": "railway deploy --template uIBpGp",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "eb9fd743-461c-4e58-a313-d93c8d2241d5",
            "serializedConfig": {
              "services": {
                "d66aeb59-af81-42a4-8f97-38615b390c60": {
                  "name": "tailscale-vpn",
                  "build": {},
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "repo": "https://github.com/Andrew-Bekhiet/railway_tailscale_vpn",
                    "rootDirectory": null
                  },
                  "variables": {
                    "TAILSCALE_AUTHKEY": {
                      "isOptional": false,
                      "description": "The AUTHKEY from tailscale dashboard",
                      "defaultValue": "{{TAILSCALE_AUTHKEY}}"
                    },
                    "TAILSCALE_VERSION": {
                      "isOptional": true,
                      "description": "tailscale version or latest for the latest version",
                      "defaultValue": "latest"
                    },
                    "TAILSCALE_HOSTNAME": {
                      "isOptional": true,
                      "description": "The hostname of the machine that will display on your tailscale dashboard",
                      "defaultValue": "railway-app"
                    },
                    "TAILSCALE_ADDITIONAL_ARGS": {
                      "isOptional": true,
                      "description": "Additional args to pass to `tailscale up`"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {}
                  },
                  "volumeMounts": {
                    "d66aeb59-af81-42a4-8f97-38615b390c60": {
                      "mountPath": "/var/lib/tailscale"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T18:22:36.324Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_635a6c38a87c435f91e1",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 75,
    "typical_build_seconds": 21,
    "typical_start_seconds": 10,
    "slowest_service": "tailscale-vpn"
  }
}
