• @barsoap@lemm.ee
      link
      fedilink
      91 day ago

      Not really, they’d clash all the time. 8080 is the default port for a non-privileged webserver, that is, web server, something you put your own stuff on, not applications/daemons that happen to have a web interface. E.g. ComfyUI uses 8188 for its web interface, deluge 8112, neither will serve your index.html.

      • @Atherel@lemmy.dbzer0.com
        link
        fedilink
        312 hours ago

        Well they all have their own web service, that’s how they can deliver the interface. Of course there are a lot of applications that know they will run aside with others because they complement each other and will set a default port that won’t interfere with them, but it can still happen and that’s why you can change the port. 8080 (and 8008) are just the official alternative ports for HTTP traffic and thus still often set as default in the configuration of many applications.