Make Web UI work with the read-only API #835
Labels
exp/expert
Having worked on the specific codebase is important
P2
Medium: Good to have, but can wait until someone steps up
status/ready
Ready to be worked
It's not well documented yet, but there is a "safe" subset of the IPFS HTTP API exposed on the Gateway port. Web UI should detect it and work with it so people can safely expose a subset of the functionality when hosting IPFS on a remote machine
You can see the read-only API in action on the Gateway:
https://ipfs.io/api/v0/version
The current definition of what's available is here:
https://github.com/ipfs/go-ipfs/blob/727bf49eff7ff61936aee6d4674ae3e7ad0aaddb/core/commands/root.go#L155-L187
The text was updated successfully, but these errors were encountered: