2023-04-05 19:47:48 +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"
|
|
|
|
|
2024-05-06 08:59:19 +02:00
|
|
|
version = "1.2.6.7~ynh2"
|
2023-04-05 19:47:48 +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 17:53:14 +02:00
|
|
|
yunohost = ">= 11.2"
|
2023-04-05 19:47:48 +02:00
|
|
|
architectures = "all"
|
|
|
|
multi_instance = true
|
2024-01-11 09:12:25 +01:00
|
|
|
|
2023-04-05 19:47:48 +02:00
|
|
|
ldap = true
|
2024-01-11 09:12:25 +01:00
|
|
|
|
2023-04-05 19:47:48 +02:00
|
|
|
sso = false
|
2024-01-11 09:12:25 +01:00
|
|
|
|
2023-04-05 19:47:48 +02:00
|
|
|
disk = "50M"
|
|
|
|
ram.build = "50M"
|
|
|
|
ram.runtime = "50M"
|
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/phpldapadmin"
|
|
|
|
|
2023-08-28 17:53:14 +02:00
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
2023-10-09 20:44:51 +02:00
|
|
|
default = "admins"
|
2023-08-28 17:53:14 +02:00
|
|
|
|
2023-04-05 19:47:48 +02:00
|
|
|
[install.admin]
|
|
|
|
type = "user"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.sources.main]
|
2024-01-11 09:12:25 +01:00
|
|
|
url = "https://github.com/leenooks/phpLDAPadmin/archive/1.2.6.7.tar.gz"
|
|
|
|
sha256 = "dde104aca695e18b0615859ae96177cdcb8a3294aee8d1d47a0b828af939679d"
|
2023-04-05 19:47:48 +02:00
|
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
2023-10-09 20:44:51 +02:00
|
|
|
main.allowed = "admins"
|
2023-04-05 19:47:48 +02:00
|
|
|
|
|
|
|
[resources.apt]
|
2024-05-06 09:00:45 +02:00
|
|
|
packages ='php7.4-ldap, php7.4-xml'
|