1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/loki_ynh.git synced 2024-09-03 19:36:16 +02:00
loki_ynh/manifest.json
2023-05-04 06:13:42 +00:00

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": []
}
}