mirror of
https://github.com/YunoHost-Apps/phpldapadmin_ynh.git
synced 2024-09-03 19:56:45 +02:00
c217a62453
* 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 * cleaning * Update manifest.toml * Update manifest.toml * Auto-update README * Auto-update README * Fix * Update upgrade * Update manifest.toml * Auto-update README * Update manifest.toml * Auto-update README * fix * Update manifest.toml to fix php version as explained on PR #29 * Update manifest.toml fix revert to php7.4 * Auto-update READMEs * Create DESCRIPTION_fr.md * Auto-update READMEs --------- Co-authored-by: Yunohost-Bot <> Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: Tagada <36127788+Tagadda@users.noreply.github.com> Co-authored-by: Robles Rodolphe <rodolphe.robles@sfr.fr> Co-authored-by: tituspijean <titus+yunohost@pijean.ovh>
49 lines
2.2 KiB
Markdown
49 lines
2.2 KiB
Markdown
<!--
|
||
Nota bene : ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||
Il NE doit PAS être modifié à la main.
|
||
-->
|
||
|
||
# phpLDAPadmin pour YunoHost
|
||
|
||
[![Niveau d’intégration](https://dash.yunohost.org/integration/phpldapadmin.svg)](https://dash.yunohost.org/appci/app/phpldapadmin) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/phpldapadmin.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/phpldapadmin.maintain.svg)
|
||
|
||
[![Installer phpLDAPadmin avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=phpldapadmin)
|
||
|
||
*[Lire le README dans d'autres langues.](./ALL_README.md)*
|
||
|
||
> *Ce package vous permet d’installer phpLDAPadmin rapidement et simplement sur un serveur YunoHost.*
|
||
> *Si vous n’avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’installer et en profiter.*
|
||
|
||
## Vue d’ensemble
|
||
|
||
phpLDAPadmin est une application Web permettant d'administrer les serveurs LDAP (Lightweight Directory Access Protocol).
|
||
|
||
**Version incluse :** 1.2.6.7~ynh2
|
||
|
||
**Démo :** <https://olddemo.phpldapadmin.org/>
|
||
|
||
## Captures d’écran
|
||
|
||
![Capture d’écran de phpLDAPadmin](./doc/screenshots/screenshot.png)
|
||
|
||
## Documentations et ressources
|
||
|
||
- Site officiel de l’app : <http://www.phpldapadmin.org>
|
||
- Documentation officielle de l’admin : <http://www.phpldapadmin.org>
|
||
- Dépôt de code officiel de l’app : <https://github.com/leenooks/phpLDAPadmin>
|
||
- YunoHost Store : <https://apps.yunohost.org/app/phpldapadmin>
|
||
- Signaler un bug : <https://github.com/YunoHost-Apps/phpldapadmin_ynh/issues>
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/phpldapadmin_ynh/tree/testing).
|
||
|
||
Pour essayer la branche `testing`, procédez comme suit :
|
||
|
||
```bash
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/phpldapadmin_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade phpldapadmin -u https://github.com/YunoHost-Apps/phpldapadmin_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|