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

34 lines
600 B
TOML
Raw Normal View History

2024-02-02 20:07:47 +01:00
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~ynh1"
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"