1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpldapadmin_ynh.git synced 2024-09-03 19:56:45 +02:00
* 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

---------

Co-authored-by: Yunohost-Bot <>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Tagada <36127788+Tagadda@users.noreply.github.com>
This commit is contained in:
eric_G 2023-09-22 19:47:20 +02:00 committed by GitHub
parent da9f0aebf3
commit b236d2c08c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
phpLDAPadmin is a web app for administering Lightweight Directory Access Protocol (LDAP) servers.
**Shipped version:** 1.2.6.6~ynh2
**Shipped version:** 1.2.6.6~ynh3
**Demo:** https://olddemo.phpldapadmin.org/

View file

@ -18,7 +18,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
phpLDAPadmin is a web app for administering Lightweight Directory Access Protocol (LDAP) servers.
**Version incluse :** 1.2.6.6~ynh2
**Version incluse :** 1.2.6.6~ynh3
**Démo :** https://olddemo.phpldapadmin.org/

View file

@ -5,7 +5,7 @@ name = "phpLDAPadmin"
description.en = "Manage OpenLDAP database over the web"
description.fr = "Application web de gestion de la base OpenLDAP"
version = "1.2.6.6~ynh2"
version = "1.2.6.6~ynh3"
maintainers = ["aymhce"]
@ -55,4 +55,4 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages ='php8.2-fpm'
packages ='php8.1-fpm, php8.1-ldap, php8.1-xml'

View file

@ -26,7 +26,7 @@ chown -R $app:www-data "$install_dir"
ynh_script_progression --message="Configuring PHP-FPM..." --weight=3
# Create a dedicated php-fpm config
ynh_add_fpm_config --usage=low --footprint=low
ynh_add_fpm_config
# Create a dedicated NGINX config
ynh_add_nginx_config

View file

@ -38,7 +38,7 @@ chown -R $app:www-data "$install_dir"
ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=5
# Create a dedicated PHP-FPM config
ynh_add_fpm_config --usage=low --footprint=low
ynh_add_fpm_config
# Create a dedicated NGINX config
ynh_add_nginx_config