mirror of
https://github.com/YunoHost-Apps/watchdog_ynh.git
synced 2024-06-22 05:42:53 +02:00
33 lines
600 B
TOML
33 lines
600 B
TOML
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"
|