diff --git a/ALL_README.md b/ALL_README.md
index b412b5e..0c11da5 100644
--- a/ALL_README.md
+++ b/ALL_README.md
@@ -4,5 +4,3 @@
* [Lire le README en français](README_fr.md)
-
-
diff --git a/README.md b/README.md
index 53b3250..7adecdb 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,6 @@ 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
-## Documentations et ressources
- Site officiel de l’app :
- Documentation officielle de l'admin
diff --git a/README_eu.md b/README_eu.md
new file mode 100644
index 0000000..353564b
--- /dev/null
+++ b/README_eu.md
@@ -0,0 +1,55 @@
+
+
+# Loki + Promtail YunoHost-erako
+
+[](https://dash.yunohost.org/appci/app/loki)  
+
+[](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 you’re already using with Prometheus, enabling you to seamlessly switch between metrics and logs using the same labels that you’re 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:
+- Administratzaileen dokumentazio ofiziala:
+- Jatorrizko aplikazioaren kode-gordailua:
+- YunoHost Denda:
+- Eman errore baten berri:
+
+## 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:**
diff --git a/README_fr.md b/README_fr.md
index 53b3250..1119b8c 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -11,8 +11,8 @@ Il ne doit pas être modifié à la main.
*[Lire le README dans d'autres langues.](./ALL_README.md)*
-> *Ce package vous permet d’installer Loki + Promtail rapidement et simplement sur un serveur YunoHost.
-Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
+> *Ce package vous permet d’installer Loki + Promtail rapidement et simplement sur un serveur YunoHost.*
+> *Si vous n’avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’installer et en profiter.*
## Vue d'ensemble
@@ -43,8 +43,7 @@ A Loki-based logging stack consists of 3 components:
Merci de faire vos pull request sur la [branche branch](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
diff --git a/README_gl.md b/README_gl.md
new file mode 100644
index 0000000..6cac9a2
--- /dev/null
+++ b/README_gl.md
@@ -0,0 +1,55 @@
+
+
+# Loki + Promtail para YunoHost
+
+[](https://dash.yunohost.org/appci/app/loki)  
+
+[](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 you’re already using with Prometheus, enabling you to seamlessly switch between metrics and logs using the same labels that you’re 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:
+- Documentación oficial para admin:
+- Repositorio de orixe do código:
+- Tenda YunoHost:
+- Informar dun problema:
+
+## 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:**
diff --git a/README_zh_Hans.md b/README_zh_Hans.md
new file mode 100644
index 0000000..3a6177e
--- /dev/null
+++ b/README_zh_Hans.md
@@ -0,0 +1,55 @@
+
+
+# YunoHost 的 Loki + Promtail
+
+[](https://dash.yunohost.org/appci/app/loki)  
+
+[](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 you’re already using with Prometheus, enabling you to seamlessly switch between metrics and logs using the same labels that you’re 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
+## 文档与资源
+
+- 官方应用网站:
+- 官方管理文档:
+- 上游应用代码库:
+- YunoHost 商店:
+- 报告 bug:
+
+## 开发者信息
+
+请向 [`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
+```
+
+**有关应用打包的更多信息:**
diff --git a/manifest.toml b/manifest.toml
index 916aeb5..5556ded 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -33,12 +33,12 @@ ram.runtime = "50M"
[resources]
[resources.sources]
[resources.sources.loki]
- amd64.url = "https://github.com/grafana/loki/releases/download/v2.9.6/loki-linux-amd64.zip"
- amd64.sha256 = "4d083365dc2c843de5d836cc836cf49e391eb1174f77a40bfd4a26a74ba3173e"
- armhf.url = "https://github.com/grafana/loki/releases/download/v2.9.6/loki-linux-arm.zip"
- armhf.sha256 = "7be1438b3b192ca7e75dfdbba91debb04e0c1a5455e099ee1b2b524e9e65d6aa"
- arm64.url = "https://github.com/grafana/loki/releases/download/v2.9.6/loki-linux-arm64.zip"
- arm64.sha256 = "8ad3c6c8eab570c830bf6a7198f65290514c4065b9c507d11d9d6afcf7eba9de"
+ 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.6/promtail-linux-amd64.zip"
- amd64.sha256 = "04db05ba4caf098cbfd3f49b2f0ee7b2e94073fd7822ee775cc904c6569b5075"
- armhf.url = "https://github.com/grafana/loki/releases/download/v2.9.6/promtail-linux-arm.zip"
- armhf.sha256 = "253db7ed747d20f560460f95f2aeccd87c0886029799f243de466818484563f5"
- arm64.url = "https://github.com/grafana/loki/releases/download/v2.9.6/promtail-linux-arm64.zip"
- arm64.sha256 = "78ce372104cace335d119dfe11516fefe1cd74a26d80d9eca1fc58552bbed9ef"
+ 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"