start-os icon indicating copy to clipboard operation
start-os copied to clipboard

[feat]: Move system reverse proxy into the OS

Open dr-bonez opened this issue 2 years ago • 2 comments

Prerequisites

  • [X] I have searched for existing issues that already suggest this feature, without success.

Describe the Feature Request

Currently, NGINX modifies requests too much when proxying to containers. Really, all we need it for is muxing between domains, and adding ssl.

Describe the Use Case

Currently, WebDAV is not possible on .local because of the reverse proxy.

Describe Preferred Solution

EOS should stop using NGINX, and instead embassyd should bind to port 80 and 443, and manage the passthrough of requests itself.

Describe Alternatives

some research into haproxy may be valuable

Anything else?

No response

dr-bonez avatar Jun 30 '22 19:06 dr-bonez

What about WebDAV over Tor?

MattDHill avatar Jul 03 '22 20:07 MattDHill

Should work fine if the client supports tor

dr-bonez avatar Jul 26 '22 21:07 dr-bonez