1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/X-prober_ynh.git synced 2024-09-03 20:36:04 +02:00
x-prober_ynh/manifest.toml

62 lines
1.2 KiB
TOML
Raw Permalink Normal View History

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"
version = "8.19~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/"
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]
url = "https://github.com/kmvan/x-prober/archive/refs/tags/8.19.tar.gz"
sha256 = "205fa2cad06f242223644cab823dc64033431d31715645e0ac2a135e8d636d56"
2023-05-01 17:56:28 +02:00
in_subdir = false
extract = false
2024-01-18 11:59:42 +01:00
rename = "prober.php"
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"