Closed noraj closed 8 months ago
NOte: I'm not sure why the ASCII art displays two times.
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.
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.
Done in version v0.15.6
--host
for hosting main app--proxy
for proxy address
Having 2 instances at the same time is not possible right now.
Launching a second instance:
Error: unknown command "create" for "grroxy-linux"
instead of saying that the host:port is already in use, that's very weird--ui-host
and--ui-port options
--proxy-host
and--proxy-port options
The options should not be only available for the create command but also for the list command when resuming an existing project.