-
Updated
Dec 3, 2020
IPFS
IPFS (InterPlanetary File System) is a peer-to-peer distributed file system that seeks to connect all computing devices with the same system of files.
In some ways, IPFS is similar to the World Wide Web, but IPFS could be seen as a single BitTorrent swarm, exchanging objects within one Git repository. In other words, IPFS provides a high-throughput, content-addressed block storage model, with content-addressed hyperlinks. This forms a generalized Merkle directed acyclic graph (DAG).
IPFS combines a distributed hash table, an incentivized block exchange, and a self-certifying namespace. IPFS has no single point of failure, and nodes do not need to trust each other, except for every node they are connected to. Distributed Content Delivery saves bandwidth and prevents distributed denial-of-service (DDoS) attacks, a problem common with HTTP.
Here are 1,301 public repositories matching this topic...
Forking ipfs/js-ipfs#3252 (comment) into separate issue.
Looks like some of our API calls return values that refer to same ArrayBuffer, which in turn causes one of the encoder functions https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-message-port-protocol/src to add it to the transfer list twice and error on postMessage.
-
Updated
Jan 14, 2021 - JavaScript
In Settings : 'Add a new side account' button
Step #2 in Side account creation
(a very light & quick version of onboarding, with only nickname step)
 which converts ipfs://<cid> URI to gateway URL and opens that in default browser.
It is fine, but may be confusing on the first use.
We could improve this behavior and show a dialog window, where user can choose how to open IPFS resource via radio-button-like selector:
- open from public gateway in the d
-
Updated
Feb 16, 2021 - Shell
-
Updated
Oct 31, 2019
-
Updated
Feb 18, 2021 - JavaScript
-
Updated
Mar 24, 2018 - JavaScript
Please add a dark theme or better use the system theme.
Thanks
openSuse 15.2
kde apps 20.12.1
plasma 5.20.5
frameworks 5.78.0
-
Updated
Apr 10, 2020 - TSQL
Is your feature request related to a problem? Please describe.
Currently, the shareable links default to using ipfs.io to resolve the content. It would be nice if we were able to set which gateway we'd like to use (whether another public gateway or our own).
Describe the solution you'd like
Ideally, there's a box somewhere I can enter a gateway URL to be used whenever I copy from a sh
-
Updated
Jan 27, 2021 - Go
-
Updated
Feb 17, 2021 - Java
-
Updated
Feb 20, 2021 - Rust
-
Updated
Feb 11, 2021 - JavaScript
Summary
This is the main tracking issue for DNSLink support. If there is a programmable DNS service out there, we should have support for it.
Ideally even doing things like detecting the provider from the domain name and doing the right thing.
Status
| Pinning Service | Status |
|---|---|
| CloudFlare | |
| DNSimple | |
| Digital Ocean |
This was cut from the v0.2.0 release for present time constraints however making ipfs-http more accessible as "the" ipfs binary would make the project more accessible to anyone just wanting to try it out. At the moment I see the following obstacles:
http/README.mdhas no tutorial on how to try outipfs-httpipfs-httpsupports only `i
-
Updated
Jan 28, 2021 - JavaScript
-
Updated
Feb 13, 2018 - JavaScript
Reordering videos
Is there a way to change the order of the videos on the channel page when viewing it publicly? I notice that the videos are posted in the order of the posted date. I have videos that are from YouTube that are older than my newest videos, but are in front.
-
Updated
Sep 15, 2019 - JavaScript
-
Updated
Feb 19, 2021 - JavaScript
-
Updated
Feb 17, 2021 - Go
-
Updated
Feb 20, 2021 - Elm

go-ipfs 0.8.0-rc2 dispatches remote pin request but does not act on its status, so without manual inspection it is possible to miss the fact that MFS pinning (
Pinning.RemoteServices.*.Policies.MFS, #7913) stopped working.I believe we should keep checking pin status every
RepinIntervaluntil itspinnedorfailed, and if it's the latter, print ERROR intoremotepinning/mfslogger. Pi