l

Results 501 comments of l

See https://github.com/eira-fransham/crunchy/pull/11#issuecomment-2028824041 for reasons. I am trying to reproduce packages from my Cargo.lock and `repository` metadata makes it easier to find the source repository.

Is this about connections to the relay or P2P connections? For relay connections I really want to have a way to provide my own dialer ("connector") so I have full...

> > For P2P I think iroh-net better focuses on supporting any kinds of IP LANs. Then if someone wants to use BLE or unix socket they only need to...

When not running as root, `iroh-relay` cannot read the key and fails with ``` Apr 15 02:04:42 b1 iroh-relay[3168974]: Error: cannot open secret key file Apr 15 02:04:42 b1 iroh-relay[3168974]:...

> Why can't you make the certificates readable by the user that runs the relay? It's not the certificate, but the key that is not readable by users. Key directories...

> Sure, but either way isn't it odd that acmetool only allows to store keys owned by root? I think it is common, most services that deal with keys like...

#2177 is about iroh-relay expecting a folder rather than separate key and certificate paths. This issue is about being able to run iroh-relay behind a reverse proxy such as nginx...

As a workaround I did: ``` $ mkdir cert_dir $ ln -s /var/lib/acme/live/iroh.testrun.org/privkey cert_dir/iroh.example.org.key $ ln -s /var/lib/acme/live/iroh.testrun.org/fullchain cert_dir/iroh.example.org.crt ```

I don't see the option in typescript-type-def to tweak it, looks like it should be upstreamed to https://github.com/dbeckwith/rust-typescript-type-def/

This largely depends onwhether the core python binding work. Unless `deltabot` uses some newer Python feature, which is unlikely as it has not been updated for a while. Core currently...