mirror of
https://github.com/YunoHost-Apps/loki_ynh.git
synced 2024-09-03 19:36:16 +02:00
Merge pull request #33 from YunoHost-Apps/ci-auto-update-sources
Upgrade sources
This commit is contained in:
commit
3204ab5372
6 changed files with 12 additions and 9 deletions
|
@ -31,7 +31,7 @@ A Loki-based logging stack consists of 3 components:
|
|||
- [Grafana](https://github.com/Yunohost-Apps/grafana_ynh) for querying and displaying the logs.
|
||||
|
||||
|
||||
**Shipped version:** 2.9.5~ynh1
|
||||
**Shipped version:** 3.0.0~ynh1
|
||||
## Documentation and resources
|
||||
|
||||
- Official app website: <https://grafana.com/docs/loki/latest/>
|
||||
|
|
|
@ -31,7 +31,7 @@ A Loki-based logging stack consists of 3 components:
|
|||
- [Grafana](https://github.com/Yunohost-Apps/grafana_ynh) for querying and displaying the logs.
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 2.9.5~ynh1
|
||||
**Paketatutako bertsioa:** 3.0.0~ynh1
|
||||
## Dokumentazioa eta baliabideak
|
||||
|
||||
- Aplikazioaren webgune ofiziala: <https://grafana.com/docs/loki/latest/>
|
||||
|
|
|
@ -31,7 +31,7 @@ A Loki-based logging stack consists of 3 components:
|
|||
- [Grafana](https://github.com/Yunohost-Apps/grafana_ynh) for querying and displaying the logs.
|
||||
|
||||
|
||||
**Version incluse :** 2.9.5~ynh1
|
||||
**Version incluse :** 3.0.0~ynh1
|
||||
## Documentations et ressources
|
||||
|
||||
- Site officiel de l’app : <https://grafana.com/docs/loki/latest/>
|
||||
|
|
|
@ -31,7 +31,7 @@ A Loki-based logging stack consists of 3 components:
|
|||
- [Grafana](https://github.com/Yunohost-Apps/grafana_ynh) for querying and displaying the logs.
|
||||
|
||||
|
||||
**Versión proporcionada:** 2.9.5~ynh1
|
||||
**Versión proporcionada:** 3.0.0~ynh1
|
||||
## Documentación e recursos
|
||||
|
||||
- Web oficial da app: <https://grafana.com/docs/loki/latest/>
|
||||
|
|
|
@ -31,7 +31,7 @@ A Loki-based logging stack consists of 3 components:
|
|||
- [Grafana](https://github.com/Yunohost-Apps/grafana_ynh) for querying and displaying the logs.
|
||||
|
||||
|
||||
**分发版本:** 2.9.5~ynh1
|
||||
**分发版本:** 3.0.0~ynh1
|
||||
## 文档与资源
|
||||
|
||||
- 官方应用网站: <https://grafana.com/docs/loki/latest/>
|
||||
|
|
|
@ -4,10 +4,10 @@ packaging_format = 2
|
|||
|
||||
id = "loki"
|
||||
name = "Loki + Promtail"
|
||||
description.en = "Grafana Loki is a set of components that can be composed into a fully featured logging stack."
|
||||
description.fr = "Grafana Loki est un ensemble de composants qui peuvent être composés pour former une pile de journalisation complète."
|
||||
description.en = "Set of components that can be composed into a fully featured logging stack"
|
||||
description.fr = "Ensemble de composants qui peuvent être composés pour former une pile de journalisation complète"
|
||||
|
||||
version = "2.9.5~ynh1"
|
||||
version = "3.0.0~ynh1"
|
||||
|
||||
maintainers = ["fflorent"]
|
||||
|
||||
|
@ -19,11 +19,14 @@ code = "https://github.com/grafana/loki"
|
|||
cpe = "cpe:2.3:a:grafana:loki"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.0.0"
|
||||
yunohost = ">= 11.2"
|
||||
architectures = ["amd64", "armhf", "arm64"]
|
||||
multi_instance = true
|
||||
|
||||
ldap = "not_relevant"
|
||||
|
||||
sso = "not_relevant"
|
||||
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.runtime = "50M"
|
||||
|
|
Loading…
Add table
Reference in a new issue