Implement user/console configuration of webserver_port

Issue #1245 resolved
Thomas Winkler created an issue

Hi, following up on a thread from the forums that as far as I can tell never received its suggested follow-up here on bitbucket.

Much like RYann, I would also find it great if there were an option to customize the port to something other than 23423, by implementing a new entry under Status → Network Settings in the web console that replaces/takes control of the hardcoded webserver_port in serviio.properties.

My own use case is a sort of security-through-obscurity (because as-is, with Serviio visible on the network, and a standardized port number, anyone can mess around in the console). But I’m sure there are other use cases as well that people might appreciate.

Comments (4)

  1. Petr Nejedly repo owner

    I’ve added system properties to configure this (rather than in the console):

    • serviio.apiHttpPort (default 23423)
    • serviio.apiHttpsPort (default 23523)
    • serviio.webServerPort (default 8895)

  2. Log in to comment