From 124be702dae203cb207cf07cb5295254ddd53ee2 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Fri, 3 Jan 2025 16:02:54 +0100 Subject: [PATCH] add some further instructions Signed-off-by: Simon L. --- reverse-proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reverse-proxy.md b/reverse-proxy.md index c6b62a62f3a..fdc8c32dd32 100644 --- a/reverse-proxy.md +++ b/reverse-proxy.md @@ -879,7 +879,7 @@ Use this environment variable during the initial startup of the mastercontainer ## 4. Open the AIO interface -After starting AIO, you should be able to access the AIO Interface via `https://ip.address.of.the.host:8080`.
+After starting AIO, you should be able to access the AIO Interface via `https://ip.address.of.the.host:8080` and type in and validate the domain that you have configured.
⚠️ **Important:** do always use an ip-address if you access this port and not a domain as HSTS might block access to it later! (It is also expected that this port uses a self-signed certificate due to security concerns which you need to accept in your browser)
Enter your domain in the AIO interface that you've used in the reverse proxy config and you should be done. Please do not forget to open/forward port `3478/TCP` and `3478/UDP` in your firewall/router for the Talk container!