-
Hey there!
I recently started contributing to [Radicle](https://radicle.xyz/):
> Radicle is an open source, peer-to-peer code collaboration stack built on Git. Unlike centralized code hosting pl…
-
Very useful for dev experience. Want to enable this command:
`iroh-ctl p2p dht find_peer PEERID`
-
To reproduce, create `iroh.toml` file in the root of this repo checkout:
```
$ cat iroh.toml
[[relay_nodes]]
url = "https://iroh.testrun.org.:4443"
stun_only = false
stun_port = 3478
```
htt…
-
-
As a user, I would like to synchronize multiple atomic data servers - personal ones, one can be on the phone, another on raspberry pi and a third on a laptop.
I propose a single API endpoint:
RPC …
-
Currently needed:
- ~~aarch64-apple-darwin~~ - done in https://github.com/n0-computer/iroh/pull/169
- x86_64-pc-windows-gnu
Others in the future.
-
### docker-compose
- [x] separate services for p2p, store, and gateway ( ae360e98f99b4e79a898161cb0aae30855ad6928 )
- [ ] volume mounts for persistence
### Dockerfile
- [x] add ~/.iroh…
-
## Current state
- Specifications for HTTP Gateways exist now at [ipfs/specs/http-gateways](https://github.com/ipfs/specs/blob/main/http-gateways)
- For historical reasons, comprehensive, ent-to-e…
-
# Feature Request: Content-based filtering for Gossip client rebroadcasts
## Current Behavior
The Gossip client in Iroh's Node currently rebroadcasts all messages associated with a topic that the …
-
We are getting error level log messages during normal operation now. Example see below.
This could be either the data quinn connection or the quic-rpc quinn connection. In any case it will probably…