{"id":20863364,"url":"https://github.com/agregoreweb/agregore-ipfs-daemon","last_synced_at":"2026-03-03T23:02:52.516Z","repository":{"id":40419737,"uuid":"465447956","full_name":"AgregoreWeb/agregore-ipfs-daemon","owner":"AgregoreWeb","description":null,"archived":false,"fork":false,"pushed_at":"2022-05-24T21:37:59.000Z","size":2167,"stargazers_count":6,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-16T14:56:08.926Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AgregoreWeb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE2","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-02T19:47:55.000Z","updated_at":"2024-09-14T11:33:48.000Z","dependencies_parsed_at":"2022-08-09T19:51:15.626Z","dependency_job_id":null,"html_url":"https://github.com/AgregoreWeb/agregore-ipfs-daemon","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/AgregoreWeb/agregore-ipfs-daemon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgregoreWeb%2Fagregore-ipfs-daemon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgregoreWeb%2Fagregore-ipfs-daemon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgregoreWeb%2Fagregore-ipfs-daemon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgregoreWeb%2Fagregore-ipfs-daemon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AgregoreWeb","download_url":"https://codeload.github.com/AgregoreWeb/agregore-ipfs-daemon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgregoreWeb%2Fagregore-ipfs-daemon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30064793,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-11-18T05:28:44.027Z","updated_at":"2026-03-03T23:02:52.501Z","avatar_url":"https://github.com/AgregoreWeb.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# agregore-ipfs-daemon\n\n**Work in progress**\n\n\nThe [go-ipfs](./go-ipfs/) directory is forked from [go-ipfs v0.12.2](https://github.com/ipfs/go-ipfs/tree/v0.12.2), but the important part are the changes in [gateway_handler.go](./go-ipfs/core/corehttp/gateway_handler.go) and [pubsub.go](./go-ipfs/core/corehttp/pubsub.go).\n\nOther modules like `go-libp2p-kad-dht` and `go-namesys` have also been forked and included in this repo. They contain multiple changes to improve IPNS publish time. See [this PR](https://github.com/AgregoreWeb/agregore-ipfs-daemon/pull/7) for details.\n\n\n## Building\n\nWhile this gateway is designed for mobile usage, you can build it for desktop for debugging and development. Just run `go build`.\n\nFor mobile, an Android library file (.aar) is built, to be imported and used in an Android project. We have created a docker container that has all the required dependencies to make building easy. Just run:\n\n```\ndocker run --rm -v \"$PWD\":/module makeworld/gomobile-android bind -target=android/arm -javapkg=moe.mauve.agregore.ipfs -o agregore-ipfs-daemon.aar ./gateway\n```\n\n*Note: the container image is 4.1 GB uncompressed*\n\n## Development\n\nCurrently Go 1.17 is required, Go 1.18 will not work due to [this issue](https://github.com/ipfs/go-ipfs/issues/8819) which affects the go-ipfs version included in this repo.\n\nInstead of running `go mod tidy` run:\n\n```\ngo mod tidy \u0026\u0026 go get -d golang.org/x/mobile/cmd/gomobile@447654d348e36cdac65810aa73b4fc8e7b3ceef1\n```\n\n`go mod tidy` will remove the dependency on `golang.org/x/mobile` which is required for the Android build. Running the command above will tidy things, but keep the dependency intact.\n\n## License\n\nThis repo is dual-licensed under the MIT and APACHE2 licenses. Please see [LICENSE-MIT](LICENSE-MIT) and [LICENSE-APACHE2](LICENSE-APACHE2) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagregoreweb%2Fagregore-ipfs-daemon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagregoreweb%2Fagregore-ipfs-daemon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagregoreweb%2Fagregore-ipfs-daemon/lists"}