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
Éric Gaspar e7401ead2a v2
2023-05-01 17:56:28 +02:00

57 lines
No EOL
1.2 KiB
TOML

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.16~ynh1"
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]
yunohost = ">= 11.1.18"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[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/releases/download/8.16/prober.php"
sha256 = "06691c50cd72bf2b19ecc2169486a582334f18d7070bbe5ae8c402e87c0a6c6c"
in_subdir = false
extract = false
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "php8.0-fpm"