I saw that the web terminal will be released in 1.9, and I’m thinking it would be great if we add a feature like a web editor for templates or at least for site webserver configurations built from templates, similar to what AAPanel or CloudPanel offer. This feature would make deploying JavaScript apps, especially Node.js easier since we could use PM2 to start/manage the app and let the webserver proxy them.
Right now, deploying a Node.js app is a hassle. I have to create a new template for each app, even though the configuration content barely changes beyond the port number. Instead, a single Node.js template that could be modified via a web editor after the configuration is built would be much more convenient.