mirror of
https://github.com/coder/code-server.git
synced 2025-07-29 21:12:58 +08:00
Make --coder-bind disable HTTPS
This commit is contained in:
@ -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")
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user