1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/loki_ynh.git synced 2024-09-03 19:36:16 +02:00

Merge pull request #34 from YunoHost-Apps/ci-auto-update-sources-240502

Upgrade sources
This commit is contained in:
Florent 2024-05-02 07:12:42 +02:00 committed by GitHub
commit 18a3436845
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 206 additions and 32 deletions

7
ALL_README.md Normal file
View file

@ -0,0 +1,7 @@
# All available README files by language
- [Read the README in English](README.md)
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
- [阅读中文(简体)的 README](README_zh_Hans.md)

View file

@ -1,5 +1,5 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
It shall NOT be edited by hand.
-->
@ -9,10 +9,10 @@ It shall NOT be edited by hand.
[![Install Loki + Promtail with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=loki)
*[Lire ce readme en français.](./README_fr.md)*
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install Loki + Promtail quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
> *This package allows you to install Loki + Promtail quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
## Overview
@ -30,6 +30,7 @@ A Loki-based logging stack consists of 3 components:
- Loki is the main server, responsible for storing logs and processing queries.
- [Grafana](https://github.com/Yunohost-Apps/grafana_ynh) for querying and displaying the logs.
**Shipped version:** 2.9.5~ynh1
## Documentation and resources
@ -41,9 +42,9 @@ A Loki-based logging stack consists of 3 components:
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/loki_ynh/tree/testing).
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/loki_ynh/tree/testing).
To try the testing branch, please proceed like that.
To try the `testing` branch, please proceed like that:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/loki_ynh/tree/testing --debug

55
README_eu.md Normal file
View file

