1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpldapadmin_ynh.git synced 2024-09-03 19:56:45 +02:00
phpldapadmin_ynh/README.md
eric_G da9f0aebf3
Testing (#23)
* Add badges

* Upgrade to v.1.2.6.2

* Remove --phpversion

* Small fixes

* set permissions

* Fix linter warnings

* Set SVG badge

* Fix linter

* patch (#11)

* Add templates (#13)

* Add templates

* Update manifest.json

* Auto-update README

* Update check_process

* 1.2.6.3 (#16)

* 1.2.6.3

* Upgrade (#18)

* Upgrade

* Auto-update README

* Fix

Co-authored-by: yunohost-bot <yunohost@yunohost.org>

* Version 2 (#21)

* v2

* Auto-update README

* v2

* fix

* Auto-update README

* Create change_url

* Update manifest.toml

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>

* Auto-update README

* Update config.php.example

Close #20

* fix linter

* Update manifest.toml

* Auto-update README

---------

Co-authored-by: Yunohost-Bot <>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Tagada <36127788+Tagadda@users.noreply.github.com>
2023-08-28 17:53:14 +02:00

49 lines
2 KiB
Markdown

<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
# phpLDAPadmin for YunoHost
[![Integration level](https://dash.yunohost.org/integration/phpldapadmin.svg)](https://dash.yunohost.org/appci/app/phpldapadmin) ![Working status](https://ci-apps.yunohost.org/ci/badges/phpldapadmin.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/phpldapadmin.maintain.svg)
[![Install phpLDAPadmin with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=phpldapadmin)
*[Lire ce readme en français.](./README_fr.md)*
> *This package allows you to install phpLDAPadmin quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
## Overview
phpLDAPadmin is a web app for administering Lightweight Directory Access Protocol (LDAP) servers.
**Shipped version:** 1.2.6.6~ynh2
**Demo:** https://olddemo.phpldapadmin.org/
## Screenshots
![Screenshot of phpLDAPadmin](./doc/screenshots/screenshot.png)
## Documentation and resources
* Official app website: <http://www.phpldapadmin.org>
* Official admin documentation: <http://www.phpldapadmin.org>
* Upstream app code repository: <https://github.com/leenooks/phpLDAPadmin>
* YunoHost documentation for this app: <https://yunohost.org/app_phpldapadmin>
* Report a bug: <https://github.com/YunoHost-Apps/phpldapadmin_ynh/issues>
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/phpldapadmin_ynh/tree/testing).
To try the testing branch, please proceed like that.
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/phpldapadmin_ynh/tree/testing --debug
or
sudo yunohost app upgrade phpldapadmin -u https://github.com/YunoHost-Apps/phpldapadmin_ynh/tree/testing --debug
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>