Maxim
Maxim
here is in README: > An example Grafana dashboard to view the metrics is available at https://grafana.net/dashboards/249 which doesn't open as of the time writing. However, this new https://grafana.com/grafana/dashboards/249-named-processes/ should...
It would be beneficial to create a gRPC client in NJS similar `ngx.fetch` in the context of using it `js_content `or `js_periodic` to communicate with the external world. A reference...
add optional globals `__dirname` and `__filename` similar to node: * https://nodejs.org/docs/latest/api/globals.html#__dirname * https://nodejs.org/docs/latest/api/modules.html#__filename This may simplify locating files relative to source code (e.g. read/write some assets close to the loaded...
We were experimenting with adding JSDocs for [nginx-s3-gateway](https://github.com/nginxinc/nginx-s3-gateway) project in this PR https://github.com/nginxinc/nginx-s3-gateway/issues/165. After adding a such configuration: package.json: ```json { "scripts": { "prettier": "prettier --check --write common/etc/nginx/include", "eslint": "npx...
### Proposed changes This is a temporary PR to share changes. I intend to break it down into a few separated PRs ### Checklist Before creating a PR, run through...
**Is your feature request related to a problem? Please describe.** It would be beneficial to allow building/compiling dynamic modules using a standard way that is used to build C-based modules...
NGINX has a new [ngx_wasm_module](https://github.com/Kong/ngx_wasm_module), which aims to implement proxy-wasm ABI. I did try out `coraza-proxy-wasm` with the module and found that it doesn't work. here is an linked issue...
### Is your feature request related to a problem? Please describe In order to simplify usage and report potential issues for the njs-acme project we need to publish versions and...
### Is your feature request related to a problem? Please describe Currently `createCsr` doesn't allow parameterized generation of Private/Public Key pair, where Public Key is used in CSR extensions. the...
### Is your feature request related to a problem? Please describe ACME supports tls-alpn chalnages. ### Describe the solution you'd like Here is a potential solution: use `$ssl_preread_alpn_protocols` to detect...