-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add a WebSockets listener to the default config #4093
Comments
It won't work by default either way because it is not |
@Kubuxu "It won't work" if the user is dialing from a webpage that was loaded behind https. It will work in:
It will reduce one config step. |
Maybe we can just add an init profile with websockets enabled by default. |
A /ws listener by default would help integrating with in-browser local discovery through FlyWeb -- the details around https need to be figured out though (whether it's needed, etc.) |
Did we have any updates on this? Any follow thru if this was implemented? Thanks. |
Once we fix libp2p/go-ws-transport#21, I think we should be good to go. |
PR in go-ipfs-config - ipfs/go-ipfs-config#24 Closing this issue as there is also #5251 which tracks this too |
It reduces one config step to new users.
The text was updated successfully, but these errors were encountered: