Hasnat
Hasnat
To possibly have more extensive report on summary for changes per column. TODO: update map to to capture column names instead of index note: not sure why tests are failing....
Adds way to set following via ENV vars in proxied containers - server vhost.d using `VHOST_CONF` - location vhost.d using `VHOST_LOCATION_CONF` - htpasswd using `VHOST_HTPASSWD`
Adds a container env variable `SERVER_PASS` to replace the `proxy_pass` line e.g. ``` SERVER_PASS='proxy_pass http://container_name:8080' SERVER_PASS='fastcgi_pass fastcgi://container_name:8080' SERVER_PASS='grpc_pass grpc://container_name:8080' ``` Note: This is not using upstream_name
very generic in readme but lets you use stuff like https://www.npmjs.com/package/http-proxy-rules closes #4
Repo is using `fs.mkdirRecursiveSync`, `fs.existsSync`, `fs.statSync` and `fs.renameSync`. We should change them to async.
Goal was to allow use of any fs interface e.g. [s3fs](https://www.npmjs.com/package/s3fs), [ftpfs](https://github.com/maxogden/ftpfs), possibly [browserify-fs](https://github.com/mafintosh/browserify-fs) etc.. This brings down to removing dependencies mv, rimraf, findit and using provided/native fs only Adds...
Updates docker compose 1. eliminate pre building of mvn locally. 2. No sh scripts involved only docker-compose up
I was going to add react-dom to webpack external, but we don't need react-dom its only being used to findNode to set as input, which I have changed to ref...