mirror of
https://github.com/cdr/code-server.git
synced 2026-01-21 07:34:08 +01:00
Add "disabled by --link" note to certificate arg
This commit is contained in:
parent
3612076b89
commit
0d53441950
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ const main = async (args: DefaultedArgs): Promise<void> => {
|
|||
if (args.cert) {
|
||||
logger.info(` - Using certificate for HTTPS: ${humanPath(args.cert.value)}`)
|
||||
} else {
|
||||
logger.info(" - Not serving HTTPS")
|
||||
logger.info(` - Not serving HTTPS ${args.link ? "(disabled by --link)" : ""}`)
|
||||
}
|
||||
|
||||
if (args["proxy-domain"].length > 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue