2024-01-03 22:02:22 +01:00
|
|
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
|
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "prometheus"
|
|
|
|
name = "Prometheus"
|
|
|
|
description.en = "Monitoring system and time series database"
|
|
|
|
description.fr = "Supervision chronologique de systèmes et services"
|
|
|
|
|
2024-08-10 03:41:46 +02:00
|
|
|
version = "2.54.0~ynh1"
|
2024-01-03 22:02:22 +01:00
|
|
|
|
|
|
|
maintainers = ["tituspijean"]
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "Apache-2.0"
|
|
|
|
website = "https://prometheus.io"
|
|
|
|
demo = "https://demo.do.prometheus.io"
|
|
|
|
admindoc = "https://prometheus.io/docs"
|
|
|
|
code = "https://github.com/prometheus/prometheus"
|
|
|
|
cpe = "cpe:2.3:a:prometheus:prometheus"
|
|
|
|
|
|
|
|
[integration]
|
2024-01-12 21:27:02 +01:00
|
|
|
yunohost = ">= 11.2"
|
2024-01-03 22:48:06 +01:00
|
|
|
architectures = ["i386", "amd64", "armhf", "arm64"]
|
2024-01-03 22:02:22 +01:00
|
|
|
multi_instance = true
|
2024-01-12 21:27:02 +01:00
|
|
|
|
2024-01-03 22:12:30 +01:00
|
|
|
ldap = false
|
2024-01-12 21:27:02 +01:00
|
|
|
|
2024-01-03 22:12:30 +01:00
|
|
|
sso = false
|
2024-01-12 21:27:02 +01:00
|
|
|
|
2024-01-03 22:12:30 +01:00
|
|
|
disk = "50M"
|
|
|
|
ram.build = "50M"
|
|
|
|
ram.runtime = "50M"
|
2024-01-03 22:02:22 +01:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/prometheus"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
2024-08-10 03:41:46 +02:00
|
|
|
i386.url = "https://github.com/prometheus/prometheus/releases/download/v2.54.0/prometheus-2.54.0.linux-386.tar.gz"
|
|
|
|
i386.sha256 = "685639bdf95c7e6a3fb5cab5a07fe88b0a690220778a979e34bc11f1f7e8abae"
|
2024-01-03 22:02:22 +01:00
|
|
|
|
2024-08-10 03:41:46 +02:00
|
|
|
amd64.url = "https://github.com/prometheus/prometheus/releases/download/v2.54.0/prometheus-2.54.0.linux-amd64.tar.gz"
|
|
|
|
amd64.sha256 = "465e1393a0cca9705598f6ffaf96ffa78d0347808ab21386b0c6aaec2cf7aa13"
|
2024-01-03 22:02:22 +01:00
|
|
|
|
2024-08-10 03:41:46 +02:00
|
|
|
armhf.url = "https://github.com/prometheus/prometheus/releases/download/v2.54.0/prometheus-2.54.0.linux-armv7.tar.gz"
|
|
|
|
armhf.sha256 = "91a071b0098bce789aa44b5a6a455c4cec01279ecc27c9afaa2232eca0f15efd"
|
2024-01-03 22:02:22 +01:00
|
|
|
|
2024-08-10 03:41:46 +02:00
|
|
|
arm64.url = "https://github.com/prometheus/prometheus/releases/download/v2.54.0/prometheus-2.54.0.linux-arm64.tar.gz"
|
|
|
|
arm64.sha256 = "ed50b67cb833a225ec2a53b487c6e20372b20e56dce226423fa8611c8aa50392"
|
2024-01-03 22:02:22 +01:00
|
|
|
|
|
|
|
autoupdate.strategy = "latest_github_release"
|
|
|
|
autoupdate.asset.i386 = ".*linux-386.tar.gz"
|
|
|
|
autoupdate.asset.amd64 = ".*linux-amd64.tar.gz"
|
|
|
|
autoupdate.asset.armhf = ".*linux-armv7.tar.gz"
|
|
|
|
autoupdate.asset.arm64 = ".*linux-arm64.tar.gz"
|
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
2024-01-03 22:12:30 +01:00
|
|
|
main.allowed = "admins"
|
|
|
|
|
|
|
|
api.url = "/api"
|
|
|
|
api.allowed = "visitors"
|
2024-01-03 22:02:22 +01:00
|
|
|
|
|
|
|
[resources.ports]
|
|
|
|
main.default = 9090
|