inotia00 / rvx-builder

A NodeJS ReVanced Extended builder
GNU General Public License v3.0
531 stars 48 forks source link

question: Are there any commands/launch -arguments to pass into rvx-builder to... #39

Closed Spacellary closed 1 year ago

Spacellary commented 1 year ago

Are there any commands/launch -arguments to pass into rvx-builder to disable it automatically launching the browser window upon opening?

You can do that with docker-compose but I couldn't with the built executable from releases...

I have the habit of opening it from the Terminal/Shortcut and running my own command after to open localhost it in my browser of choice.

Spacellary commented 1 year ago

I think this is more appropriate to ask/request upstream. Moving there.

Spacellary commented 1 year ago

Turns out it's the --no-open... Bruh moment in my part because it's literally used in the Dockerfile. Sometimes we're just blind to the obvious...