1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpsysinfo_ynh.git synced 2024-09-03 19:56:43 +02:00
phpsysinfo_ynh/manifest.toml
2023-10-06 08:15:37 +02:00

75 lines
2.1 KiB
TOML

packaging_format = 2
id = "phpsysinfo"
name = "PhpSysInfo"
description.en = "Customizable PHP script that displays information about your system nicely"
description.fr = "Script PHP paramétrable qui affiche des informations sur votre système"
version = "3.4.3~ynh1"
maintainers = ["inrepublica"]
[upstream]
license = "GPL-3.0-only"
website = "https://phpsysinfo.github.io/phpsysinfo/"
demo = "http://phpsysinfo.sourceforge.net/multi/index.php?disp=bootstrap&xml=raspbian"
admindoc = "https://phpsysinfo.github.io/phpsysinfo/"
code = "https://github.com/phpsysinfo/phpsysinfo/"
[integration]
yunohost = ">= 11.2"
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 = "/phpsysinfo"
[install.admin]
type = "user"
[install.init_main_permission]
help.en = "Be careful, putting this application in public will expose some sensitive information."
help.fr = "Attention mettre cette application en publique exposera certaines informations sensibles."
type = "group"
default = "admins"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "select"
choices = ["ast", "bg", "ca", "cz", "da", "de", "en", "es", "et", "fi", "fr", "gl", "gr", "he", "hu", "is", "it", "ja", "ko", "nl", "no", "pl", "pt-br", "pt-pt", "ro", "ru", "sk", "sl", "sv", "th", "tr", "tw", "uk", "zh"]
default = "en"
[install.display_mode]
ask.en = "Display Mode?"
ask.fr = "Mode d'affichage ?"
type = "select"
choices = ["auto", "dynamic", "static", "bootstrap"]
default = "auto"
[resources]
[resources.sources.main]
url = "https://github.com/phpsysinfo/phpsysinfo/archive/refs/tags/v3.4.3.tar.gz"
sha256 = "ffa34cb88f85a440a41d04969e9f3dc8686feb89a31f99940c73ca146d05d99c"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "php8.2-fpm"