-
Updated
Jun 24, 2021
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,397 public repositories matching this topic...
-
Updated
May 25, 2021 - JavaScript
-
Updated
Jun 22, 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)
.
Would there be a way to make this error point to the filte
Is your feature request related to a problem? Please describe.
I am only use this addon for replacing ipfs content with local gateway (redirect) and I dont use the import and upload integration.
so the right click menu item only clutters the menu (which I have pruned to my liking)
Describe the solution you'd like
an option to disable right click menu items of addon.
-
Updated
Mar 24, 2018 - JavaScript
-
Updated
Jan 27, 2021 - Go
It selects a random adapter that has the required capabilities. Imo it should select a random one among the set of cheapest adapters, not all adapters.
-
Updated
Apr 10, 2020 - TSQL
Describe the bug
The outgoing line is always higher than incoming
To Reproduce
Steps to reproduce the behaviour:
- Go to http://webui.ipfs.io.ipns.localhost:8080/#/
- Scroll to the traffic graph
- Wait for incoming to be higher than outgoing
- See error
Expected behaviour
If the outgoing is lower, the line should go down below incoming
Screenshots
If applicable
-
Updated
Jun 25, 2021 - Java
-
Updated
Jun 15, 2021 - JavaScript
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
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 |
-
Updated
Jun 2, 2021 - Go
Sign up button
Please add a sign up button to main page.
-
Updated
Jun 16, 2021 - JavaScript
-
Updated
Sep 15, 2019 - JavaScript
-
Updated
Feb 13, 2018 - JavaScript
-
Updated
Jun 20, 2021 - Go
-
Updated
Jun 24, 2021 - JavaScript

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