-
-
Notifications
You must be signed in to change notification settings - Fork 165
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
updating to latest ssb-server
breaks ssb-pub
#638
Comments
after digging into a few rabbit holes, i think i found the reason for the break:
in the latest i'm not sure how i'm supposed to fix this, i'm not having any success trying to update |
okay, got a working config: {
"connections": {
"incoming": {
"net": [
{ "scope": "public", "host": "0.0.0.0", "external": ["one.butt.nz"], "transform": "shs", "port": 8008 }
]
},
"outgoing": {
"net": [{ "transform": "shs" }]
}
}
} i also had to remove the would folx be keen to add a top-level |
i'm going to go forward with ahdinosaur/ssb-pub#20, where i accept that there's been a breaking change and help pub owners make the manual changes so they can follow the latest so maybe this can be closed? it seems like |
@ahdinosaur If ssb-pub had integration tests that I could run, i'd definitely run them as part of ssb-server release. (that's just a quick asside) @mixmix this looks like the ssb-config that you changed recently is loading configuration differently, and breaking ssb-pub... @ahdinosaur what is the default configuration you were before this? |
@dominictarr yeah, that's a good idea for the future! ☀️
@dominictarr that was my first thought on what the problem was, but in both the current version of |
@dominictarr although, now i realize this would be more tricky here, because |
@ahdinosaur thanks. Could we use docker to test a range of network setups? because that is currently a pain point and has not much tests. Originally it did just bind to '0.0.0.0' or "::" (the same, but in ipv6 form) by leaving the host off, but when noauth was introduced it was desired to only create a server specific interfaces (i.e. localhost) Ideally, if you use a noauth local ws address (which @regular needs) it just listens on
everyone (including me) wants this to be easy, without having to set custom configuration. No body has all these cases running side by side, and it's hard to test them all... |
water under the bridge by now 🐃 🍉 |
Just to note, I've been bitten by this tonight without it being in docker. {CROPPED - now in #697} |
Actually, I'll open a fresh issue for this... |
hi folx 😺
i tried to update
ssb-pub
to use the latestssb-server
: ahdinosaur/ssb-pub#19turns out, it doesn't work: 💥
where
138.68.8.185
is the public ip address of the server:one.butt.nz
the last working version was
[email protected]
: https://github.com/ssbc/scuttlebot-release/blob/9bb15aea49512a001a507c58ffe081490915a8af/npm-shrinkwrap.jsonThe text was updated successfully, but these errors were encountered: