{
  "manifest_version": "1.0.0",
  "template": {
    "id": "fba77688-173e-4702-acd0-0004417a3377",
    "slug": "VMGRyO",
    "name": "Personal pastebin over tailnet",
    "description": "Store snippets privately over your own tailnet",
    "url": "https://railway.com/deploy/VMGRyO",
    "upstream": {
      "image": "ghcr.io/gmemstr/tclip:latest"
    }
  },
  "services": [
    {
      "name": "gmemstr/tclip:latest",
      "source": {
        "image": "ghcr.io/gmemstr/tclip:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "DATA_DIR",
      "service": "gmemstr/tclip:latest",
      "description": "Data storage directory, must match the mounted volume",
      "secret": false,
      "strategy": "default",
      "default": "/data"
    },
    {
      "key": "TS_AUTHKEY",
      "service": "gmemstr/tclip:latest",
      "description": "Your Tailscale authkey for tclip. If you enabled tailnet lock, sign your authkey first.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "VMGRyO"
      }
    },
    "cli": "railway deploy --template VMGRyO",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "fba77688-173e-4702-acd0-0004417a3377",
            "serializedConfig": {
              "services": {
                "8d00a42f-f9bc-405c-9981-12b0a1ecd912": {
                  "name": "gmemstr/tclip:latest",
                  "build": {},
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "image": "ghcr.io/gmemstr/tclip:latest"
                  },
                  "variables": {
                    "DATA_DIR": {
                      "isOptional": false,
                      "description": "Data storage directory, must match the mounted volume",
                      "defaultValue": "/data"
                    },
                    "TS_AUTHKEY": {
                      "isOptional": false,
                      "description": "Your Tailscale authkey for tclip. If you enabled tailnet lock, sign your authkey first.",
                      "defaultValue": "{{TS_AUTHKEY}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {}
                  },
                  "volumeMounts": {
                    "8d00a42f-f9bc-405c-9981-12b0a1ecd912": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "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-21T15:17:08.286Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_96d1abba66824a2ba4a7",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 34,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "gmemstr/tclip:latest"
  }
}
