Skip to content
#

IPFS

ipfs logo

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...

go-ipfs
lidel
lidel commented Feb 16, 2021

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 RepinInterval until its pinned or failed, and if it's the latter, print ERROR into remotepinning/mfs logger. Pi

berty
RubenKelevra
RubenKelevra commented Jun 24, 2021
  • OS: Windows
  • Version of IPFS Desktop 0.16.0

Describe the bug
Adding files via right click in the explorer is pretty cool, but instead of adding the file just to the MFS, it is also locally pinned. Why?

I mean, the only reason to pin an item in the MFS is when it's lazily added via CID and you want it to be downloaded completly.

To Reproduce
Steps to reproduce the behavior:

ipfs-companion
rezad1393
rezad1393 commented Feb 28, 2021

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.

unbeatable-101
unbeatable-101 commented May 29, 2021

Describe the bug
The outgoing line is always higher than incoming

To Reproduce
Steps to reproduce the behaviour:

  1. Go to http://webui.ipfs.io.ipns.localhost:8080/#/
  2. Scroll to the traffic graph
  3. Wait for incoming to be higher than outgoing
  4. See error

Expected behaviour
If the outgoing is lower, the line should go down below incoming

Screenshots
If applicable

ipfs-deploy
agentofuser
agentofuser commented May 2, 2019

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

Created by Juan Benet

Released May 23, 2014

Repository
ipfs/ipfs
Website
ipfs.io
Wikipedia
Wikipedia