Emily
Emily
Ye, that would make sense on a per-socket basis. Feel free to open a new issue :) For now, you would need to override the `Group=caddy`[^1] with your newly created...
@virtualdxs Just a little fyi :innocent: > Unlike with an HTTP reverse proxy, the mail server wouldn't have a way to get the remote IP address to do things like...
Any ideas/suggestions how the syntax for that should look like? Perhaps, making it an extended version of `unix//path/to/unix.sock:0222` like `unix//path/to/unix.sock:mode=0222;group=somegroup` while also allowing `unix//path/to/unix.sock:group=somegroup` (defaulting to `mode=0200`) and `unix//path/to/unix.sock:mode=0222` (defaulting...
I am genuinely confused about that. I tested it on a Linux 5.15.51 with systemd 250.4, and can confirm @sybereal's findings :eyes: Literally every single socket implementation and mentioning of...
I did resolve the merge conflict locally and started working on #4869, just before I went on vacation (back now). Though I figured v2.6.0 is feature frozen by now :eyes:...
With ansible you would need to use `"{{ '{{ upstreams 2342 }}' }}"`, which would result in a literal label value of `{{ upstreams 2342 }}`. So for example: ```yaml...
See https://github.com/miniflux/v2/issues/1516#issuecomment-1200684889 and the updated apt install instructions at https://miniflux.app/docs/howto.html#apt-repo
I originally stopped working on it again after @mholt's [comment](https://github.com/caddyserver/caddy/pull/4741#issuecomment-1246190197) suggesting postponing it until after `v2.6` But I also get that this is, as of now, the oldest open PR...
_Just as a note to myself:_ Unix sockets addresses on Windows may include a drive letter (e.g. `unix/c:\absolute\path.sock`) since #5114, which makes parsing `unix//path/to/unix.sock:0666` slightly more complex :^)
@jameshartig I'd love to hear about your use-case :) I've eventually felt like this feature is incredibly niche and essentially no one wants it. So I lost interest. I will...