AJ ONeal
AJ ONeal
@creedasaurus What was your idea on how to distribute this? Just add it to repos & npm packages that have Webi installers?        ...
# How to download caddy with a Let's Encrypt DNS-01 plugins: - Home page - Download - Filter Packages & Modules # Examples - DNSimple (via Lego) - DuckDNS ##...
# Exclude Dev Sites from Search Engines ```caddy dev.example.com { header { Link "; rel=\"canonical\"" X-Robots-Tag noindex } } ``` ```bash curl -I https://dev.example.com ``` ```txt HTTP/2 200 accept-ranges: bytes...
I'd be happy to have this, we just need someone who's familiar with it to take the lead. See https://github.com/webinstall/webi-installers/issues/250.
Because there's no standard way to define or check for `PATH` updates - especially across shells and operating systems - pathman/envman is really the only sane way to go. HOWEVER,...
P.S. What problem were you experiencing that made it important to not have `~/.local/bin` in your PATH a second time? Generally this is benign.
Yeah, that would be great. I may be better to put that logic into pathman as an option rather than webi, but you investigate and let me know what you...
Many platform-programs, such as node and go - and even should-be-standalone apps, such as gpg - need to have multiple of their own PATH updates, such as `~/.local/opt/go/bin/` and `~/go/bin/`....
# The problem of asking Asking is a problem for two reasons: 1. `curl | bash` steals the file descriptor of the tty and it's _really_ hard to find a...
> I've looked through the code, but will not be submitting a PR after a further review. Are you talking about the Go code, the Bash, or the Node that...