-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Support multiple server and identities connections #109
Comments
omg, this actually works. |
There is more info at |
Patchfox can't connect to Manyverse because Manyverse is not listening on WebSockets. Most of the other SSB apps listen on WebSockets and TCP. Unfortunately web apps (and add-ons) don't have access to raw TCP connections, thus making it impossible to connect to Manyverse. Be aware that the support for multiple servers and identities is on-going. At the moment, Patchfox only supports NodeJS-based SSB Servers. I'm adding support for go-ssb and browser-ssb, but those are not ready. Patchfox can connect to servers from Patchwork, Scuttle Shell, Patchfoo, Oasis, Patchbay, or running your own server manually from the command-line. |
oh, I see you created a browser-ssb identity. That is not really working (at the moment it is just a copy of nodejs-ssb, so there is no point in selecting it) |
Hmmm, about the identity I created
Based on your input I removed it from patchfox. Now I'm wondering how to connect from patchfox to an ssb-go-room server : ssb.armada.digital (you can create your own invites) but they don't work with patchfox, I already tried to edit it and make it look like public Pub invites but it's not working, I'm probably missing something... |
Damn...now I can't remove the Manyverse ID without the server crashing :/ |
ssb.armada.digital is failing CORS requests, that is why it is not working. As for removing identities, I'll check here it appears the button is broken. At least here the button appears not to be wired up. |
Hmmm that's gonna be a mess to fix.. In my stack, on the container that runs ssb-go-room I can fine-tune CORS for each container, but I'm not sure what should I add there.. Going to investigate. |
Tried several ways (including wildcard) to allow same-origin, also tried with the domain itself, but I can't join.. |
@rmdes just letting you know that I'm about to go on a mini vacation here and will be back only on Monday. I won't be able to look into this until I get back. |
This has been outlined originally in the new funding proposal of 2021:
%Y2iyBckEhcWvxX6a1+9ELeP6wFYD80QNdhvR50V1C7E=.sha256.
How will this work: Patchfox is a client-only client, and it will remain so. What I’ll implement is: if you run multiple servers on the same machine, such as running js sbot on a port and golang sbot on a different port, Patchfox will leverage the browser multiple tabs to connect to both of them.
For this feature to be completed, the following issues need to be closed:
sbot
access in packages #104 - Find all uses of directsbot
access.platforms/nodejs-ssb
#105 - Improvenodejs-ssb
platform.The text was updated successfully, but these errors were encountered: