Results 116 comments of Forza

> So what you can deduplicate ? copy of emails ? - no - same email will have diffirent headers, which not only simple not-block-boundary-aligned but also even has diffirent...

@studyfranco have you askef in #btrfs IRC channel? You might get answers and help quicker there.

> I am by choice using logrotate. You can use the `copytruncate` option with logrotate. This is maybe not very efficient on large (as Caddy logs can be) files. Perhaps...

> Does the SIGHUP happen after the file is replaced out from under the feet of the writer? The normal case, AFAIK, is that when the original log file is...

Would THP be helpful here? There is `madvise` that a process could use, unless the sysadmin forces THP.

> I made it mostly for the square previews, those seem to be the biggest problem on my side Do you mean you recompress existing previews using the quality settings...

Thanks. It is a useful tool. It saves bandwidth for mobile users too. As for WebP, you need to enable the Imaginary support in Nextcloud and also run a Imaginary...

Personally I have about 55.000 photographs and flat views do not work well. Also I don't event based views most of the time either. I do think nested views are...

Would an xattr be suitable since we already use the xattr `btrfs.compression`? Maybe we could extend it and use `btrfs.compression_extsize`? Today we can do ``` > setfattr -n btrfs.compression -v...

Seems to work well. Thanks! One use case is to run caddy on a cloud server and reverse proxy to a self hosted server. Using plain http wouldn't be secure,...