From 15a2422431c591adc56eca0151f3afb4a4052270 Mon Sep 17 00:00:00 2001 From: Lil PhyziX Date: Sun, 19 Jul 2026 02:46:59 -0400 Subject: [PATCH] html: add base href to index_local.html This allows sub-paths. Also update documentation to properly reflect what LLDAP_HTTP_URL docker environment variable does. --- app/index_local.html | 1 + docs/install.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/index_local.html b/app/index_local.html index 617b8f4..0f9794b 100644 --- a/app/index_local.html +++ b/app/index_local.html @@ -4,6 +4,7 @@ LLDAP Administration + # The header field, optional: how the sender appears in the email. The first is a free-form name, followed by an email between <>. # - LLDAP_SMTP_OPTIONS__TO=admin # Same for reply-to, optional. - # - LLDAP_HTTP_URL=https://lldap.example.com # URL used in the email template to compose the reset link + # - LLDAP_HTTP_URL=https://lldap.example.com # URL used in the email template to compose the reset link, also used to tell LLDAP where it lives in the domain/URL to allow for sub-paths ``` Then the service will listen on two ports, one for LDAP and one for the web