Single binary of iroh services (gateway, p2p, store) communicating via mem channels. This is an alternative to deploying the iroh services as micro services.
cargo run --release -- -p 10000 --store-path=tmpstore
cargo run --release -- -h
for details-wcf
Writeable, Cache, Fetch (options to toggle write enable, caching mechanics and fetching from the network); currently exists but is not implemented-p
Port the gateway should listen on--store-path
Path for the iroh-storehttp-uds-gateway
- enables the usage and binding of the http gateway over UDS. This is independent from the rpc control endpoint which uses the same default and configuration as iroh-gateway
.Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.