From 24ca594bcf30b30c8b2fcef9450b79529f4294cc Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Wed, 5 Apr 2023 08:31:30 +0100 Subject: [PATCH] chore: update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 20c2147..7eb48e8 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,14 @@ You will also want to change the protocols to enable HTTPS: + REVOLT_EXTERNAL_WS_URL=wss://my.domain/ws ``` +In the case of `HOSTNAME`, you must strip the protocol prefix: + +```diff +# .env +- HOSTNAME=https://my.domain ++ HOSTNAME=my.domain +``` + ### Putting Revolt behind another reverse proxy (or on a non-standard port) Override the port definitions on `caddy`: