Running seafile without any reverse proxy

Hi,

I tried to run seafile without caddy with docker (only private network, no internet access). I published the necessary ports, but I get a “bad gateway” when I try to reach seafile. Do I definitely need a proxy?

Thanks in advance for your help!

It is theoretically possible, but only because there’s a very minimal configuration of a reverse proxy already running inside the docker container (an nginx that knows when to forward some things to seaf-server and other things to seahub).

The “bad gateway” is probably coming from that nginx saying it isn’t getting a response from seahub. To know any more than that I think we will need to know what errors are being logged in the docker log, and in the logs for seafile itself.