11-28-2016, 01:52 AM
(11-28-2016, 01:12 AM)NiLSPACE Wrote: You do realize that you can simply change the port in the webadmin.ini file right? We also already have different users. For instance, on the gallery server I have a webadmin account, and xoft has his own. If we could simply expand the current user system to allow people to set permissions together with what I proposed earlier you'd have a pretty powerful API framework.
I'm personally not a fan of moving the webadmin to a plugin as too many plugin currently rely on the way it's done now. Plugins can already create their own webservers. Here is one I wrote right after the cNetwork API was implemented.
Changing the port is not the point, I meant to say a plugin like dynmap can host its public web interface at :8123 while some other plugin uses another port. What I proposed was having a single webserver which plugins would plug into and have their own /namespace/, as opposed to each plugin running their own webserver and each one using a different port.