mirror of
https://github.com/YunoHost-Apps/prometheus_ynh.git
synced 2024-09-03 20:16:01 +02:00
76 lines
2.2 KiB
TOML
76 lines
2.2 KiB
TOML
#: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"
|
|
|
|
version = "2.53.0~ynh1"
|
|
|
|
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]
|
|
yunohost = ">= 11.2"
|
|
architectures = ["i386", "amd64", "armhf", "arm64"]
|
|
multi_instance = true
|
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/prometheus"
|
|
|
|
[resources]
|
|
[resources.sources]
|
|
[resources.sources.main]
|
|
i386.url = "https://github.com/prometheus/prometheus/releases/download/v2.53.0/prometheus-2.53.0.linux-386.tar.gz"
|
|
i386.sha256 = "8eaca90bd5da21a99559c4fcdf8026d858eea11dcd5b5fc5f76939fb0f11ce77"
|
|
|
|
amd64.url = "https://github.com/prometheus/prometheus/releases/download/v2.53.0/prometheus-2.53.0.linux-amd64.tar.gz"
|
|
amd64.sha256 = "d9900a11e3c89261e6416e3c9989858bad7b206af8b6838dfe9a5392d8ddc60d"
|
|
|
|
armhf.url = "https://github.com/prometheus/prometheus/releases/download/v2.53.0/prometheus-2.53.0.linux-armv7.tar.gz"
|
|
armhf.sha256 = "aabe658a02b7dd12c220d895dd64e7d4b2a5ab7a303cfb51e1767447d31764b4"
|
|
|
|
arm64.url = "https://github.com/prometheus/prometheus/releases/download/v2.53.0/prometheus-2.53.0.linux-arm64.tar.gz"
|
|
arm64.sha256 = "f3fb3c12db28155a791eba57f293c899ad753677a5aa8c327a80483b23ce98c6"
|
|
|
|
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 = "/"
|
|
main.allowed = "admins"
|
|
|
|
api.url = "/api"
|
|
api.allowed = "visitors"
|
|
|
|
[resources.ports]
|
|
main.default = 9090
|