After installing Seafile 12 in Docker with an HA proxy in front of it, everything works except data upload and sharing via link. The generated link does not have https.
The following entries are made in “seahub_settings.py”:
SERVICE_URL = "https://seafile.domain.ch"
FILE_SERVER_ROOT = 'https://seafile.domain.ch/seafhttp'
Where could the error be?
+-------------+ 443 +-----------+ 80 +---------+ 80 +----------+
| Browser | ------->| HAProxy | --------> | Caddy | ----------> | Seafile |
+-------------+ +-----------+ +---------+ +----------+
Does anyone have an idea?