Docketeer icon indicating copy to clipboard operation
Docketeer copied to clipboard

Use a different port than 8080

Open ScottChapman opened this issue 2 years ago • 5 comments

Is your feature request related to a problem? Please describe. 8080 is already used by many things...

Describe the solution you'd like It would be nice to provide a mechanism to specify what port to use, and maybe default to one less common

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

ScottChapman avatar Aug 31 '23 14:08 ScottChapman

I will second this request. Having a way to configure the port to something other than 8080 is a must.

MikeRavenelle avatar Sep 02 '23 13:09 MikeRavenelle

I'm going to have to disable Docketeer until this is possible, so another +1 here.

andrewnicols avatar Sep 04 '23 12:09 andrewnicols

It looks like we can just modify a few files and it should work. I am going to create a fork with a different port than 8080. Which port do you guys think would be best? 5893 seems like a good used port. If I understand correctly, this port is just used internally within docketeer?

MikeRavenelle avatar Sep 04 '23 13:09 MikeRavenelle

Yea, I think pick something unusual. Would be nice to be able to set an env var (or something) to be able to set it to something if that is also used.

I think the problem is that not that it is used internally, but that it listens on that port externally.

ScottChapman avatar Sep 04 '23 13:09 ScottChapman

I went with 5893 for now. I agree with making it modifiable within the compose file being the best solution via a variable.

It seems to work but unfortunately due to another sign up bug I can not login and test. I even tried making the change with version XII (which is what my code is currently based off of).

Edit: I also made some changes to have a .env file with the port configurable. It also seems to work, but unable to fully test without being able to log in.

MikeRavenelle avatar Sep 04 '23 14:09 MikeRavenelle