@ -0,0 +1,55 @@
<!--
Ohart ongi: README hau automatikoki sortu da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>ri esker
EZ editatu eskuz.
-->
# Loki + Promtail YunoHost-erako
[![Integrazio maila](https://dash.yunohost.org/integration/loki.svg)](https://dash.yunohost.org/appci/app/loki) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/loki.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/loki.maintain.svg)
[![Instalatu Loki + Promtail YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=loki)
*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)*
> *Pakete honek Loki + Promtail YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.*
> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.*
## Aurreikuspena
Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus. It is designed to be very cost effective and easy to operate. It does not index the contents of the logs, but rather a set of labels for each log stream.
Compared to other log aggregation systems, Loki:
- does not do full text indexing on logs. By storing compressed, unstructured logs and only indexing metadata, Loki is simpler to operate and cheaper to run.
- indexes and groups log streams using the same labels youre already using with Prometheus, enabling you to seamlessly switch between metrics and logs using the same labels that youre already using with Prometheus.
- is an especially good fit for storing Kubernetes Pod logs. Metadata such as Pod labels is automatically scraped and indexed.
- has native support in Grafana (needs Grafana v6.0).
A Loki-based logging stack consists of 3 components:
- Promtail (included in this package) is the agent, responsible for gathering logs and sending them to Loki.
- Loki is the main server, responsible for storing logs and processing queries.
- [Grafana](https://github.com/Yunohost-Apps/grafana_ynh) for querying and displaying the logs.
**Paketatutako bertsioa:** 2.9.5~ynh1
## Dokumentazioa eta baliabideak
- Aplikazioaren webgune ofiziala: <https://grafana.com/docs/loki/latest/>
- Administratzaileen dokumentazio ofiziala: <https://grafana.com/docs/loki/latest/>
- Jatorrizko aplikazioaren kode-gordailua: <https://github.com/grafana/loki>
- YunoHost Denda: <https://apps.yunohost.org/app/loki>
- Eman errore baten berri: <https://github.com/YunoHost-Apps/loki_ynh/issues>
## Garatzaileentzako informazioa
Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/loki_ynh/tree/testing).
`testing` abarra probatzeko, ondorengoa egin:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/loki_ynh/tree/testing --debug
edo
sudo yunohost app upgrade loki -u https://github.com/YunoHost-Apps/loki_ynh/tree/testing --debug
```
**Informazio gehiago aplikazioaren paketatzeari buruz:** <https://yunohost.org/packaging_apps>

View file

@ -1,6 +1,6 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
Nota bene: ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Il NE doit PAS être modifié à la main.
-->
# Loki + Promtail pour YunoHost
@ -9,10 +9,10 @@ It shall NOT be edited by hand.
[![Installer Loki + Promtail avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=loki)
*[Read this readme in english.](./README.md)*
*[Lire le README dans d'autres langues.](./ALL_README.md)*
> *Ce package vous permet dinstaller Loki + Promtail rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
> *Ce package vous permet dinstaller Loki + Promtail rapidement et simplement sur un serveur YunoHost.*
> *Si vous navez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment linstaller et en profiter.*
## Vue densemble
@ -30,20 +30,21 @@ A Loki-based logging stack consists of 3 components:
- Loki is the main server, responsible for storing logs and processing queries.
- [Grafana](https://github.com/Yunohost-Apps/grafana_ynh) for querying and displaying the logs.
**Version incluse :** 2.9.5~ynh1
**Version incluse:** 2.9.5~ynh1
## Documentations et ressources
- Site officiel de lapp : <https://grafana.com/docs/loki/latest/>
- Documentation officielle de ladmin : <https://grafana.com/docs/loki/latest/>
- Dépôt de code officiel de lapp : <https://github.com/grafana/loki>
- YunoHost Store : <https://apps.yunohost.org/app/loki>
- Signaler un bug : <https://github.com/YunoHost-Apps/loki_ynh/issues>
- Site officiel de lapp: <https://grafana.com/docs/loki/latest/>
- Documentation officielle de ladmin: <https://grafana.com/docs/loki/latest/>
- Dépôt de code officiel de lapp: <https://github.com/grafana/loki>
- YunoHost Store: <https://apps.yunohost.org/app/loki>
- Signaler un bug: <https://github.com/YunoHost-Apps/loki_ynh/issues>
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/loki_ynh/tree/testing).
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/loki_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
Pour essayer la branche `testing`, procédez comme suit:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/loki_ynh/tree/testing --debug
@ -51,4 +52,4 @@ ou
sudo yunohost app upgrade loki -u https://github.com/YunoHost-Apps/loki_ynh/tree/testing --debug
```
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>

55
README_gl.md Normal file
View file

@ -0,0 +1,55 @@
<!--
NOTA: Este README foi creado automáticamente por <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
NON debe editarse manualmente.
-->
# Loki + Promtail para YunoHost
[![Nivel de integración](https://dash.yunohost.org/integration/loki.svg)](https://dash.yunohost.org/appci/app/loki) ![Estado de funcionamento](https://ci-apps.yunohost.org/ci/badges/loki.status.svg) ![Estado de mantemento](https://ci-apps.yunohost.org/ci/badges/loki.maintain.svg)
[![Instalar Loki + Promtail con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=loki)
*[Le este README en outros idiomas.](./ALL_README.md)*
> *Este paquete permíteche instalar Loki + Promtail de xeito rápido e doado nun servidor YunoHost.*
> *Se non usas YunoHost, le a [documentación](https://yunohost.org/install) para saber como instalalo.*
## Vista xeral
Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus. It is designed to be very cost effective and easy to operate. It does not index the contents of the logs, but rather a set of labels for each log stream.
Compared to other log aggregation systems, Loki:
- does not do full text indexing on logs. By storing compressed, unstructured logs and only indexing metadata, Loki is simpler to operate and cheaper to run.
- indexes and groups log streams using the same labels youre already using with Prometheus, enabling you to seamlessly switch between metrics and logs using the same labels that youre already using with Prometheus.
- is an especially good fit for storing Kubernetes Pod logs. Metadata such as Pod labels is automatically scraped and indexed.
- has native support in Grafana (needs Grafana v6.0).
A Loki-based logging stack consists of 3 components:
- Promtail (included in this package) is the agent, responsible for gathering logs and sending them to Loki.
- Loki is the main server, responsible for storing logs and processing queries.
- [Grafana](https://github.com/Yunohost-Apps/grafana_ynh) for querying and displaying the logs.
**Versión proporcionada:** 2.9.5~ynh1
## Documentación e recursos
- Web oficial da app: <https://grafana.com/docs/loki/latest/>
- Documentación oficial para admin: <https://grafana.com/docs/loki/latest/>
- Repositorio de orixe do código: <https://github.com/grafana/loki>
- Tenda YunoHost: <https://apps.yunohost.org/app/loki>
- Informar dun problema: <https://github.com/YunoHost-Apps/loki_ynh/issues>
## Info de desenvolvemento
Envía a túa colaboración á [rama `testing`](https://github.com/YunoHost-Apps/loki_ynh/tree/testing).
Para probar a rama `testing`, procede deste xeito:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/loki_ynh/tree/testing --debug
ou
sudo yunohost app upgrade loki -u https://github.com/YunoHost-Apps/loki_ynh/tree/testing --debug
```
**Máis info sobre o empaquetado da app:** <https://yunohost.org/packaging_apps>

55
README_zh_Hans.md Normal file
View file

@ -0,0 +1,55 @@
<!--
注意:此 README 由 <https://github.com/YunoHost/apps/tree/master/tools/readme_generator> 自动生成
请勿手动编辑。
-->
# YunoHost 的 Loki + Promtail
[![集成程度](https://dash.yunohost.org/integration/loki.svg)](https://dash.yunohost.org/appci/app/loki) ![工作状态](https://ci-apps.yunohost.org/ci/badges/loki.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/loki.maintain.svg)
[![使用 YunoHost 安装 Loki + Promtail](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=loki)
*[阅读此 README 的其它语言版本。](./ALL_README.md)*
> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 Loki + Promtail。*
> *如果您还没有 YunoHost请参阅[指南](https://yunohost.org/install)了解如何安装它。*
## 概况
Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus. It is designed to be very cost effective and easy to operate. It does not index the contents of the logs, but rather a set of labels for each log stream.
Compared to other log aggregation systems, Loki:
- does not do full text indexing on logs. By storing compressed, unstructured logs and only indexing metadata, Loki is simpler to operate and cheaper to run.
- indexes and groups log streams using the same labels youre already using with Prometheus, enabling you to seamlessly switch between metrics and logs using the same labels that youre already using with Prometheus.
- is an especially good fit for storing Kubernetes Pod logs. Metadata such as Pod labels is automatically scraped and indexed.
- has native support in Grafana (needs Grafana v6.0).
A Loki-based logging stack consists of 3 components:
- Promtail (included in this package) is the agent, responsible for gathering logs and sending them to Loki.
- Loki is the main server, responsible for storing logs and processing queries.
- [Grafana](https://github.com/Yunohost-Apps/grafana_ynh) for querying and displaying the logs.
**分发版本:** 2.9.5~ynh1
## 文档与资源
- 官方应用网站: <https://grafana.com/docs/loki/latest/>
- 官方管理文档: <https://grafana.com/docs/loki/latest/>
- 上游应用代码库: <https://github.com/grafana/loki>
- YunoHost 商店: <https://apps.yunohost.org/app/loki>
- 报告 bug <https://github.com/YunoHost-Apps/loki_ynh/issues>
## 开发者信息
请向 [`testing` 分支](https://github.com/YunoHost-Apps/loki_ynh/tree/testing) 发送拉取请求。
如要尝试 `testing` 分支,请这样操作:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/loki_ynh/tree/testing --debug
sudo yunohost app upgrade loki -u https://github.com/YunoHost-Apps/loki_ynh/tree/testing --debug
```
**有关应用打包的更多信息:** <https://yunohost.org/packaging_apps>

View file

@ -33,12 +33,12 @@ ram.runtime = "50M"
[resources]
[resources.sources]
[resources.sources.loki]
amd64.url = "https://github.com/grafana/loki/releases/download/v2.9.5/loki-linux-amd64.zip"
amd64.sha256 = "9d919a55e7a2dbaeab46e777a0589d7e304c71fed011f989143883cbc887e348"
armhf.url = "https://github.com/grafana/loki/releases/download/v2.9.5/loki-linux-arm.zip"
armhf.sha256 = "104efc28b322523bf5bced67bdcc3746e1f7f872057f6ef54f25ab00ce426b39"
arm64.url = "https://github.com/grafana/loki/releases/download/v2.9.5/loki-linux-arm64.zip"
arm64.sha256 = "491833bf201c55388b82c3d1f583a9d4426c1b778ed3dc710cd67c8cbbbb67bb"
amd64.url = "https://github.com/grafana/loki/releases/download/v3.0.0/loki-linux-amd64.zip"
amd64.sha256 = "6f6cb5cfb1ea9c00794b3928a7af0e448930b2854938f3a18012c707158c4f7a"
armhf.url = "https://github.com/grafana/loki/releases/download/v3.0.0/loki-linux-arm.zip"
armhf.sha256 = "24694c1a21fe5a386d78309fe7225ea1daaf1987833e277ceb5e29f87688a54f"
arm64.url = "https://github.com/grafana/loki/releases/download/v3.0.0/loki-linux-arm64.zip"
arm64.sha256 = "2f7b406fea48eccd7a6e08187d7dedb77cff38f4f04e271982a7185d3a68225c"
in_subdir = false
autoupdate.strategy = "latest_github_release"
@ -47,12 +47,12 @@ ram.runtime = "50M"
autoupdate.asset.arm64 = "^loki-linux-arm64.zip$"
[resources.sources.promtail]
amd64.url = "https://github.com/grafana/loki/releases/download/v2.9.5/promtail-linux-amd64.zip"
amd64.sha256 = "e444bcff2d6677d284350819d3d1b7b473a1699357689230254fbc602b28dac7"
armhf.url = "https://github.com/grafana/loki/releases/download/v2.9.5/promtail-linux-arm.zip"
armhf.sha256 = "d0cc7552b8ce69534893040e6518288a6899c4f3acf9d4e7d32335f5f2f6145d"
arm64.url = "https://github.com/grafana/loki/releases/download/v2.9.5/promtail-linux-arm64.zip"
arm64.sha256 = "b23bd750dc5f6a76d808826ebc9d3c8b3540adb329578b650571a10d2be348b8"
amd64.url = "https://github.com/grafana/loki/releases/download/v3.0.0/promtail-linux-amd64.zip"
amd64.sha256 = "3a5120422a2a8aa26659a188d63f1425707ed42a1af274acc0a7797d851acf48"
armhf.url = "https://github.com/grafana/loki/releases/download/v3.0.0/promtail-linux-arm.zip"
armhf.sha256 = "fbab7aff7284a142bff5a2a5cbb1e8772307ec9b55aa778d6d34d9e019263b5a"
arm64.url = "https://github.com/grafana/loki/releases/download/v3.0.0/promtail-linux-arm64.zip"
arm64.sha256 = "a21152d2746915271d36b98bd7d1d496771571849f2386d9bff523326cb93a59"
in_subdir = false
autoupdate.strategy = "latest_github_release"