nginxinc / crossplane

Quick and reliable way to convert NGINX configurations into JSON and back.
Apache License 2.0
717 stars 86 forks source link

Looking forward to galng version #83

Closed originnets closed 4 years ago

originnets commented 4 years ago

Looking forward to galng version

aluttik commented 4 years ago

If you're interested, I wrote a golang port: https://github.com/aluttik/go-crossplane.

It's basically a line-by-line copy, including tests.

To be clear, I don't work for NGINX so it's not going to be officially supported, but it might be useful.

gshulegaard commented 4 years ago

aluttik was the original author of the official library featured in this repo if that helps assuage trepidation of using an unofficial port.