OlofBlomqvist / odd-box

dead simple reverse proxy and webserver
https://odd-box.cruma.io/
MIT License
9 stars 1 forks source link

feature request - webui hosted proc args #40

Closed OlofBlomqvist closed 2 weeks ago

OlofBlomqvist commented 3 weeks ago

When one wants to add an argument before any existing ones, you need to remove the existing ones and add them back - would be nice if we could insert variables in the correct place and possibly be able to move the order around as well

Jonas-PFX commented 2 weeks ago

I've been testing a few different ways to handle env variables and arguments and I think the best way for this might just be a simple semicolon separated text input. I've switched to that for now, but will keep this request in mind if we switch to another way of handling these config items sometime later.