{"id":35087914,"url":"https://github.com/sysnee/nest-storage","last_synced_at":"2026-04-10T12:04:39.051Z","repository":{"id":329602792,"uuid":"1054982240","full_name":"sysnee/nest-storage","owner":"sysnee","description":"Simple Nest.js Static File Service","archived":false,"fork":false,"pushed_at":"2026-02-20T21:08:17.000Z","size":99,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-21T02:24:00.204Z","etag":null,"topics":["api","javascript","nestjs","nodejs","rest","static-files","static-files-server","storage-engine"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sysnee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-11T15:43:05.000Z","updated_at":"2026-02-20T21:08:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sysnee/nest-storage","commit_stats":null,"previous_names":["sysnee/nest-storage"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sysnee/nest-storage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysnee%2Fnest-storage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysnee%2Fnest-storage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysnee%2Fnest-storage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysnee%2Fnest-storage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sysnee","download_url":"https://codeload.github.com/sysnee/nest-storage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysnee%2Fnest-storage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31641493,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","javascript","nestjs","nodejs","rest","static-files","static-files-server","storage-engine"],"created_at":"2025-12-27T13:57:39.850Z","updated_at":"2026-04-10T12:04:39.039Z","avatar_url":"https://github.com/sysnee.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Storage Bucket Service\n\nA Nest.js application that provides S3-like storage bucket functionality for file upload, download, and management.\n\n## Features\n\n- **File Upload**: Upload files with validation (size, type)\n- **File Download**: Download files by ID\n- **File Metadata**: Get file information without downloading\n- **File Deletion**: Delete files by ID\n- **File Listing**: List all uploaded files with pagination\n- **Health Check**: Service health monitoring\n- **Swagger Documentation**: API documentation at `/api`\n\n## API Endpoints\n\n### Upload File\n```\nPOST /storage/upload\nContent-Type: multipart/form-data\nBody: file (multipart file)\n```\n\n### Download File\n```\nGET /storage/files/{id}\n```\n\n### Get File Info\n```\nGET /storage/files/{id}/info\n```\n\n### Delete File\n```\nDELETE /storage/files/{id}\n```\n\n### List Files\n```\nGET /storage/files?limit=10\u0026offset=0\n```\n\n### Health Check\n```\nGET /storage/health\n```\n\n## File Restrictions\n\n- **Max Size**: 100MB\n- **Allowed Types**: \n  - Images: JPEG, PNG, GIF, WebP\n  - Documents: PDF, TXT, JSON\n  - Archives: ZIP\n  - Media: MP4, MP3\n\n## Installation\n\n```bash\nnpm install\n```\n\n## Development\n\n```bash\nnpm run start:dev\n```\n\n## Production\n\n```bash\nnpm run build\nnpm run start:prod\n```\n\n## Docker\n\n```bash\ndocker-compose up -d\n```\n\n## API Documentation\n\nVisit `http://localhost:3000/api` for Swagger documentation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsysnee%2Fnest-storage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsysnee%2Fnest-storage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsysnee%2Fnest-storage/lists"}