1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/statpingng_ynh.git synced 2024-09-03 20:26:24 +02:00
statpingng_ynh/manifest.toml

69 lines
1.4 KiB
TOML
Raw Normal View History

2023-06-14 11:05:41 +02:00
packaging_format = 2
id = "statpingng"
name = "statping-ng"
description.en = "External monitoring tool"
description.fr = "Outils de monitoring externe"
version = "0.90.80~ynh1"
maintainers = ["oiseauroch"]
[upstream]
license = "GPL-3.0-only"
website = "https://statping-ng.github.io/"
admindoc = "https://github.com/statping-ng/statping-ng/wiki"
userdoc = "https://statping-ng.github.io/"
code = "https://github.com/statping-ng/statping-ng/"
[integration]
2023-06-14 11:13:01 +02:00
yunohost = ">= 11.1.20"
architectures = "all"
2023-06-14 11:05:41 +02:00
multi_instance = true
2023-06-14 11:13:01 +02:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-06-14 11:05:41 +02:00
[install]
[install.domain]
type = "domain"
full_domain = true
[install.init_main_permission]
type = "group"
default = "visitors"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "string"
choices = ["fr", "en", "es", "ru", "de", "cs", "ja", "ko", "it", "zh"]
default = "fr"
[install.admin]
type = "user"
[install.password]
help.en = "Choose an admin password"
help.fr = "Choisissez une phrase de passe pour l'administrateur."
type = "password"
[resources]
2023-06-14 11:13:01 +02:00
[resources.ports]
2023-06-14 11:05:41 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-06-14 11:13:01 +02:00
[resources.apt]
packages = "postgresql"
2023-06-14 11:05:41 +02:00
[resources.database]
type = "postgresql"