Update home page
This commit is contained in:
parent
21c88048e3
commit
be69e22867
@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} Building Docker Image 🐳
|
|||||||
on: [push]
|
on: [push]
|
||||||
env:
|
env:
|
||||||
DOCKER_HOST: tcp://127.0.0.1:2375
|
DOCKER_HOST: tcp://127.0.0.1:2375
|
||||||
ASSETS: c2780a3
|
ASSETS: 10eca55
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
@ -23,18 +23,51 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-12 col-sm-8">
|
<div class="col-12 col-sm-8">
|
||||||
<h3 class="mb-1">Welcome to phpLDAPadmin</h3>
|
<h1 class="mb-2">Welcome to phpLDAPadmin</h1>
|
||||||
<h4 class="mb-3"><small>{{ config('app.version') }}</small></h4>
|
<p>phpLDAPadmin (or PLA for short) is an LDAP (Lightweight Directory Access Protocol) data management tool for administrators.</p>
|
||||||
<p>phpLDAPadmin (or PLA for short) is an LDAP data management tool for administrators.</p>
|
<p>PLA provides an easy-to-use interface for browsing, searching, and modifying data in an LDAP directory. Essentially, it's a user-friendly alternative to using command-line tools for LDAP management.</p>
|
||||||
<p>PLA aims to adhere to the LDAP standards so that it can interact with any LDAP server that implements those standards.</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<hr>
|
<hr>
|
||||||
<p>Version 2 is a complete re-write of PLA, leveraging the advancements and modernisation of web tools and methods, libraries since version 1 was released.</p>
|
</div>
|
||||||
<p>You can support this application by letting us know which LDAP server you use (including version and platform).</p>
|
</div>
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-12 col-sm-4">
|
||||||
|
<span class="text-dark">
|
||||||
|
<a class="link-opacity-50 link-opacity-100-hover link-dark" href="https://phpldapadmin.org"><i class="fas fa-fw fa-2x fa-globe me-1"></i></a>
|
||||||
|
<a class="link-opacity-50 link-opacity-100-hover link-dark" href="https://github.com/leenooks/phpldapadmin"><i class="fab fa-fw fa-2x fa-github me-1"></i></a>
|
||||||
|
<a class="link-opacity-50 link-opacity-100-hover link-dark" href="https://github.com/leenooks/phpLDAPadmin/discussions"><i class="fas fa-fw fa-2x fa-hand me-1"></i></a>
|
||||||
|
<a class="link-opacity-50 link-opacity-100-hover link-dark" href="https://github.com/leenooks/phpLDAPadmin/issues"><i class="fas fa-fw fa-2x fa-bug me-1"></i></a>
|
||||||
|
<a class="link-opacity-50 link-opacity-100-hover link-dark" href="https://hub.docker.com/r/phpldapadmin/phpldapadmin"><i class="fab fa-fw fa-2x fa-docker me-1"></i></a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-12 col-sm-8 col-xl-4">
|
||||||
|
<h5>Key Features and Functionality</h5>
|
||||||
|
<ul class="list-unstyled">
|
||||||
|
<li class="ps-0 p-1">
|
||||||
|
<i class="fas fa-fw fa-globe me-2"></i> Easy To Use Web Interface
|
||||||
|
</li>
|
||||||
|
<li class="ps-0 p-1">
|
||||||
|
<i class="fas fa-fw fa-sitemap me-2"></i> Hierarchical Tree View
|
||||||
|
</li>
|
||||||
|
<li class="ps-0 p-1">
|
||||||
|
<i class="fas fa-fw fa-language me-2"></i> Multi-language Support
|
||||||
|
</li>
|
||||||
|
<li class="ps-0 p-1">
|
||||||
|
<i class="fas fa-fw fa-file-export me-2"></i> LDIF Import/Export
|
||||||
|
</li>
|
||||||
|
<li class="ps-0 p-1">
|
||||||
|
<i class="fas fa-fw fa-clipboard-list me-2"></i> Build on RFC Standards
|
||||||
|
</li>
|
||||||
|
<li class="ps-0 p-1">
|
||||||
|
<i class="fas fa-fw fa-pen-to-square me-2"></i> Open Source
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user