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

36 lines
698 B
TOML
Raw Normal View History

2024-06-20 23:46:10 +02:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
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"
2024-05-28 20:35:55 +02:00
version = "5.16~ynh2"
2024-02-02 20:07:47 +01:00
maintainers = ["tituspijean"]
[upstream]
license = "GPL-2.0-or-later"
code = "https://sourceforge.net/projects/watchdog/"
[integration]
2024-06-20 23:46:10 +02:00
yunohost = ">=11.2"
2024-02-02 20:07:47 +01:00
architectures = "all"
multi_instance = false
ldap = "not_relevant"
sso = "not_relevant"
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[resources]
[resources.apt]
2024-06-20 23:46:10 +02:00
packages = ["watchdog"]