{"id":13928990,"url":"https://github.com/Peergos/ipfs-nucleus","last_synced_at":"2025-07-19T10:32:44.436Z","repository":{"id":45042154,"uuid":"416490376","full_name":"Peergos/ipfs-nucleus","owner":"Peergos","description":"A minimal IPFS replacement for P2P IPLD apps","archived":false,"fork":false,"pushed_at":"2023-03-06T10:34:25.000Z","size":508,"stargazers_count":40,"open_issues_count":1,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-08-08T18:21:07.552Z","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":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Peergos.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":"2021-10-12T20:37:47.000Z","updated_at":"2024-06-03T23:18:50.000Z","dependencies_parsed_at":"2024-06-19T04:10:38.679Z","dependency_job_id":"c2ef5794-3890-4150-b718-e390b4a2bad4","html_url":"https://github.com/Peergos/ipfs-nucleus","commit_stats":{"total_commits":72,"total_committers":1,"mean_commits":72.0,"dds":0.0,"last_synced_commit":"32b60a15637da3410aa54d2d549e2acf8b4cfac5"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Peergos%2Fipfs-nucleus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Peergos%2Fipfs-nucleus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Peergos%2Fipfs-nucleus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Peergos%2Fipfs-nucleus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Peergos","download_url":"https://codeload.github.com/Peergos/ipfs-nucleus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226588920,"owners_count":17655804,"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","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-08-07T18:02:02.169Z","updated_at":"2024-11-26T17:31:16.576Z","avatar_url":"https://github.com/Peergos.png","language":"Go","readme":"# IPFS-Nucleus\n\nIPFS-Nucleus is a minimal block daemon for IPLD based services. You could call it an **IPLDaemon**. It includes optional auth for retrieving blocks over bitswap.\n\nIt implements the following http api calls from IPFS:\n* id\n* block.get\n* block.put\n* block.has\n* block.stat\n* block.rm (only needed by GC)\n* refs.local (only needed by GC)\n\nAs well as implementing the p2p http proxy (incoming and outgoing). \n\n## New config options\n* Addresses.ProxyTarget - The incoming http proxy target\n* Addresses.AllowTarget - The api for allow calls when blocks are requested over bitswap - allow(cid, block data, source peer id, auth string) =\u003e boolean\n\nIt is designed as a drop in replacment for IPFS with the minimal functionality that [Peergos](https://github.com/peergos/peergos) needs to operate, including running an external GC. It includes support for leveldb datastore and flatfs and S3 based blockstores including bloomfilter based wrapping.\n\nIt will read its config from a prior existing ipfs config file if present, or create one with the relevant parameters. It uses a v0 blockstore (cids) rather than a v1 (multihashes).\n\nThe CLI supports the following sub-commands similar to ipfs:\n* init\n* config\n\n## Building\n\u003e go build daemon/ipfs-nucleus.go\n\n## License\n\nAGPL\n","funding_links":[],"categories":["others"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPeergos%2Fipfs-nucleus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPeergos%2Fipfs-nucleus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPeergos%2Fipfs-nucleus/lists"}