{
  "manifest_version": "1.0.0",
  "template": {
    "id": "3c370184-e0aa-4440-8ee2-56a0a5ea8eb3",
    "slug": "pingvin-share-x-v122-or-wetransfer-alter",
    "name": "Pingvin Share X | (Just Updated) WeTransfer Alternative, Not Claimable",
    "description": "WeTransfer alternative with admin seeded; no stranger can claim it",
    "url": "https://railway.com/deploy/pingvin-share-x-v122-or-wetransfer-alter",
    "upstream": {
      "image": "ghcr.io/bon5co/pingvin-share-railway:latest"
    }
  },
  "services": [
    {
      "name": "pingvin-share",
      "source": {
        "image": "ghcr.io/bon5co/pingvin-share-railway:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/opt/app/backend/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PINGVIN_ADMIN_PASSWORD",
      "service": "pingvin-share",
      "description": "Provide a value for PINGVIN_ADMIN_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "pingvin-share-x-v122-or-wetransfer-alter"
      }
    },
    "cli": "railway deploy --template pingvin-share-x-v122-or-wetransfer-alter",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "3c370184-e0aa-4440-8ee2-56a0a5ea8eb3",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "ef68378f-3bd9-4a48-8fcf-de9a85ab5da2": {
                  "icon": null,
                  "name": "pingvin-share",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/api/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/bon5co/pingvin-share-railway:latest"
                  },
                  "variables": {
                    "PINGVIN_ADMIN_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{PINGVIN_ADMIN_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "ef68378f-3bd9-4a48-8fcf-de9a85ab5da2": {
                      "mountPath": "/opt/app/backend/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "pingvin-share",
      "method": "GET",
      "path": "/api/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-19T04:14:37.968Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-17T10:56:15.789Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_333c8bec765b4feb80b6",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 73,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "pingvin-share"
  }
}
