{"id":13422918,"url":"https://github.com/victorb/ipfsbin","last_synced_at":"2025-11-17T03:36:50.555Z","repository":{"id":148376900,"uuid":"44568799","full_name":"victorb/ipfsbin","owner":"victorb","description":"〰 Distribute your code snippets in IPFS","archived":false,"fork":false,"pushed_at":"2016-03-31T23:37:54.000Z","size":1633,"stargazers_count":134,"open_issues_count":10,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-01T03:05:13.641Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://ipfsbin.xyz","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/victorb.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}},"created_at":"2015-10-19T22:54:14.000Z","updated_at":"2025-06-08T21:26:28.000Z","dependencies_parsed_at":"2023-05-19T22:30:25.064Z","dependency_job_id":null,"html_url":"https://github.com/victorb/ipfsbin","commit_stats":null,"previous_names":["victorbjelkholm/ipfsbin"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/victorb/ipfsbin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorb%2Fipfsbin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorb%2Fipfsbin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorb%2Fipfsbin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorb%2Fipfsbin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/victorb","download_url":"https://codeload.github.com/victorb/ipfsbin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorb%2Fipfsbin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284818574,"owners_count":27068110,"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","status":"online","status_checked_at":"2025-11-17T02:00:06.431Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-07-30T23:00:59.804Z","updated_at":"2025-11-17T03:36:50.541Z","avatar_url":"https://github.com/victorb.png","language":"JavaScript","funding_links":[],"categories":["Apps","Code"],"sub_categories":["BitTorrent"],"readme":"## IPFSBin\n\n[![Circle CI](https://circleci.com/gh/VictorBjelkholm/ipfsbin/tree/master.svg?style=svg\u0026circle-token=87c22a7250029b5eb4d50f6191b762a9880603e8)](https://circleci.com/gh/VictorBjelkholm/ipfsbin/tree/master)\n\n![IPFSBin Screenshot](screenshot.png)\n\nIPFSBin is a pastebin application for sharing code and text documents to other people. It supports 81 languages and works even if you don't have access to the internet anymore.\n\nWhen you first load the application, we download and store everything in the browser. Therefore a connection is not required to use IPFSBin after the initial load.\n\n### Basic Usage\n\n1. Navigate to ipfsbin.xyz\n\n2. Remove the content already visible and paste your own content\n\n3. Click on save in the top right\n\n4. Copy the new URL from your addressbar\n\n5. Send to your friend\n\n6. Profit!!\n\n### Raw mode/Plain text\n\nIf you want, you can work directly with plain text pastes instead of storing JSON objects.\nTry loading the IPFS security notes directly in IPFSBin: http://ipfsbin.xyz/#QmTumTjvcYCAvRRwQ8sDRxh8ezmrcr88YFU7iYNroGGTBZ\n\nIf you want to save your own plain text pastes, simply select the \"Plain Text\" mode and hit save.\n\n### Support\n\nIf you have any questions, open a Github issue here:\n[github.com/VictorBjelkholm/ipfsbin/issues/new](https://github.com/VictorBjelkholm/ipfsbin/issues/new)\n\nor feel free to contact me on Twitter here:\n[@VictorBjelkholm](https://twitter.com/VictorBjelkholm)\n\n### Requirements for offline usage\n\n* Already running IPFS daemon [IPFS Homepage](https://ipfs.io)\n\t* (Run with `API_ORIGIN=\"*\" ipfs daemon` to allow IPFSBin access to the local IPFS API) \n* Webserver of choice, (python sample provided)\n\n### Running offline\n\n**Browser cached copy** Visit [ipfsbin.xyz](http://ipfsbin.xyz) in your favorite browser, and you have installed IPFSBin in that browser. If you clear the browser cache, you might lose it and it has to be cached again by being online and loading the page. If an update have been released and you're online, it will be installed when you reload the page. If you're offline, the old version will still work.\n\n**Offline:** You can also run the application locally by cloning the project and start webserver of choice, serving the root folder. `npm run prod` is a handy command for serving the applications folder with [connect](https://github.com/senchalabs/connect).\n\n```shell\ngit clone https://github.com/VictorBjelkholm/ipfsbin.git\ncd ipfsbin\nnpm install\nnpm run prod # only needed on creation/update\n```\n\nVisit [localhost:3000](http://localhost:3000/) to navigate to IPFSBin.\n\n### Hacking / Contributing\n\nYou wish to contribute a feature or fix an annoying bug? Follow the instructions about running offline, but instead of `npm run compile`, run `npm run dev` and go to (localhost:3000)[localhost:3000]. When in dev mode, it automatically runs a local IPFS daemon so no need to worry.\n\n### License\n\nThe MIT License (MIT)\n\nCopyright (c) 2015 Victor Bjelkholm\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorb%2Fipfsbin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictorb%2Fipfsbin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorb%2Fipfsbin/lists"}