Emily
Emily
Closes #4675 Allows one to specify the wanted socket permissions like so: - `unix//path/to/unix.sock:0666` (unix socket at `/path/to/unix.sock` with `0666` (`ugw=rw`) The leading `0` is optional. `unix//path/to/unix.sock:666` would yield the...
Caddy supports unix sockets via `unix//path/to/unix.socket`[^1] [^1]: https://caddyserver.com/docs/conventions#network-addresses ([perma link](https://github.com/caddyserver/website/blob/60323a9e839e43209a462ba2a2166b381f08e5c4/src/docs/markdown/conventions.md#network-addresses)) Those currently will infer the sockets' file permissions from the shell's set file-creation mode mask (umask)[^2]. [^2]: That is just...
It would be awesome to support s3 storage. s3 seems to be the more common object storage and much easier to set up in case someone wants to self host...