Skip to content
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

refactor: use Web UI provided by IPFS node #737

Closed
wants to merge 1 commit into from

Conversation

lidel
Copy link
Member

@lidel lidel commented Jul 18, 2019

This PR changes the way "Open Web UI" menu option works.

  • Before: we kept CID of latest version and opened it from gateway port + executed a lot of magic to ensure it can talk to api port in secure way.

  • After: we removed all the magic and just open the version provided on api port
    (default: http://127.0.0.1:5001/webui/)

Closes #736

This changes the way "Open Web UI" menu option works.

Before: we kept CID of latest version and opened it from gateway port +
executed a lot of magic to ensure it can talk to api port in secure way.

After: we removed all the magic and just open the version provided on
api port.

Details: #736
@lidel
Copy link
Member Author

lidel commented Apr 3, 2020

Superseded by #853

@lidel lidel closed this Apr 3, 2020
@lidel lidel deleted the fix/load-webui-from-api-port branch April 3, 2020 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use Web UI version from IPFS Node
1 participant