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.
This commit is contained in:
Lil PhyziX
2026-07-19 02:46:59 -04:00
committed by GitHub
parent ff81f08c18
commit 15a2422431
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@
<head>
<meta charset="utf-8" />
<title>LLDAP Administration</title>
<base href="/">
<script src="/static/main.js" type="module" defer></script>
<link
href="/static/bootstrap-nightshade.min.css"
+1 -1
View File
@@ -86,7 +86,7 @@ services:
# - LLDAP_SMTP_OPTIONS__PASSWORD=PasswordGoesHere # The SMTP password
# - LLDAP_SMTP_OPTIONS__FROM=no-reply <no-reply@example.com> # 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 <admin@example.com> # 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