Janio Sarmento

Results 49 comments of Janio Sarmento

There is another issue regarding Debian 11: #403. It's nice when people use the search before opening new issues.

For some reason I can't understand, it seems `acme.sh` is not generating the `cert.pem` file, which WO expects in a certain place, in order to deploy the certificate (and to...

As an improvised patch I'm using the script below, based on @CobblerSalad's valuable information. It is not meant for usage but on emergencies, of course, but it may save some...

The site files are already placed under a specific user: `www-data`. I really don't understand what's the point of changing the username only.

You always can `chroot` a given user to a directory inside `/var/www`.

Also: https://entropie.is/en/blog/bindfs

All Chromium based browsers support it, and Firefox has experimental support. Feel free to not take my word as truth and do your own research.

Hello, Has this been tested with a browser with WEBP support but no AVIF? I think the `try_files` clause will force the original file to any browser webp cabaple, but...

In line 37 of `wo/cli/templates/avif.mustache` rather than: `default "";` it should be something like: `default ".a-very-improbable-extension";` Otherwise, the `try_files` will never serve a .webp for Safari, for example (it supports...

Hi, I'm not sure if I understood the logic you implemented, but the way I see it, it will try to serve AVIF then original file; or WEBP then original...