-
If I do
```
sbot server --host=:: --port=8100 --ws.port=8101&
sbot getAddress -- --host=::1 --port=8100
```
I get:
```
net::::8100~ ... ;ws://[::]:8101
```
Is that desired behaviour bec…
-
If we travel back in time, `ssb-server` includes [this example](https://github.com/ssbc/ssb-server/blob/99fad7c5f6e436cbd670346b4da20c57222a1419/plugins/blobs/replication.js#L190):
```js
// monit…
-
I send a request on yunohost forum on https://forum.yunohost.org/t/error-installing-peachbot/21735
I cannot install peachbot-go-sbot because of this error
```
Info: [################+...] > Sta…
-
```
docker ps
docker exec -it [container_hash] bash
# now I'm inside the container
npm # doesn't exist
. $HOME/.nvm/nvm.sh && npm # also doesn't work
```
I see the line in the Dockerfile …
-
This has been outlined originally in the new funding proposal of 2021: `%Y2iyBckEhcWvxX6a1+9ELeP6wFYD80QNdhvR50V1C7E=.sha256.`
> ### Multiple identity support
> There I said it, let’s make it bold…
-
- requires sbot to work phones
- is it realtime enough for situations like "I am at your door but the bell seems to be broken"
-
When running:
```
go-sbot -localadv -l :8001
```
The sbot will advertise on both IPv4, and IPv6 subnets, though only IPv6 is being listened on.
-
Looks like another race condition:
```
2022/12/20 21:37:35 [margaret/indexes/badger] overwrote batch limit 0
=== RUN TestNullFeed
2022/12/20 21:37:35 saved identity @feg0/jnGLq3efpsmjJKdl57ciU…
-
semverbot returns exit code '0' even if the underlying git operation fails.
**Steps to reproduce:**
1 - use "read only" git identity to check out code
2 - run typical semverbot flow
`sbot releas…
-
When passing the result of `sbot getAddress` to ssbClient, it results in `net.connect is not a function`