Tor Arne Vestbø
Tor Arne Vestbø
Using `` or `` allows installing macOS without having to specify hard-coded timeout waits such as ``. We now also wait for the first frame, if `boot_wait` is not specified.
Can a CGI be fed the response from a reverse proxy, modify it , and spit out the modified response? I tried this without success: ``` reverse_proxy {host}:443 { header_up...
The following setup would from the surface result in never exposing the concrete subdomains, always using a wildcard domain. ``` { auto_https prefer_wildcard } *.foo.bar { respond "Hello" } hey.foo.bar...
Would be nice if the video would be saved when the window goes away (if e.g. the app is quit), instead of erroring out. Possibly behind an option?
Comparing `chafa` to `imgcat` from https://github.com/olivere/iterm2-imagetools/ I'm seeing: ``` ❯ time chafa /tmp/foo.png chafa /tmp/foo.png 0.14s user 0.14s system 33% cpu 0.805 total ❯ time imgcat /tmp/foo.png imgcat /tmp/foo.png 0.01s...
### Description Similar to https://github.com/docker/compose/issues/11773 I'm seeing `docker compose up --watch` disconnecting when the container is restarted: ``` ❯ docker compose up --watch [+] Running 1/0 ✔ Container caddy-caddy-1 Running...
I installed Tailscale on my UCG-MAX via this repo, and it worked flawlessly out of the box, both for connecting to the router itself, and hosts on the LAN via...
The [docs](https://docs.lunar.dev/next/mcpx/get_started) explain that: > Without --privileged access MCPX will not be able to run Dockerized MCP Servers. So I expect my MCP servers to be isolated from each other....
I'd like to see Gerrit being one of the supported forges, including pushing branches for review. I might be able to work on this, but first wanted to open up...
When triggering the fetch action from the UI it currently fetches from all remotes in the repo. This is a bit surprising, given that the UI explicitly describes the upstream...