{"id":13892675,"url":"https://github.com/mapkyca/known-ipfs","last_synced_at":"2025-11-12T22:01:17.763Z","repository":{"id":62523613,"uuid":"170312056","full_name":"mapkyca/known-ipfs","owner":"mapkyca","description":"IPFS backend file support for Known","archived":false,"fork":false,"pushed_at":"2020-10-27T08:15:28.000Z","size":1569,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-10T06:55:13.610Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/mapkyca.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":"2019-02-12T12:11:21.000Z","updated_at":"2020-10-27T08:15:30.000Z","dependencies_parsed_at":"2022-11-02T15:30:54.604Z","dependency_job_id":null,"html_url":"https://github.com/mapkyca/known-ipfs","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/mapkyca/known-ipfs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapkyca%2Fknown-ipfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapkyca%2Fknown-ipfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapkyca%2Fknown-ipfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapkyca%2Fknown-ipfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mapkyca","download_url":"https://codeload.github.com/mapkyca/known-ipfs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapkyca%2Fknown-ipfs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284115870,"owners_count":26949957,"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-12T02:00:06.336Z","response_time":59,"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-08-06T17:01:08.794Z","updated_at":"2025-11-12T22:01:17.744Z","avatar_url":"https://github.com/mapkyca.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"# Known IPFS Support (experimental) [![DOI](https://zenodo.org/badge/170312056.svg)](https://zenodo.org/badge/latestdoi/170312056)\n\nThis plugin adds IPFS file support to Known.\n\n## Installation\n\nStep Zero: Install an IPFS server. This is a little bit out of scope, but I used [go-ipfs](https://docs.ipfs.io/introduction/install/) during development.\n\nOnce you've done that:\n\n* Download the latest version of Known. I recommend that you either use the [GitHub](https://github.com/idno/known) version or the [Unofficial packages](https://www.marcus-povey.co.uk/known) available from my website.\n* Create an **IPFS** directory in your ```IdnoPlugins``` directory, and copy these files into it.\n* Activate it from the Admin panel.\n\nor\n\n* ``` composer require mapkyca/known-ipfs ```\n\n## Configuration\n\nThe IPFS plugin will default to using ```localhost:8080```. If you want to change this, you will need to modify your ```config.ini``` as follows:\n\n```\n[IPFS]\nhost = 'servername'\nport = 1234\napiport = 5678\n```\n\nReplace the values accordingly, but make sure you keep the ```[IPFS]``` section header.\n\n## Known Issues\n\nThis software is very much experimental at the moment, but feel free to issues in github. \n\nThat said, I know about:\n\n### Don't run composer\n\nThe plugin makes use of the [php-ipfs-api](https://github.com/cloutier/php-ipfs-api) library. \n\nUnfortunately, the version that is currently available via composer has a small bug that corrupts uploaded data, and so I had to fix the error in place. \n\nI have [filed an issue](https://github.com/cloutier/php-ipfs-api/issues/12) with the author, but the composer package is updated to what's currently on github, running a ```composer install``` will likely break the plugin.\n\n## Still to do\n\nThis plugin functionally does not change how files are actually stored - a local object is still created , although the data itself is stored elsewhere. \n\nCould this be done more efficiently? For example, could a direct link be provided? Likely this would require some core hooks - for example a getFileURL() on file objects.\n\n## See\n\n* Author: [Marcus Povey](https://www.marcus-povey.co.uk)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmapkyca%2Fknown-ipfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmapkyca%2Fknown-ipfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmapkyca%2Fknown-ipfs/lists"}