1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/watchdog_ynh.git synced 2024-06-22 05:42:53 +02:00
watchdog_ynh/manifest.toml

35 lines
698 B
TOML

#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "watchdog"
name = "Watchdog"
description.en = "Automatically reboot your server in case of freeze"
description.fr = "Redémarre automatiquement votre serveur en cas de plantage"
version = "5.16~ynh2"
maintainers = ["tituspijean"]
[upstream]
license = "GPL-2.0-or-later"
code = "https://sourceforge.net/projects/watchdog/"
[integration]
yunohost = ">=11.2"
architectures = "all"
multi_instance = false
ldap = "not_relevant"
sso = "not_relevant"
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[resources]
[resources.apt]
packages = ["watchdog"]