Any deployment gotchas other than "put binary on vps with ipv4"
How to configure the code to use the relay (adapting this)
https://git.coopcloud.tech/decentral1se/iroh-go/issues/12#issuecomment-36075
* How to build `iroh-relay` with the Rust toolchain
* Any deployment gotchas other than "put binary on vps with ipv4"
* How to configure the code to use the relay (adapting [this](https://docs.iroh.computer/add-a-relay))
I'll find time soon to continue exploring the relay config, proxy and how to work this into iroh-go itself. It should also be super simple to fire up one of these private relays and wire it into ones code. I also see the relays support a --dev option which might be a nice for offline-first hacking.
I've gotten a bit further and have binaries for `x86_64`/`aarch64` ready for testing 🤓
> https://git.coopcloud.tech/decentral1se/iroh-relay
I'll find time soon to continue exploring the relay config, proxy and how to work this into `iroh-go` itself. It should also be super simple to fire up one of these private relays and wire it into ones code. I also see the relays support a `--dev` option which might be a nice for offline-first hacking.
These docs look super useful:
> https://www.uniclipboard.app/docs/guides/self-host-relay
OK, that was fairly painless in the end. Documented and ready for people to pick up!
* https://git.coopcloud.tech/decentral1se/iroh-go#run-your-own-iroh-relay
* https://git.coopcloud.tech/decentral1se/iroh-relay
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
#12 (comment)
iroh-relaywith the Rust toolchainhttps://github.com/n0-computer/iroh/pull/4385
I've gotten a bit further and have binaries for
x86_64/aarch64ready for testing 🤓I'll find time soon to continue exploring the relay config, proxy and how to work this into
iroh-goitself. It should also be super simple to fire up one of these private relays and wire it into ones code. I also see the relays support a--devoption which might be a nice for offline-first hacking.These docs look super useful:
OK, that was fairly painless in the end. Documented and ready for people to pick up!