{"id":31920256,"url":"https://github.com/icelain/remcpy","last_synced_at":"2025-10-13T21:57:10.362Z","repository":{"id":311425951,"uuid":"1043678125","full_name":"Icelain/remcpy","owner":"Icelain","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-24T16:54:24.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-24T17:00:05.791Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Icelain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-08-24T11:43:31.000Z","updated_at":"2025-08-24T16:50:50.000Z","dependencies_parsed_at":"2025-08-24T17:00:10.695Z","dependency_job_id":"6c796e16-d7bf-4f0b-83a7-9d09df832263","html_url":"https://github.com/Icelain/remcpy","commit_stats":null,"previous_names":["icelain/remcpy"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Icelain/remcpy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Icelain%2Fremcpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Icelain%2Fremcpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Icelain%2Fremcpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Icelain%2Fremcpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Icelain","download_url":"https://codeload.github.com/Icelain/remcpy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Icelain%2Fremcpy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017013,"owners_count":26085951,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-10-13T21:57:07.970Z","updated_at":"2025-10-13T21:57:10.356Z","avatar_url":"https://github.com/Icelain.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# remcpy\n\nA minimal HTTP file transfer service for temporary file sharing.\n\n## Features\n\n- Upload files via HTTP POST\n- Download files via HTTP GET\n- Automatic file cleanup after 1 hour\n- 5GB file size limit\n- Simple identifier-based URLs\n\n## Usage\n\n### Try at [remcpy.ice.computer](https://remcpy.ice.computer)\n\n### Start the server\n\n```bash\ngo build\n# If no port is specified, remcpy defaults to 5000. If no display host is provided, remcpy defaults to remcpy.ice.computer\n./remcpy --port 8080 --display-host \"remcpy.ice.computer\"\n```\n\n### Upload a file\n\n```bash\ncurl -X POST -F \"file=@example.txt\" http://localhost:5000/@myfile\n```\n\n### Download a file\n\n```bash\ncurl -X GET http://localhost:5000/@myfile -o downloaded.txt\n```\n\n## API\n\n| Method | Endpoint | Description |\n|--------|----------|-------------|\n| `GET` | `/` | API documentation page |\n| `POST` | `/@{id}` | Upload file with identifier |\n| `GET` | `/@{id}` | Download file by identifier |\n\n## Configuration\n\n- **Port**: `-port` flag (default: 5000)\n- **Storage**: Files stored in `./store/` directory\n- **Cleanup**: Files automatically deleted after 1 hour\n- **Size limit**: 5GB maximum file size\n\n## Requirements\n\n- Go 1.21+\n- Write permissions in current directory\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficelain%2Fremcpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficelain%2Fremcpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficelain%2Fremcpy/lists"}