feat: adjust max and step values for sharpen, edgeThreshold, and scanlines controls.

This commit is contained in:
syntaxbullet
2026-02-10 15:21:34 +01:00
parent 73a6681ceb
commit a9d2c43bfd
16 changed files with 294 additions and 104 deletions

15
Caddyfile Normal file
View File

@@ -0,0 +1,15 @@
{
email me@syntaxbullet.com
}
yourdomain.com {
reverse_proxy web:4321
# Enable compression
encode zstd gzip
# Robust logging
log {
output file /var/log/caddy/access.log
}
}