- Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Category: FrontendRelated to web-interfaceRelated to web-interfaceType: Feature RequestAdd a completely new feature (e.g. controller/plugin)Add a completely new feature (e.g. controller/plugin)
Milestone
Description
I think it would be nice if the default HTTP port could be easily configurable in the webserver settings please. AFAIK, currently it is "hardcoded" in source file ESPEasy.ino :
// WebServer
ESP8266WebServer WebServer(80);
As I would like to get several ESPEasy devices temporarily accessible behind my old router (which can support only 1:1 port forwarding), it's not easily possible when all ESPEasy webservers can listen only on the same port 80.
By the way, thanks a lot to all contributors of this great project. It's a really good work!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Category: FrontendRelated to web-interfaceRelated to web-interfaceType: Feature RequestAdd a completely new feature (e.g. controller/plugin)Add a completely new feature (e.g. controller/plugin)