go-ipfs should be able to mount /ipfs
separately from /ipns
.
#3563
Labels
help wanted
Seeking public contribution on this issue
kind/enhancement
A net-new feature or improvement to an existing feature
topic/commands
Topic commands
topic/fuse
Topic fuse
Version information:
go-ipfs version: 0.4.4-
Repo version: 4
System version: amd64/linux
Golang version: go1.7
Type: Enhancement
Priority:
P2 or P3
Description:
IPNS seems to be more problematic compared to basic IPFS layer. It requires connection to internet, it expires. IPFS may be used without IPNS.
Yet there is no option to mount only
/ipfs
, without/ipns
.First attempt:
Result:
Error: Could not resolve name.
despite of I assumed that moving away "IPNS" mount parameter should disable that mout.Second attempt:
ipfs mount
~/ipfs
becomes available for a moment (while it is trying to resolve node's name). Then it quits withError: Could not resolve name.
and~/ipfs
becomes unmounted again.Expected something like
ipfs mount --disable-ipns
or"Mounts": { "DisableIPNS": true }
.Ideally I should also be option to do further independent
ipfs mount --only-ipns
to deliver optional/ipns
part later./ipfs
, unlike/ipns
may be used by something serious, be available at boot time (before network configured).The text was updated successfully, but these errors were encountered: