From 6b27ef334306dade1c5634f85b5f7fe2ed91b2aa Mon Sep 17 00:00:00 2001 From: BeauTroll <-> Date: Tue, 6 Jan 2026 10:54:02 +0100 Subject: [PATCH] force https in conf --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index bb981fc..206a66d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -34,6 +34,7 @@ services: - SEAFILE_SERVER_PROTOCOL=https # Protocol used to access Seafile (http or https) - SERVICE_URL=https://${SEAFILE_SERVER_HOSTNAME} # Full URL to access Seafile - FILE_SERVER_ROOT=https://${SEAFILE_SERVER_HOSTNAME}/seafhttp # URL for file server + - FORCE_HTTPS_IN_CONF=true # Force HTTPS in all Seafile configuration files labels: - "traefik.enable=true" - "traefik.http.routers.seafile.rule=Host(`${SEAFILE_SERVER_HOSTNAME}`)"