l
l
Is it possible to run iroh-relay behind reverse proxy such as nginx? I am currently getting certificates using `acmetool` and run iroh-relay with manual certificate mode: https://github.com/n0-computer/iroh/blob/b07547b68eb771e789474ad4f1344e02b2223f95/iroh-net/src/bin/iroh-relay.rs#L209 But to give...
There is an option `captive_portal_port` but in my case HTTP port is already taken by `acmetool redirector` service: https://github.com/n0-computer/iroh/blob/b07547b68eb771e789474ad4f1344e02b2223f95/iroh-net/src/bin/iroh-relay.rs#L228 Having captive portal on any port other than 80 does not...
I am trying to setup iroh-relay with this configuration: ``` addr = "[::]:443" stun_port = 3478 hostname = "iroh.example.org" enable_stun = true enable_relay = true [tls] cert_mode = "Manual" prod_tls...
Page `src/pages/start/3.nix-develop.mdx` says > As you can see, Nix development environments are hermetic in that they're isolated from the surrounding environment (such as your environment variables and paths like /bin...
I use [which-key](https://github.com/justbur/emacs-which-key), and it displays possible continuations when I type `C-c p-`. But when I type `, c p`, I only see `Devil: C-c p`.
On one side I do `dumbpipe listen > file.txt`. On the other `dumbpipe connect ... < file.txt`. There is no indication that file transfer finished, I expected that `dumbpipe connect`...
I have tried to run Linux x86_64 release, and it failed on a system with glibc 2.31: ``` $ ./dumbpipe ./dumbpipe: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./dumbpipe) ./dumbpipe:...
I have minimized segfault to this: ```rust use std::error::Error; use std::fs; use rusqlite::{Connection, OpenFlags}; fn main() -> Result { fs::remove_file("foobar.db").ok(); let conn = Connection::open_with_flags( "foobar.db", OpenFlags::SQLITE_OPEN_READ_WRITE | OpenFlags::SQLITE_OPEN_CREATE, )?; conn.pragma_update(None,...
Background file `resource/actint/800x600/screens/b600.bmp` uses 'H' (72) to indicate background color. When background is rendered to 2D buffer, this "color" should be skipped to avoid shadowing default buffer which is used...
Steps to reproduce: 1. Install Linux version `vangers_1_45_44317.sh` from GOG.com. 2. Clone this repository at commit 22accbb99a8b2eecb9e3549bc50e4da744d0932b (current `master` branch at the time of writing) into `./Vangers` 3. Build the...