{
  "manifest_version": "1.0.0",
  "template": {
    "id": "e683b805-8546-493a-afff-3c793f4010c0",
    "slug": "pingvin-share",
    "name": "Pingvin Share",
    "description": "Self-hosted file sharing and link sharing for teams.",
    "url": "https://railway.com/deploy/pingvin-share",
    "upstream": {
      "image": "stonith404/pingvin-share:v1.13.0@sha256:6bf2bcd3043ee68cb61264f0857511ccf7f212fdb984382b7f2d491635184ad6"
    }
  },
  "services": [
    {
      "name": "Pingvin Share",
      "source": {
        "image": "stonith404/pingvin-share:v1.13.0@sha256:6bf2bcd3043ee68cb61264f0857511ccf7f212fdb984382b7f2d491635184ad6"
      },
      "needs_volume": true,
      "volume_mount_path": "/opt/app/backend/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Pingvin Share",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "pingvin-share"
      }
    },
    "cli": "railway deploy --template pingvin-share",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "e683b805-8546-493a-afff-3c793f4010c0",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "cfe8aa34-ce7b-4b9a-b05d-7d0c3ba96c2b": {
                  "icon": null,
                  "name": "Pingvin Share",
                  "deploy": {
                    "startCommand": "env PORT=3333 BACKEND_PORT=8080 sh ./scripts/docker/entrypoint.sh",
                    "healthcheckPath": "/",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "stonith404/pingvin-share:v1.13.0@sha256:6bf2bcd3043ee68cb61264f0857511ccf7f212fdb984382b7f2d491635184ad6"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "3000"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "cfe8aa34-ce7b-4b9a-b05d-7d0c3ba96c2b": {
                      "mountPath": "/opt/app/backend/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Pingvin Share",
      "method": "GET",
      "path": "/",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-06T18:12:47.666Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_0fd121a7009e4440a48f",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 132,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "Pingvin Share"
  }
}
