-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Comments
olizilla
added
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
labels
Sep 27, 2018
This will need
|
|
Also of note, the dev domain |
11 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: