From 7b7c7a5b805f7dcadedb85f93d432bc3f38ed926 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 21 Feb 2025 19:07:21 -0800 Subject: [PATCH] Documentation: allowed hosts section --- docs/installation/index.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/installation/index.md b/docs/installation/index.md index d954cf37..22712015 100644 --- a/docs/installation/index.md +++ b/docs/installation/index.md @@ -4,11 +4,9 @@ description: Docs intro icon: simple/docker --- -
You have a few options for deploying homepage, depending on your needs. We offer docker images for a majority of platforms. You can also install and run homepage from source if Docker is not your thing. It can even be installed on Kubernetes with Helm. -
-!!! warning +!!! info Please note that when using features such as widgets, Homepage can access personal information (for example from your home automation system) and Homepage currently does not (and is not planned to) include any authentication layer itself. Thus, we recommend homepage be deployed behind a reverse proxy including authentication, SSL etc, and / or behind a VPN. @@ -28,3 +26,7 @@ You have a few options for deploying homepage, depending on your needs. We offer { .card } + +### `HOMEPAGE_ALLOWED_HOSTS` + +As of v1.0 there is one required environment variable when deploying via a public URL,HOMEPAGE_ALLOWED_HOSTS
. This is a comma separated list of allowed hosts that can access your homepage. See the [docker](docker.md) and [source](source.md) installation pages for examples.