mkcert -install # Set CA to trusted store
cd certs
mkcert localhost 127.0.0.1 ::1cp .envrc.example .envrc
source .envrc # you could also use direnvdocker compose upYou can now point your frontend to https://localhost:8443/.
You'll need to set --disable-web-security flag when launching your Chrome/Chromium browser
This proxy is not compatible with TUS protocol since OPTIONS responses are hardcoded within the proxy.