mirror of https://git.tuxpa.in/a/code-server.git
Make --coder-bind disable HTTPS
This commit is contained in:
parent
f5489cd3a0
commit
9ff37977a8
|
@ -44,6 +44,7 @@ const main = async (args: Args, configArgs: Args): Promise<void> => {
|
||||||
port: 0,
|
port: 0,
|
||||||
auth: AuthType.None,
|
auth: AuthType.None,
|
||||||
socket: undefined,
|
socket: undefined,
|
||||||
|
cert: undefined,
|
||||||
}
|
}
|
||||||
logger.info("coder-bind: disabling auth and listening on random localhost port")
|
logger.info("coder-bind: disabling auth and listening on random localhost port")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue