From 553c51251e82ac93e3d09aa2000ff36ab5d80926 Mon Sep 17 00:00:00 2001 From: Jared Goodwin Date: Mon, 2 Jan 2023 14:27:14 -0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3366e799..d7be015e 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ mkdir -p /var/www/remotely docker run -d --name remotely --restart unless-stopped -p 5000:5000 -v /var/www/remotely:/remotely-data immybot/remotely:latest ``` +## HTTPS Configuration +When using HTTPS with a reverse proxy (e.g. Caddy or Nginx), be sure to set `RedirectToHttps` to `true` (which is the default) in `appsettings.json`. This is needed for the server to set the correct scheme when embedding the server URL in the clients. The scheme is supposed to be updated by the ForwardedHeaders feature, but it doesn't appear to be working in some scenarios. ## After Installation - Data for Remotely will be saved in `/var/www/remotely/` within two files: appsettings.json and Remotely.db.