-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
Proxy WASM appears to be supported thanks to a project from Kong: https://github.com/Kong/ngx_wasm_module
I haven't tried it yet, but it looks promising.
-
njs-acme
Nginx NJS module runtime to work with ACME providers like Let's Encrypt for automated no-reload TLS certificate issue/renewal.
Regarding #1, NGINX has created a project to make ACME integration easier. It is quite new, so I doubt it will replace your use of Caddy, but it is worth consideration.
https://github.com/nginx/njs-acme
-
I disagree, Caddy works great in Docker. See https://caddyserver.com/docs/running#docker-compose, and CDP is a project that autoconfigures Caddy from labels https://github.com/lucaslorentz/caddy-docker-proxy. Regarding plugins, it's super simple to write a Dockerfile to add plugins, we ship a builder image variant that can be used to compile in any plugins you want.
Related posts
-
THE LIST - You want the goods? You got the goods.
-
A nginx and docker built reverse proxy server to cache the slow expensive requests to the openai api.
-
Reverse Proxy: creating a fixed port offset?
-
Create Nginx extensions in JavaScript
-
Show HN: Zero-codegen TypeScript type inference from Protobuf messages