Open bdaehlie opened 8 months ago
Seems reasonable to me! I think this will come later after we have more config infra up and going, but I think it's a very reasonable tool to have, either inside or outside of River.
If anyone is aware of an existing NGINX configuration file parser in Rust, or a good reference to writing one, please feel free to share.
Tagging the first RFC regarding config here: https://github.com/memorysafety/river/issues/13
It's likely that a text-only format (like TOML) will not be able to express all options that NGINX configs do.
We may need to select a specific subset, or wait for the "more complex" config option to be developed later.
Just discovered this project and it is the first issue I looked for. Huge thumbs up.
To make it easy for folks to move from Nginx to River we should create a tool that translates Nginx configs to River configs.