Page MenuHomePhabricator

[keyserver] Make it possible to run Comm web app without Apache proxying to it
ClosedPublic

Authored by ashoat on Jun 3 2022, 2:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 3, 6:37 AM
Unknown Object (File)
May 27 2024, 3:44 AM
Unknown Object (File)
May 27 2024, 3:44 AM
Unknown Object (File)
May 27 2024, 1:49 AM
Unknown Object (File)
May 14 2024, 1:47 PM
Unknown Object (File)
May 11 2024, 10:15 AM
Unknown Object (File)
May 8 2024, 10:05 AM
Unknown Object (File)
May 7 2024, 10:06 PM

Details

Summary

To avoid breaking anybody's environment, if the proxy config is left out, we'll continue defaulting to Apache.

This diff makes it easier to test things sometimes, and perhaps somebody will want to run the Web app without a proxy. (That said, we don't currently support HTTPS/TLS without a proxy, so it would probably be a bad idea to do that on production.)

Linear task: https://linear.app/comm/issue/ENG-1221/make-it-possible-to-run-node-without-apache

Test Plan

I tested a local environment proxied over Apache and a local environment without proxying. I did not test a local environment without proxying with HTTPS enabled, as this would require adding support for certificates to the Node server, which is out of scope

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable