mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
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:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user