{"id":15152959,"url":"https://github.com/hautph/ipfs","last_synced_at":"2026-02-12T20:02:41.397Z","repository":{"id":162903724,"uuid":"138574218","full_name":"hautph/ipfs","owner":"hautph","description":"ipfs setup","archived":false,"fork":false,"pushed_at":"2018-06-25T10:27:17.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-17T03:31:48.696Z","etag":null,"topics":["ipfs","ipfs-api","ipfs-cluster","ipfs-daemon","ipfs-protocol","ipfs-web","ipfs-webui"],"latest_commit_sha":null,"homepage":"https://www.gocit.vn","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hautph.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":"2018-06-25T09:39:54.000Z","updated_at":"2018-06-25T10:27:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"ccbd9c53-3119-4747-8fc3-e26fc09a18bf","html_url":"https://github.com/hautph/ipfs","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"2db8deea2a749d57e787b5556d9f9ae08196f7d6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hautph/ipfs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hautph%2Fipfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hautph%2Fipfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hautph%2Fipfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hautph%2Fipfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hautph","download_url":"https://codeload.github.com/hautph/ipfs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hautph%2Fipfs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29379679,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T19:05:20.189Z","status":"ssl_error","status_checked_at":"2026-02-12T19:01:44.216Z","response_time":55,"last_error":"SSL_read: 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":["ipfs","ipfs-api","ipfs-cluster","ipfs-daemon","ipfs-protocol","ipfs-web","ipfs-webui"],"created_at":"2024-09-26T16:42:17.498Z","updated_at":"2026-02-12T20:02:41.380Z","avatar_url":"https://github.com/hautph.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ipfs setup\n\n# 1. Install an nginx reverse proxy + cache for an ipfs-cluster peer gateway on Linux.\n\n$ wget https://raw.githubusercontent.com/hautph/ipfs/master/ipfs-cluster-nginx.sh\n\n$ sh ipfs-cluster-nginx.sh\n\n$ sudo systemctl status nginx\n\n$ sudo tail -f /var/log/nginx/access.log\n\n# 2. Install an ipfs-cluster peer on Linux.\n\nFirst node (node_0) setup\n\n$ export CLUSTER_SECRET=$(od  -vN 32 -An -tx1 /dev/urandom | tr -d ' \\n')\n\n$ echo $CLUSTER_SECRET\n\n\u003csecret\u003e \u003c-- other nodes must also use this secret\n             \nJump down to Run the installer.\n\nOther nodes (node_n\u003e0) setup\n\nOn node_0 after running the installer,\n\n$ journalctl -u ipfs-cluster -n10\n\nIn the above log output, look under the line INFO cluster: IPFS Cluster v0.3.0 listening on: cluster.go:91 and make a note of the full non-loopback ip4 cluster multiaddress (cluster.listen_multiaddress). This will reference your instance's private IP address and will be used to bootstrap other nodes.\n\nBack to other nodes (node_n\u003e0),\n\n$ export CLUSTER_SECRET=\u003cnode_0 secret\u003e\n\n$ export CLUSTER_BOOTSTRAP=\u003cnode_0 cluster.listen_multiaddress w/ instance private IP\u003e\n\nRun the installer\n\n$ wget https://raw.githubusercontent.com/hautph/ipfs/master/ipfs-cluster-linux.sh\n\n$ sh ipfs-cluster-linux.sh\n\n$ sudo systemctl status ipfs\n\n$ sudo systemctl status ipfs-cluster\n\n$ journalctl -u ipfs-cluster --follow\n\n# 3. Install ipfs on Linux.\n\n$ wget https://raw.githubusercontent.com/hautph/ipfs/master/ipfs.sh\n\n$ sh ipfs.sh\n\n$ sudo systemctl status ipfs\n\n$ journalctl -u ipfs --follow\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhautph%2Fipfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhautph%2Fipfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhautph%2Fipfs/lists"}