{"id":16772904,"url":"https://github.com/vpavlin/go-ipfs-upload","last_synced_at":"2026-04-18T03:32:48.078Z","repository":{"id":74082616,"uuid":"542071788","full_name":"vpavlin/go-ipfs-upload","owner":"vpavlin","description":"Simple go experiment to try uploading content to IPFS","archived":false,"fork":false,"pushed_at":"2022-09-27T13:33:18.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-16T16:44:03.124Z","etag":null,"topics":["golang","ipfs"],"latest_commit_sha":null,"homepage":"","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/vpavlin.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}},"created_at":"2022-09-27T12:25:35.000Z","updated_at":"2022-09-27T13:34:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"dccc9ce2-c226-405c-9b9e-d92058c2d244","html_url":"https://github.com/vpavlin/go-ipfs-upload","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vpavlin/go-ipfs-upload","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpavlin%2Fgo-ipfs-upload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpavlin%2Fgo-ipfs-upload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpavlin%2Fgo-ipfs-upload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpavlin%2Fgo-ipfs-upload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vpavlin","download_url":"https://codeload.github.com/vpavlin/go-ipfs-upload/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpavlin%2Fgo-ipfs-upload/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31955719,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["golang","ipfs"],"created_at":"2024-10-13T06:44:15.880Z","updated_at":"2026-04-18T03:32:48.063Z","avatar_url":"https://github.com/vpavlin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-ipfs-upload\nSimple go experiment to try uploading content to IPFS\n\n## Config\n\n* `INFURA_PROJECT_ID` - Infura Project ID (mandatory)\n* `INFURA_PROJECT_SECRET` - Infura Project/API Secret (mandatory)\n* `IPFS_GATEWAY` - IPFS gateway to be used in output URL (optional, default: `https://ipfs.io`)\n* `IPFS_API_ENDPOINT` - IPFS API endpoint to be used for upload (optional, default: `https://ipfs.infura.io:5001`) \n\n## Run\n\n```\ncp .env.example .env\n#edit .env\ngo run main.go $PATH_TO_FILE_OR_DIR\n```\n\nExample output: \n\n```\n{\n  \"url\": \"https://ipfs.io/ipfs/QmXU1Qd6aPpavzPMMNwLg4cxvqcPrZC1zjVCyvB3o3o62w\",\n  \"ipfs_url\": \"ipfs://QmXU1Qd6aPpavzPMMNwLg4cxvqcPrZC1zjVCyvB3o3o62w\",\n  \"cid\": \"QmXU1Qd6aPpavzPMMNwLg4cxvqcPrZC1zjVCyvB3o3o62w\"\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvpavlin%2Fgo-ipfs-upload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvpavlin%2Fgo-ipfs-upload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvpavlin%2Fgo-ipfs-upload/lists"}