Looks basically like a web-based text-editor. More effort needs to be put into adding UI controls for modifying common settings, or at least some macros for adding settings to a config file. (e.g. insert a common setting at cursor location). Better yet, hide editing the config file in an "advanced" mode, and allow UI controls (checkboxes, input boxes, and dropdowns) for editing parts of the config. (that's what I tho…
what's the goal of that? Which person needing to configure nginx does not know how to edit text?
Nginx UI – Access and modify the Nginx configurations files without CLI
31–40 of 61 posts
Re: Nginx UI – Access and modify the Nginx configurations files without CLI
#32Earlier quoted context omitted.
That’s true if the UI is a read-only dashboard. If the UI can affect behavior then you don’t have IaaC anymore.
Only if you have zero discipline.
Re: Nginx UI – Access and modify the Nginx configurations files without CLI
#33Looks basically like a web-based text-editor. More effort needs to be put into adding UI controls for modifying common settings, or at least some macros for adding settings to a config file. (e.g. insert a common setting at cursor location). Better yet, hide editing the config file in an "advanced" mode, and allow UI controls (checkboxes, input boxes, and dropdowns) for editing parts of the config. (that's what I tho…
what's the goal of that? Which person needing to configure nginx does not know how to edit text?
It's just an extra thing to install, update, maintain and hack.
Re: Nginx UI – Access and modify the Nginx configurations files without CLI
#34Re: Nginx UI – Access and modify the Nginx configurations files without CLI
#35"Containerization is now state of the art and therefore the application is delivered in a container." I wouldn't say it is "state of the art". Solaris had containers in 2004/2005.
Re: Nginx UI – Access and modify the Nginx configurations files without CLI
#36Looks basically like a web-based text-editor. More effort needs to be put into adding UI controls for modifying common settings, or at least some macros for adding settings to a config file. (e.g. insert a common setting at cursor location). Better yet, hide editing the config file in an "advanced" mode, and allow UI controls (checkboxes, input boxes, and dropdowns) for editing parts of the config. (that's what I tho…
what's the goal of that? Which person needing to configure nginx does not know how to edit text?
- less error prone
Re: Nginx UI – Access and modify the Nginx configurations files without CLI
#37Re: Nginx UI – Access and modify the Nginx configurations files without CLI
#38If anything this tool makes editing easier and may lead to more misconfiguration.
Re: Nginx UI – Access and modify the Nginx configurations files without CLI
#39I just loved it, docker is a good choice but I would've love to have non-docker version as well.
Re: Nginx UI – Access and modify the Nginx configurations files without CLI
#40Weird. Not sure why i would like to update/change a live config. That would probably not mean that there is an Infrastructure code in git.
Well i have 1M+ users and still ssh into the VMs and live-change nginx configs. Once in a while the reload fails because i messed up something.
I don't mean this as offending but my personal action is to fix the underlying issue.
If you add more tests etc. you will have to do that less often until it doesn't is the norm anymore.