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>
62 lines
1.3 KiB
TOML
62 lines
1.3 KiB
TOML
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"
|
|
|
|
version = "1.2.6.7~ynh2"
|
|
|
|
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]
|
|
yunohost = ">= 11.2"
|
|
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"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "admins"
|
|
|
|
[install.admin]
|
|
type = "user"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/leenooks/phpLDAPadmin/archive/1.2.6.7.tar.gz"
|
|
sha256 = "dde104aca695e18b0615859ae96177cdcb8a3294aee8d1d47a0b828af939679d"
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
main.allowed = "admins"
|
|
|
|
[resources.apt]
|
|
packages ='php8.2-ldap, php8.2-xml'
|