Skip to content

Feature request: Configurable HTTP webserver port #573

@ghtester

Description

@ghtester

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions