Support Import from IPNS Paths #1076
Labels
good first issue
Good issue for new contributors
help wanted
Seeking public contribution on this issue
kind/bug
A bug in existing code (including security flaws)
Is your feature request related to a problem? Please describe.
I've got DNSLink set up with one of my domains and I use it across multiple machines. If I want to add files to it through the WebUI I usually just add the domain as a directory in Files, modify it, and then update the DNSLink to the new hash. When I add the domain to Files, however, it only accepts hashes. Trying to enter
/ipns/fake.example.domainname
doesn't work.On a similar, but more minor, note, the bar at the top for entering hashes to get information on also doesn't support IPNS.
Describe the solution you'd like
Entering
/ipns/fake.example.domainname
should automatically resolve the appropriate hash and then fail if it can't resolve it, rather than simply not working at all.Describe alternatives you've considered
I generally run
ipfs resolve /ipns/<domain name>
manually to get the hash, or I go to the domain in a browser and copy the hash manually.Additional context
Trying to add something to Files:
Trying to get information about an entry:
The text was updated successfully, but these errors were encountered: