AJ ONeal

Results 429 comments of AJ ONeal

Is there an older version of Swiss that does work? (Prior to the SD2SP2 addition?) **Update**: I didn't realize that CleanRIP is for GameCube also, but apparently it is: \...

@mholt Any idea how to get that to listen on port 80 and respond to http strategy ACME challenges?

@mholt Could you suggest changes necessary to get this working with `http` => `https` redirects and ACME `http` challenges?

Interestingly enough, this allows for ACME challenges, but **DOESN'T actually redirect**! ```json5 { "apps": { "http": { "servers": { // snip: "srv443" is the same as above "srv80": { "listen":...

Thanks. I copied this from some Caddyfile and adapted it: ```Caddyfile http://* { redir https://{host}{uri} } ``` Strange that it didn't give an error on an invalid hostname. 🤷‍♂️ Updated...

It looks like this is as stale issue that can be closed? cc/ @chihao10711

Thanks. Webi grabs directly from the GitHub Releases API, so whatever you publish is exactly what is given to users with no middleman delay - no custom builds or delays...

Perhaps adding an `install.sh` that - moves the package into `~/.local/opt/sd/` or `~/.local/{bin,share}` - runs xattrs on Darwin (macOS) - echos the line to add to PATH to put in...

I also just updated https://webinstall.dev/sd for the v1 package structure. (it uses your `uname -srm` output to match the correct build for your system and then the download from GitHub...

@strager Any particular reason to not use GitHub releases for the binary assets? https://github.com/quick-lint/quick-lint-js/releases That makes it much simpler - it's what most projects use. It appears that https://c.quick-lint-js.com/webinstaller/quick-lint-js.json is...