I just migrated from a non-docker v12 to a docker v12 and after a few problems i managed to get it running somewhat. My last issue is that my desktop seafile client is stuck in “waiting for synchronization” and the logs show
[03/04/25 18:21:18] Bad response code for GET https://<myurl>.com/seafhttp/protocol-version: 502.
There are no docs around seafhttp for docker based setups with external nginx.
The auto-generated nginx.conf gave me a clue that seafhttp is running on docker port 8082 so i forwarded that in the seafile-server.yml file and used the code for /seafhttp from the generated nginx.conf but it is not working.