2023-12-09 00:35:51 +01:00
|
|
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
|
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "monitorix"
|
|
|
|
name = "Monitorix"
|
|
|
|
description.en = "A system monitoring tool"
|
|
|
|
description.fr = "Un outil de monitoring système"
|
|
|
|
|
2024-05-13 21:44:19 +02:00
|
|
|
version = "3.15.0~ynh7"
|
2023-12-09 00:35:51 +01:00
|
|
|
|
2024-04-16 23:26:21 +02:00
|
|
|
maintainers = ["Josué Tille"]
|
2023-12-09 00:35:51 +01:00
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "GPL-2.0"
|
|
|
|
website = "https://monitorix.org"
|
|
|
|
demo = "https://www.fibranet.cat/monitorix/"
|
|
|
|
admindoc = "https://www.monitorix.org/documentation.html"
|
|
|
|
code = "https://github.com/mikaku/Monitorix"
|
|
|
|
cpe = "cpe:2.3:a:fibranet:monitorix"
|
|
|
|
|
|
|
|
[integration]
|
2024-06-04 20:57:21 +02:00
|
|
|
yunohost = ">= 11.2.13"
|
2023-12-09 00:35:51 +01:00
|
|
|
architectures = "all"
|
|
|
|
multi_instance = false
|
|
|
|
ldap = "not_relevant"
|
|
|
|
sso = "not_relevant"
|
|
|
|
disk = "50M"
|
|
|
|
ram.build = "50M"
|
|
|
|
ram.runtime = "50M"
|
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/monitorix"
|
|
|
|
|
2024-04-04 00:28:32 +02:00
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "admins"
|
|
|
|
|
2023-12-09 00:35:51 +01:00
|
|
|
[resources]
|
|
|
|
[resources.sources.main]
|
|
|
|
url = "https://www.monitorix.org/monitorix_3.15.0-izzy1_all.deb"
|
|
|
|
sha256 = "0d960b9433ecbaba38d9befe27163644886fb5a466d44f5380576ca975b9d8e4"
|
|
|
|
rename = "monitorix.deb"
|
2023-12-09 10:11:29 +01:00
|
|
|
extract = false
|
2023-12-09 00:35:51 +01:00
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
2024-04-04 00:28:32 +02:00
|
|
|
[resources.install_dir]
|
|
|
|
dir = "/opt/yunohost/__APP__"
|
|
|
|
owner = "__APP__:rwx"
|
|
|
|
group = "www-data:rx"
|
|
|
|
|
|
|
|
[resources.data_dir]
|
|
|
|
|
2023-12-09 00:35:51 +01:00
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
|
|
|
[resources.ports]
|
|
|
|
main.default = 8080
|
|
|
|
nginx_status.default = 8081
|
|
|
|
|
|
|
|
[resources.apt]
|
2024-04-04 00:28:32 +02:00
|
|
|
packages = ["libdbd-pg-perl", "pflogsumm"]
|
2023-12-09 00:35:51 +01:00
|
|
|
|