-
I have configured ngrok to use a domain as follows:
How can I use the domain when starting WebUI? I don't know how to put this as command line arguments: The following apparently did not work:
Thanks a lot!! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I got it:
|
Beta Was this translation helpful? Give feedback.
-
Please help me! Tell me how to add the ngrok-options variable to the environment variable correctly? commandline_arguments += ' --ngrok ' + Ngrok_token + ' --ngrok-region ' + Ngrok_region os.environ["COMMANDLINE_ARGS"] = f"{commandline_arguments}" |
Beta Was this translation helpful? Give feedback.
I got it: