From 2f4139df65866a2227107b8a46eb6462b3bfdde8 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 20 Sep 2020 13:36:07 +0200 Subject: [PATCH] docs: add notice to use https when using external reverse proxy --- docs/installation/docker-compose.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation/docker-compose.md b/docs/installation/docker-compose.md index 6553d0378..3e593ccc7 100644 --- a/docs/installation/docker-compose.md +++ b/docs/installation/docker-compose.md @@ -39,4 +39,6 @@ Now you can pull the Docker images needed by running `docker-compose pull`. Afte passbook will then be reachable via HTTP on port 80, and HTTPS on port 443. You can optionally configure the packaged traefik to use Let's Encrypt certificates for TLS Encryption. +If you plan to access passbook via a reverse proxy which does SSL Termination, make sure you use the HTTPS port, so passbook is aware of the SSL connection. + The initial setup process also creates a default admin user, the username and password for which is `pbadmin`. It is highly recommended to change this password as soon as you log in.