mirror of
https://github.com/YunoHost-Apps/prometheus_ynh.git
synced 2024-09-03 20:16:01 +02:00
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "Prometheus",
|
|
"id": "prometheus",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Monitoring system and time series database",
|
|
"fr": "Supervision chronologique de systèmes et services"
|
|
},
|
|
"version": "2.48.1~ynh1",
|
|
"url": "https://prometheus.io",
|
|
"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"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"maintainer": {
|
|
"name": "tituspijean",
|
|
"email": "tituspijean@outlook.com"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.3-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/prometheus",
|
|
"default": "/prometheus"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
}
|
|
]
|
|
}
|
|
}
|