From e0c51f42860f610d79f11e2c717945c01f754ed1 Mon Sep 17 00:00:00 2001 From: Lewis Crichton Date: Fri, 7 Apr 2023 18:18:23 +0100 Subject: [PATCH] document https requirement --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 190a433..43a0380 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,5 @@ up to you to manage. - HOST_PORT:8080 ``` 5. `docker compose up -d` -6. Configure a reverse proxy to serve the backend as `/v1/` on whatever domain you please. + +Please note that, due to mixed content requirements, you will need HTTPS on your self-hosted instance.