{"id":13580786,"url":"https://github.com/fphammerle/docker-ipfs","last_synced_at":"2025-04-06T02:32:47.881Z","repository":{"id":40451043,"uuid":"182575089","full_name":"fphammerle/docker-ipfs","owner":"fphammerle","description":"golang-implementation of the interplanetary file system daemon (go-ipfs) 🐳 🐙 🌌","archived":true,"fork":false,"pushed_at":"2022-06-11T21:29:31.000Z","size":127,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T03:12:26.000Z","etag":null,"topics":["docker","docker-compose","interplanetary-file-system","ipfs"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/fphammerle/ipfs/","language":"Dockerfile","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/fphammerle.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-21T19:39:08.000Z","updated_at":"2023-01-27T23:59:58.000Z","dependencies_parsed_at":"2022-08-09T20:51:07.148Z","dependency_job_id":null,"html_url":"https://github.com/fphammerle/docker-ipfs","commit_stats":null,"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fphammerle%2Fdocker-ipfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fphammerle%2Fdocker-ipfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fphammerle%2Fdocker-ipfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fphammerle%2Fdocker-ipfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fphammerle","download_url":"https://codeload.github.com/fphammerle/docker-ipfs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247426519,"owners_count":20937140,"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":["docker","docker-compose","interplanetary-file-system","ipfs"],"created_at":"2024-08-01T15:01:55.090Z","updated_at":"2025-04-06T02:32:47.641Z","avatar_url":"https://github.com/fphammerle.png","language":"Dockerfile","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"readme":"# docker: ipfs 🐳\n\ngolang-implementation of the [interplanetary file system (ipfs)](https://ipfs.io/) daemon\n\n__DEPRECATED__ since the [official image](https://web.archive.org/web/20220611212303/https://github.com/ipfs/go-ipfs/blob/v0.13.0/Dockerfile)\nnow supports configuration via [/container-init.d](https://web.archive.org/web/20220611212212/https://github.com/ipfs/go-ipfs/pull/6577)\n([docs](https://web.archive.org/web/20220611212603/https://docs.ipfs.io/how-to/run-ipfs-inside-docker/#customizing-your-node),\n[commit](https://github.com/ipfs/go-ipfs/commit/63b00256642c6ddcb35eecd95ea4e23a6bba21f3))\n\ndocker hub: https://hub.docker.com/r/fphammerle/ipfs/\n\nsigned docker image digests: https://github.com/fphammerle/docker-ipfs/tags\n\nipfs config:\n[guide](https://docs.ipfs.io/guides/examples/config/) \u0026\n[docs](https://github.com/ipfs/go-ipfs/blob/master/docs/config.md)\n\n```sh\ndocker run --name ipfs fphammerle/ipfs\n```\n\nor after cloning the repository:\n\n```sh\ndocker-compose up\n```\n\n## Restart Automatically\n\n```sh\ndocker run --name ipfs \\\n    --cap-drop=all --security-opt=no-new-privileges \\\n    --detach --restart=unless-stopped \\\n    fphammerle/ipfs:latest\n```\n\n## Publish [HTTP Gateway](https://github.com/ipfs/go-ipfs/blob/v0.12.2/docs/config.md#addressesgateway)\n\n```sh\ndocker run -e IPFS_GATEWAY_ADDR=/ip4/0.0.0.0/tcp/8080 -p 8080:8080 …\n```\n\n## Change [Swarm Listener Ports](https://github.com/ipfs/go-ipfs/blob/v0.8.0/docs/config.md#addressesswarm)\n\n```sh\ndocker run -e IPFS_SWARM_ADDRS=\"/ip4/0.0.0.0/tcp/4021 /ip6/::/tcp/4021\" …\n```\n\n## Disable Swarm Listener\n\n```sh\ndocker run -e IPFS_SWARM_ADDRS=\"\" …\n```\n\n## Add [Bootstrap Nodes / Peers](https://github.com/ipfs/go-ipfs/blob/v0.8.0/docs/config.md#bootstrap)\n\n```sh\ndocker run -e IPFS_BOOTSTRAP_ADD='/dnsaddr/ipfs1.net/tcp/4001/QmPeerId /dnsaddr/ipfs2.net/tcp/4001/QmPeerId' …\n```\n\n## Disable API Access From Host\n\n```sh\ndocker run -e IPFS_API_ADDR=/ip4/127.0.0.1/tcp/5001 …\n```\n\n## Publish Clipboard\n\n```sh\nxsel -b | sudo docker exec -i ipfs ipfs add -\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffphammerle%2Fdocker-ipfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffphammerle%2Fdocker-ipfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffphammerle%2Fdocker-ipfs/lists"}