Nico Stapelbroek

Results 11 comments of Nico Stapelbroek

Hi @BraunLukas , Thank you for your suggestion. Feel free to submit a Pull Request with the change and a small test to proof your issue is fixed. I'm happy...

Although no weird behaviour, the logs still hint that we might be having multiple discovery runs in parallel. Would make sense to eliminate this behaviour with some tests: ``` envoy_control-plane.1.1ibzu8x0sp0o@x...

Leaving this off [the MVP board](https://github.com/nstapelbroek/envoy-swarm-control-plane/projects/1) for now

@rmasters Did you have any chance to look at the changes? Let me know if you need anything changed.

Hey Ross, did you get a chance to look at this? Edit: anyone looking for an implementation for Laravel 5, you can use https://github.com/nstapelbroek/culpa-laravel-5

I see, thanks for the heads up :) I think replacing only with a specific prefix makes sense as this is a common practice in some bundlers like vite or...

`envsubst` has a build in filter: https://superuser.com/questions/1148950/what-is-shell-format-in-envsubst. seems hopefull

I pushed a fix in [d1e7885](https://github.com/nstapelbroek/docker-static-webserver/commit/d1e788518a5a5df03af2d9d912342a8db5d0e741) and the `latest` docker image tag. You can now filter the environment variables that we'll be replacing by setting the `NGINX_ENVSUBST_FILTER` environment variable. This...

@rick-nu Correct, assuming that you're passing the environment variables it will only replace the onces you are filtering text value in file | passed environment variable | passed nginx filter...