jc21

Results 202 comments of jc21

Docker Image for build 44 is available on [DockerHub](https://cloud.docker.com/repository/docker/nginxproxymanager/nginx-full) as: - `nginxproxymanager/nginx-full:github-pr-8` - `nginxproxymanager/nginx-full:github-pr-8-certbot` - `nginxproxymanager/nginx-full:github-pr-8-certbot-node` - `nginxproxymanager/nginx-full:github-pr-8-acmesh` - `nginxproxymanager/nginx-full:github-pr-8-acmesh-golang`

``` ./scripts/buildx ``` is used by CI to build the image, so you can add your git submodule stuff there too

You can run a local build with this command: ```bash BASE_TAG=latest \ OPENRESTY_VERSION=1.19.3.1 \ LUA_VERSION=5.1.5 \ LUAROCKS_VERSION=3.3.1 \ MODSECURITY_VERSION=3.0.5 \ MODSECURITY_NGINX_VERSION=1.0.2 \ MAXMIND_VERSION=1.6.0 \ docker build \ --pull \ --build-arg...

I've noticed that mod security build needs `git` as well

History lesson, NPM was using Alpine for most of it's life but it became unreliable and I can't exactly remember why but the history is hidden in an issue somewhere.....

On the `develop` branch, and in the next release, there's a full OpenAPI schema available on the `/api/schema` endpoint. That should be importable into Postman and others.

``` 08:30:07 $ /app/node_modules/.bin/eslint . 08:30:07 08:30:07 /app/internal/nginx.js 08:30:07 35:13 error Parsing error: Unexpected token use_default_port 08:30:07 08:30:07 ✖ 1 problem (1 error, 0 warnings) ```

CI is reporting: ``` Integration Tests / Mysql / Hosts endpoints.Should be able to create a http host Error Message: data should NOT have additional properties, data should have required...

Thanks for the detailed report. I don't see why we can't include that second address in the resolvers. Shouldn't be too hard to fix the regex.

Interesting. This is probably a temporary issue with Cloudflare judging by the content of the html. This ip range fetch happens on every start of the docker container, so the...