{"id":13555461,"url":"https://github.com/jbenet/http2ipfs-web","last_synced_at":"2025-04-28T10:27:55.230Z","repository":{"id":44380665,"uuid":"46719326","full_name":"jbenet/http2ipfs-web","owner":"jbenet","description":null,"archived":false,"fork":false,"pushed_at":"2017-06-26T16:46:37.000Z","size":452,"stargazers_count":43,"open_issues_count":7,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-19T10:16:52.938Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://localhost:8080/ipfs/QmZTEDF8yN3dMGcYqtyTzuR8PFsTqmLLBxsVZ4jzV2a1rd","language":"JavaScript","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/jbenet.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2015-11-23T12:38:59.000Z","updated_at":"2025-03-04T12:49:24.000Z","dependencies_parsed_at":"2022-07-14T12:30:59.237Z","dependency_job_id":null,"html_url":"https://github.com/jbenet/http2ipfs-web","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbenet%2Fhttp2ipfs-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbenet%2Fhttp2ipfs-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbenet%2Fhttp2ipfs-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbenet%2Fhttp2ipfs-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jbenet","download_url":"https://codeload.github.com/jbenet/http2ipfs-web/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251294180,"owners_count":21566223,"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-01T12:03:13.479Z","updated_at":"2025-04-28T10:27:55.207Z","avatar_url":"https://github.com/jbenet.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","others","工具","Tools"],"sub_categories":[],"readme":"# add2ipfs webapp\n\nThis is a simple webtool to add URLs to an IPFS node.\n\n**Latest Version:**\n- [http://localhost:8080/ipfs/QmZTEDF8yN3dMGcYqtyTzuR8PFsTqmLLBxsVZ4jzV2a1rd](http://localhost:8080/ipfs/QmZTEDF8yN3dMGcYqtyTzuR8PFsTqmLLBxsVZ4jzV2a1rd)\n- [https://ipfs.io/ipfs/QmZTEDF8yN3dMGcYqtyTzuR8PFsTqmLLBxsVZ4jzV2a1rd](https://ipfs.io/ipfs/QmZTEDF8yN3dMGcYqtyTzuR8PFsTqmLLBxsVZ4jzV2a1rd) (*)\n\n(*) wont work directly out of https://ipfs.io until https://github.com/ipfs/infrastructure/issues/105 is fixed.\n\n## Preview\n\n![](https://ipfs.io/ipfs/QmTmWyc2pMtG27pUYQdQQSooCPtbfZZCjS9ivAMBkbh4hM/add2ipfs.gif)\n\n## Troubleshooting\n\n- **The page is not loading! What do I do?**\n  Try cloning this repository, run `make build` and use the hash you get there.\n\n- **There is an error, nothing seems to happen.**\n  Check the browser console, there may be errors. It may be a config issue (writable or CORS).\n\n- **Config issue? Writable? CORS?**\n  In order to write to ipfs, your daemon must allow the webpage to write through. It is recommended that you turn the ipfs gateway writable, and use the public gateway. If that fails, try enabling CORS for `http://localhost:8080` or whatever port you're using. See `ipfs daemon --help` on how to set HTTP Headers for CORS.\n\n\n## Develop\n\nClone it, edit, and make:\n```sh\n\u003e make build\ncp -r lib build/.\ncp index.html build/.\nipfs add -r build | tail -n1\nadded QmZTEDF8yN3dMGcYqtyTzuR8PFsTqmLLBxsVZ4jzV2a1rd build\n\n\u003e make publish\ncp -r lib build/.\ncp index.html build/.\nipfs add -r build | tail -n1\nadded QmZTEDF8yN3dMGcYqtyTzuR8PFsTqmLLBxsVZ4jzV2a1rd build\nipfs add -r -q build | tail -n1 \u003eversions/current\ncat versions/current \u003e\u003eversions/history\nhere are the links:\nhttp://localhost:8080/ipfs/QmZTEDF8yN3dMGcYqtyTzuR8PFsTqmLLBxsVZ4jzV2a1rd\nhttp://gateway.ipfs.io/ipfs/QmZTEDF8yN3dMGcYqtyTzuR8PFsTqmLLBxsVZ4jzV2a1rd\n\nnow must:\n- ipfs pin add /ipfs/QmZTEDF8yN3dMGcYqtyTzuR8PFsTqmLLBxsVZ4jzV2a1rd\n- add TXT to add2.ipfs.io: dnslink=/ipfs/QmZTEDF8yN3dMGcYqtyTzuR8PFsTqmLLBxsVZ4jzV2a1rd\n```\n\n## About\n\n- Author: @jbenet\n- License: MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbenet%2Fhttp2ipfs-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjbenet%2Fhttp2ipfs-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbenet%2Fhttp2ipfs-web/lists"}