We doing nginx or Caddy these days? Or a mix? Or something else?

Doing a general entrypoint on OPNsense and maybe another one on the actual VM hosting the services.

I do like that nginx on OPNsense comes with a WAF module, but I hear they're not worth much also.

I want to take a #web page and mangle it in such a way it looks the same, but is self-contained...

Ideally in a way that supports:
- adblock
- #stripping un-used #css/#javascript
- spits out the fewest files (images don't need to be data url'ed)
- A #selfhosted API

...mostly for automatically #archiving articles I reference by url... I'm not planning on doing this to an SPA or some react nightmare...

I'd prefer it not be a #screenshot, or a print-to-pdf, but maybe that's chill too?