diff --git a/ALL_README.md b/ALL_README.md
index 152f2e7..4ed64dd 100644
--- a/ALL_README.md
+++ b/ALL_README.md
@@ -5,4 +5,5 @@
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
+- [Baca README dalam bahasa bahasa Indonesia](README_id.md)
- [阅读中文(简体)的 README](README_zh_Hans.md)
diff --git a/README.md b/README.md
index e78ea34..16a1433 100644
--- a/README.md
+++ b/README.md
@@ -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:** 3.0.0~ynh1
+**Shipped version:** 3.0.0~ynh2
## Documentation and resources
- Official app website:
diff --git a/README_es.md b/README_es.md
index 9b634fa..700bd7a 100644
--- a/README_es.md
+++ b/README_es.md
@@ -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 actual:** 3.0.0~ynh1
+**Versión actual:** 3.0.0~ynh2
## Documentaciones y recursos
- Sitio web oficial:
diff --git a/README_eu.md b/README_eu.md
index 524fde8..611147b 100644
--- a/README_eu.md
+++ b/README_eu.md
@@ -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:** 3.0.0~ynh1
+**Paketatutako bertsioa:** 3.0.0~ynh2
## Dokumentazioa eta baliabideak
- Aplikazioaren webgune ofiziala:
diff --git a/README_fr.md b/README_fr.md
index ff876ae..a4d2b66 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -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 :** 3.0.0~ynh1
+**Version incluse :** 3.0.0~ynh2
## Documentations et ressources
- Site officiel de l’app :
diff --git a/README_gl.md b/README_gl.md
index 89776ef..061a853 100644
--- a/README_gl.md
+++ b/README_gl.md
@@ -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:** 3.0.0~ynh1
+**Versión proporcionada:** 3.0.0~ynh2
## Documentación e recursos
- Web oficial da app:
diff --git a/README_id.md b/README_id.md
new file mode 100644
index 0000000..a3a152f
--- /dev/null
+++ b/README_id.md
@@ -0,0 +1,55 @@
+
+
+# Loki + Promtail untuk YunoHost
+
+[](https://ci-apps.yunohost.org/ci/apps/loki/)  
+
+[](https://install-app.yunohost.org/?app=loki)
+
+*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
+
+> *Paket ini memperbolehkan Anda untuk memasang Loki + Promtail secara cepat dan mudah pada server YunoHost.*
+> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.*
+
+## Ringkasan
+
+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 terkirim:** 3.0.0~ynh2
+## Dokumentasi dan sumber daya
+
+- Website aplikasi resmi:
+- Dokumentasi admin resmi:
+- Depot kode aplikasi hulu:
+- Gudang YunoHost:
+- Laporkan bug:
+
+## Info developer
+
+Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/loki_ynh/tree/testing).
+
+Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
+
+```bash
+sudo yunohost app install https://github.com/YunoHost-Apps/loki_ynh/tree/testing --debug
+atau
+sudo yunohost app upgrade loki -u https://github.com/YunoHost-Apps/loki_ynh/tree/testing --debug
+```
+
+**Info lebih lanjut mengenai pemaketan aplikasi:**
diff --git a/README_zh_Hans.md b/README_zh_Hans.md
index d774838..6f463cd 100644
--- a/README_zh_Hans.md
+++ b/README_zh_Hans.md
@@ -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.
-**分发版本:** 3.0.0~ynh1
+**分发版本:** 3.0.0~ynh2
## 文档与资源
- 官方应用网站: