cloudserver icon indicating copy to clipboard operation
cloudserver copied to clipboard

Custom Port

Open fishcharlie opened this issue 5 years ago • 1 comments

Feature Request

Proposal

Currently it says in the documentation that when you run yarn start:

This starts a Zenko CloudServer on port 8000. Two additional ports 9990 and 9991 are also open locally for internal transfer of metadata and data, respectively.

There should be a way to modify this and allow for custom ports to be used.

Current behavior

Limited to port 8000 only.

Desired behavior

Allow for user to customize what port it runs on.

Use case

Port 8000 is a common port, not allowing the port to be customizable is extremely restrictive.

Additional information

  • Is this request for your company? N
  • Are you willing to contribute this feature yourself? Possibly, doubtful anytime soon.
  • Position/Title: NA
  • How did you hear about us? GitHub Explore repositories section

fishcharlie avatar Mar 17 '21 22:03 fishcharlie

You can edit the port value in the config.json here https://github.com/scality/cloudserver/blob/985c811f74f6dae3c75ec3e3739c11ee0c3280c7/config.json#L2

miniscruff avatar Mar 18 '21 01:03 miniscruff