2023-04-05 16:43:05 +02:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "phpldapadmin"
|
|
|
|
name = "phpLDAPadmin"
|
|
|
|
description.en = "Manage OpenLDAP database over the web"
|
|
|
|
description.fr = "Application web de gestion de la base OpenLDAP"
|
|
|
|
|
2023-09-22 17:45:05 +02:00
|
|
|
version = "1.2.6.6~ynh3"
|
2023-04-05 16:43:05 +02:00
|
|
|
|
|
|
|
maintainers = ["aymhce"]
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "GPL-2.0-or-later"
|
|
|
|
website = "http://www.phpldapadmin.org"
|
|
|
|
demo = "https://olddemo.phpldapadmin.org/"
|
|
|
|
admindoc = "http://www.phpldapadmin.org"
|
|
|
|
code = "https://github.com/leenooks/phpLDAPadmin"
|
|
|
|
|
|
|
|
[integration]
|
2023-08-28 16:38:40 +02:00
|
|
|
yunohost = ">= 11.2"
|
2023-04-05 16:43:05 +02:00
|
|
|
architectures = "all"
|
|
|
|
multi_instance = true
|
|
|
|
ldap = true
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
|
|
ram.build = "50M"
|
|
|
|
ram.runtime = "50M"
|
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/phpldapadmin"
|
|
|
|
|
2023-08-28 16:38:40 +02:00
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
2023-04-05 16:43:05 +02:00
|
|
|
[install.admin]
|
|
|
|
type = "user"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.sources.main]
|
|
|
|
url = "https://github.com/leenooks/phpLDAPadmin/archive/1.2.6.6.tar.gz"
|
|
|
|
sha256 = "7a8c02a611e60aa6713d1cf863dfac9637e23c3f4d401ea5e47dbe2b22d4895a"
|
|
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
|
|
|
[resources.apt]
|
2023-09-22 17:43:07 +02:00
|
|
|
packages ='php8.1-fpm, php8.1-ldap, php8.1-xml'
|