diff --git a/packages/server/src/cli.ts b/packages/server/src/cli.ts index 9d91b6723ecb..42ef342f81f9 100644 --- a/packages/server/src/cli.ts +++ b/packages/server/src/cli.ts @@ -310,8 +310,12 @@ const bold = (text: string | number): string | number => { } else { logger.warn("Launched without authentication."); } + if (options.disableTelemetry) { + logger.info("Telemetry is disabled"); + } - const url = `http://localhost:${options.port}/`; + const protocol = options.allowHttp ? "http" : "https"; + const url = `${protocol}://localhost:${options.port}/`; logger.info(" "); logger.info("Started (click the link below to open):"); logger.info(url); pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy