2023-05-01 17:49:57 +02:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "x-prober"
|
|
|
|
name = "x-prober"
|
|
|
|
description.en = "Probe program for PHP environment"
|
|
|
|
description.fr = "Programme de test pour l'environnement PHP"
|
|
|
|
|
2024-01-18 11:53:13 +01:00
|
|
|
version = "8.17~ynh1"
|
2023-05-01 17:49:57 +02:00
|
|
|
|
|
|
|
maintainers = ["jarod5001"]
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "GPL-3.0"
|
|
|
|
website = "https://prober.inn-studio.com/"
|
|
|
|
demo = "https://prober.inn-studio.com/"
|
|
|
|
userdoc = "https://github.com/kmvan/x-prober"
|
|
|
|
code = "https://github.com/kmvan/x-prober"
|
|
|
|
|
|
|
|
[integration]
|
2023-11-22 17:23:20 +01:00
|
|
|
yunohost = ">= 11.2"
|
2023-05-01 17:56:28 +02:00
|
|
|
architectures = "all"
|
2023-05-01 17:49:57 +02:00
|
|
|
multi_instance = true
|
2023-11-22 17:23:20 +01:00
|
|
|
|
2023-05-01 17:56:28 +02:00
|
|
|
ldap = false
|
2023-11-22 17:23:20 +01:00
|
|
|
|
2023-05-01 17:56:28 +02:00
|
|
|
sso = false
|
2023-11-22 17:23:20 +01:00
|
|
|
|
2023-05-01 17:56:28 +02:00
|
|
|
disk = "50M"
|
2024-01-18 12:03:43 +01:00
|
|
|
ram.build = "900M"
|
2023-05-01 17:56:28 +02:00
|
|
|
ram.runtime = "50M"
|
2023-05-01 17:49:57 +02:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/xprober"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.sources.main]
|
2024-01-18 11:53:03 +01:00
|
|
|
url = "https://github.com/kmvan/x-prober/releases/download/8.17/prober.php"
|
|
|
|
sha256 = "2f3a7f6159d1329e3c9b63edd3e34082c72a155774f396418a34a56a81f1184a"
|
2023-05-01 17:56:28 +02:00
|
|
|
in_subdir = false
|
|
|
|
extract = false
|
2024-01-18 11:59:42 +01:00
|
|
|
rename = "prober.php"
|
2024-02-20 06:34:28 +01:00
|
|
|
autoupdate.strategy = "latest_github_release"
|
2023-05-01 17:49:57 +02:00
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
2023-05-01 17:56:28 +02:00
|
|
|
|
|
|
|
[resources.apt]
|
2024-01-18 11:54:30 +01:00
|
|
|
packages = "php8.2-fpm"
|
2024-02-20 06:34:28 +01:00
|
|
|
|