glitchedgitz / grroxy-issues

To manage issues in grroxy.
https://grroxy.com/
MIT License
3 stars 0 forks source link

Having 2 instances at the same time is not possible right now. `--host & --proxy` flags #18

Closed noraj closed 6 months ago

noraj commented 6 months ago

Having 2 instances at the same time is not possible right now.

image

Launching a second instance:

The options should not be only available for the create command but also for the list command when resuming an existing project.

noraj commented 6 months ago

NOte: I'm not sure why the ASCII art displays two times.

glitchedgitz commented 6 months ago

It fails with Error: unknown command "create" for "grroxy-linux" instead of saying that the host:port is already in use, that's very weird It would be nice to have an option specify the host and port for the webUI, so one could host that on something else than localhost have a way around is the port is already taken,

In future, if port is in use, it will auto choose empty ports and connect.

so adding --ui-host and --ui-port options Same but for the proxy (8888), --proxy-host and --proxy-port options

I will add the options soon.

Same but for what whatever is running on 127.0.0.1:10080, SOCKS proxy?

Yes

The options should not be only available for the create command but also for the list command when resuming an existing project.

Yes, and grroxy will save the previous options to resume directly.

noraj commented 6 months ago

In future, if port is in use, it will auto choose empty ports and connect.

I was going to suggest that later but yeah it would be sugar in case of conflict.

glitchedgitz commented 6 months ago

Done in version v0.15.6