#: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.54.1~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.54.1/prometheus-2.54.1.linux-386.tar.gz" i386.sha256 = "49e5f06a4e4c86db14f3708a59acf19e014d1023aa04f9a4b611c28c2fefa8b1" amd64.url = "https://github.com/prometheus/prometheus/releases/download/v2.54.1/prometheus-2.54.1.linux-amd64.tar.gz" amd64.sha256 = "31715ef65e8a898d0f97c8c08c03b6b9afe485ac84e1698bcfec90fc6e62924f" armhf.url = "https://github.com/prometheus/prometheus/releases/download/v2.54.1/prometheus-2.54.1.linux-armv7.tar.gz" armhf.sha256 = "704821beac972a1e232cf2daad1dc159733a20a429a4d24cb2e19d1b7b5dca4d" arm64.url = "https://github.com/prometheus/prometheus/releases/download/v2.54.1/prometheus-2.54.1.linux-arm64.tar.gz" arm64.sha256 = "3d9946ca730f2679bbd63e9d40e559a0ba227a638d237e723af1a99bd7098263" 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