document https requirement

This commit is contained in:
Lewis Crichton
2023-04-07 18:18:23 +01:00
parent d7c25f68bb
commit e0c51f4286
+2 -1
View File
@@ -26,4 +26,5 @@ up to you to manage.
- HOST_PORT:8080 - HOST_PORT:8080
``` ```
5. `docker compose up -d` 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.