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
F2190528: D4210.diff
Thu, Jul 4, 12:02 PM
F2186937: D4210.diff
Thu, Jul 4, 5:09 AM
Unknown Object (File)
Jun 3 2024, 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

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
Branch
ashoat/dockerize_node
Lint
No Lint Coverage
Unit
No Test Coverage