{
  "manifest_version": "1.0.0",
  "template": {
    "id": "7f20ef4d-03bd-4a1a-82cb-348b016c44c9",
    "slug": "hWLSF8",
    "name": "Calibre over Tailscale",
    "description": "E-book library manager running over tailscale",
    "url": "https://railway.com/deploy/hWLSF8",
    "upstream": {
      "repo_url": "https://github.com/martypenner/calibre-tailscale"
    }
  },
  "services": [
    {
      "name": "calibre",
      "source": {
        "repo": "https://github.com/martypenner/calibre-tailscale"
      },
      "needs_volume": true,
      "volume_mount_path": "/config",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "TZ",
      "service": "calibre",
      "description": "The timezone your library manager is running in",
      "secret": false,
      "strategy": "default",
      "default": "Etc/UTC"
    },
    {
      "key": "TAILSCALE_AUTHKEY",
      "service": "calibre",
      "description": "Tailscale API key",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "hWLSF8"
      }
    },
    "cli": "railway deploy --template hWLSF8",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "7f20ef4d-03bd-4a1a-82cb-348b016c44c9",
            "serializedConfig": {
              "services": {
                "196f94cc-4a05-4106-a24a-4044653f05b6": {
                  "name": "calibre",
                  "build": {},
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "repo": "https://github.com/martypenner/calibre-tailscale",
                    "rootDirectory": null
                  },
                  "variables": {
                    "TZ": {
                      "isOptional": true,
                      "description": "The timezone your library manager is running in",
                      "defaultValue": "Etc/UTC"
                    },
                    "TAILSCALE_AUTHKEY": {
                      "isOptional": false,
                      "description": "Tailscale API key",
                      "defaultValue": "{{TAILSCALE_AUTHKEY}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {}
                  },
                  "volumeMounts": {
                    "196f94cc-4a05-4106-a24a-4044653f05b6": {
                      "mountPath": "/config"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "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-21T16:39:14.883Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_dadbb9643a594f469349",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 226,
    "typical_build_seconds": 112,
    "typical_start_seconds": 30,
    "slowest_service": "calibre"
  }
}
