mirror of
https://github.com/YunoHost-Apps/loki_ynh.git
synced 2024-09-03 19:36:16 +02:00
30 lines
942 B
JSON
30 lines
942 B
JSON
{
|
|
"name": "Loki + Promtail",
|
|
"id": "loki",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Grafana Loki is a set of components that can be composed into a fully featured logging stack.",
|
|
"fr": "Grafana Loki est un ensemble de composants qui peuvent être composés pour former une pile de journalisation complète."
|
|
},
|
|
"version": "2.8.2~ynh1",
|
|
"url": "https://grafana.com/docs/loki/latest/",
|
|
"upstream": {
|
|
"license": "AGPL-3.0",
|
|
"website": "https://grafana.com/docs/loki/latest/",
|
|
"admindoc": "https://grafana.com/docs/loki/latest/",
|
|
"code": "https://github.com/grafana/loki"
|
|
},
|
|
"license": "AGPL-3.0",
|
|
"maintainer": {
|
|
"name": "fflorent",
|
|
"email": "florent.git@zeteo.me"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 11.0.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [],
|
|
"arguments": {
|
|
"install": []
|
|
}
|
|
}
|