Skip to content

Standalone dev server: Use HTTPS

Administrator requested to merge tr/https-dev-server into main

Created by: umpox

Closes https://github.com/sourcegraph/sourcegraph/issues/21869

  1. Runs caddy alongside web-standalone
  2. web-standalone starts up on http://localhost:3080
  3. Caddy server starts up on https://sourcegraph.test:3443 with a trusted cert
  4. We reverse-proxy client responses from localhost:3080 to the Caddy server

Merge request reports

Loading