From 5e16e11419050a07c9dcea6005738a6e22816477 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 21 Jan 2026 00:26:10 -0800 Subject: [PATCH] Update README.md [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 005050f56..c1b6e4f09 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,8 @@ For configuration options, examples and more, [please check out the homepage doc Please note that when using features such as widgets, Homepage can access personal information (for example from your home automation system). To keep your information private, if Homepage is reachable from any untrusted network, it: -1. **must** sit behind a reverse proxy (and/or VPN) that enforces authentication, TLS, and strictly validates Host headers. OR -2. An optional built-in OIDC login flow is available (opt-in) to gate the app without a reverse proxy; it is a simple “authenticated or not” guard. +1. **must** sit behind a reverse proxy (and/or VPN) that enforces authentication, TLS, and strictly validates Host headers. +2. An optional built-in OIDC login flow is available (opt-in) offering a simple “authenticated or not” guard. ## Installation