{
  "manifest_version": "1.0.0",
  "template": {
    "id": "77816d34-0ee9-4b90-b6c6-be5f74de4d80",
    "slug": "c7QMpx",
    "name": "Gokapi",
    "description": "Lightweight, encrypted, and selfhosted Firefox Send alternative. ",
    "url": "https://railway.com/deploy/c7QMpx",
    "upstream": {
      "image": "f0rc3/gokapi:latest"
    }
  },
  "services": [
    {
      "name": "Gokapi",
      "source": {
        "image": "f0rc3/gokapi:latest"
      },
      "needs_volume": false,
      "tcp_ports": [
        53842
      ],
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "TZ",
      "service": "Gokapi",
      "description": "Provide a value for TZ.",
      "secret": false,
      "strategy": "default",
      "default": "UTC"
    },
    {
      "key": "PORT",
      "service": "Gokapi",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "53842"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "c7QMpx"
      }
    },
    "cli": "railway deploy --template c7QMpx",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "77816d34-0ee9-4b90-b6c6-be5f74de4d80",
            "serializedConfig": {
              "services": {
                "fee10821-a7d5-4ec5-8a8e-bcf79faac5ab": {
                  "icon": null,
                  "name": "Gokapi",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "image": "f0rc3/gokapi:latest"
                  },
                  "variables": {
                    "TZ": {
                      "isOptional": false,
                      "defaultValue": "UTC"
                    },
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "53842"
                    }
                  },
                  "networking": {
                    "tcpProxies": {
                      "53842": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T12:54:07.639Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_8be664f33496464980fb",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 92,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Gokapi"
  }
}
