xbvr icon indicating copy to clipboard operation
xbvr copied to clipboard

Ability to configure port or change default port of 9999

Open wheresmytissue opened this issue 3 years ago • 1 comments

The default port of 9999 appears hard coded in a number of locations.

Request: Ability to set the port when initializing docker container or update readme with instructions how to do this.

thank you

wheresmytissue avatar Sep 06 '22 23:09 wheresmytissue

The system will default to 9999 when you run it for the first time. It then saves the port to use in the database. Check in the "kv" table for a record with the key "config". This has a json string and you should see port 9999 as one of the early entries.

If you are using Docker, you will need to change your port mappings for your particular environment.

toshski avatar Sep 13 '22 07:09 toshski

@wheresmytissue cleaning up "dead" issues. this issue resolved by following @toshski's advice. You need to pass your port mapping (host:container) in via docker settings.

theRealKLH avatar Jan 01 '23 16:01 theRealKLH