ipfs/ipfs-companion

Enable pinning when the ipfs daemon is in offline mode

Open

#790 geöffnet am 13. Okt. 2019

Auf GitHub ansehen
 (14 Kommentare) (1 Reaktion) (0 zugewiesene Personen)JavaScript (364 Forks)batch import
P2exp/beginnergood first issuehelp wantedkind/bugstatus/ready

Repository-Metriken

Stars
 (1.992 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 53T 3h) (1 gemergte PR in 30 T)

Beschreibung

Currently ipfs companion is completely disabled when ipfs is run in offline mode. I.e.

ipfs daemon --offline

However, it should still be possible to pin content when not connected to the network. That is

  • This Page > Add to IPFS (Keep Filename)
  • This Page > Add to IPFS
  • Tools > Open Web UI

Should all be available. Also possibly

  • Tools > Share files via IPFS

For this last menu option, the wording "Share" may introduce some confusion. On the other hand, presumably, someone that is savvy enough to run with --offline probably already understands that sharing will only take effect once they put the daemon into online mode.

Contributor Guide