2023-04-05 14:02:40 +02:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "phpinfo"
|
|
|
|
name = "Phpinfo"
|
|
|
|
description.en = "Simple phpinfo"
|
|
|
|
description.fr = "Simple phpinfo"
|
|
|
|
|
2024-04-16 21:10:57 +02:00
|
|
|
version = "1.0~ynh5"
|
2023-04-05 14:02:40 +02:00
|
|
|
|
2024-06-04 23:06:41 +02:00
|
|
|
maintainers = []
|
2023-04-05 14:02:40 +02:00
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
website = "https://www.php.net/manual/fr/function.phpinfo.php"
|
|
|
|
|
|
|
|
[integration]
|
2023-11-11 23:43:08 +01:00
|
|
|
yunohost = ">= 11.2"
|
2023-04-05 14:13:40 +02:00
|
|
|
architectures = "all"
|
2023-04-05 14:02:40 +02:00
|
|
|
multi_instance = true
|
2023-11-11 23:43:08 +01:00
|
|
|
|
2023-04-05 14:13:40 +02:00
|
|
|
ldap = false
|
2023-11-11 23:43:08 +01:00
|
|
|
|
2023-04-05 14:13:40 +02:00
|
|
|
sso = false
|
2023-11-11 23:43:08 +01:00
|
|
|
|
2023-04-05 14:13:40 +02:00
|
|
|
disk = "50M"
|
|
|
|
ram.build = "50M"
|
|
|
|
ram.runtime = "50M"
|
2023-04-05 14:02:40 +02:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/phpinfo"
|
|
|
|
|
2023-11-12 09:04:43 +01:00
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
2023-04-05 14:02:40 +02:00
|
|
|
[install.phpversion]
|
|
|
|
ask.en = "Choose the version of PHP to use."
|
|
|
|
ask.fr = "Choisissez la version de PHP à utiliser."
|
2023-11-12 09:10:55 +01:00
|
|
|
type = "select"
|
2024-08-26 17:19:50 +02:00
|
|
|
choices = ["7.4", "8.0", "8.1", "8.2", "8.3"]
|
2023-11-12 09:05:55 +01:00
|
|
|
default = "8.2"
|
2023-04-05 14:02:40 +02:00
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
2023-04-05 14:42:59 +02:00
|
|
|
|
|
|
|
[resources.apt]
|
2024-08-26 17:19:50 +02:00
|
|
|
packages = "nginx" # Kind of "dummy" value to be sure to have a non-empty dep list
|
2023-09-11 18:08:56 +02:00
|
|
|
packages_from_raw_bash = """
|
2024-08-26 17:19:50 +02:00
|
|
|
echo "php${phpversion}-fpm"
|
|
|
|
"""
|