AJ ONeal

Results 429 comments of AJ ONeal

I see that the additional section is being sent as-is. However, I haven't been able to figure out how to send an OPT version 0 as required by edns. Did...

# Security The problem with the idea that nothing else runs on the machine is that umbrel isn't using [`caddy`](https://webinstall.dev/caddy) (or any alternative), so all of it's web traffic is...

Rerunning the install with the port variable changed still fails. ```sh export NGINX_PORT=65080; curl -L https://umbrel.sh/ | bash -s -- --install-path ~/srv/umbrel ``` ```text /usr/lib/python3/dist-packages/requests/__init__.py:89: RequestsDependencyWarning: urllib3 (1.26.13) or chardet...

> it's not trivial to implement due to being unable to use CA signed certs for local devices That's based on old 90s thinking about the problems of SSL, but...

## Workaround Go to the `mingw-w64-headers` and link itself to `crt`: ```sh pushd ~/.local/opt/tinygo-0.30.0/lib/mingw-w64/mingw-w64-headers/ ln -s ./. ./crt ``` Though... that lead me to the next error: ```text go: downloading...

Did this get done?

Yes, you can have multiple archives with goreleaser, so no need to break anything. I'm curious if there's a way to configure it to use `opt`-style archives with the binary...

What I actually had done was this: `sentry-install.sh`: ```sh # Assuming current latest version is 24.1.0 # Current actual version can be acquired from the Releases page on GitHub VERSION="24.4.2"...

I don't know at what level the caching happened, I just know that the certificate process doesn't have a "fresh start" as I would have expected it to, several hours...

- equals Caddyfile - Has prefix Caddyfile. - Has suffix .Caddyfile OSes and editors expect to know a file by its specific name, suffix, or magic bytes. the only other...