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 f11baeb..07ef9cd 100755
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ It shall NOT be edited by hand.
n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything.
-**Shipped version:** 1.50.1~ynh1
+**Shipped version:** 1.50.2~ynh1
## Screenshots
diff --git a/README_es.md b/README_es.md
index 23361f9..9cb22d5 100644
--- a/README_es.md
+++ b/README_es.md
@@ -18,7 +18,7 @@ No se debe editar a mano.
n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything.
-**Versión actual:** 1.50.1~ynh1
+**Versión actual:** 1.50.2~ynh1
## Capturas
diff --git a/README_eu.md b/README_eu.md
index 5976c37..7f45de6 100644
--- a/README_eu.md
+++ b/README_eu.md
@@ -18,7 +18,7 @@ EZ editatu eskuz.
n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything.
-**Paketatutako bertsioa:** 1.50.1~ynh1
+**Paketatutako bertsioa:** 1.50.2~ynh1
## Pantaila-argazkiak
diff --git a/README_fr.md b/README_fr.md
index f7998ba..f519416 100755
--- a/README_fr.md
+++ b/README_fr.md
@@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
n8n est un outil d'automatisation de flux de travail extensible. Avec un modèle de distribution de code équitable, n8n aura toujours un code source visible, sera disponible pour s'auto-héberger et vous permettra d'ajouter vos propres fonctions, logiques et applications personnalisées. L'approche basée sur les nœuds de n8n le rend très polyvalent, vous permettant de connecter n'importe quoi à tout.
-**Version incluse :** 1.50.1~ynh1
+**Version incluse :** 1.50.2~ynh1
## Captures d’écran
diff --git a/README_gl.md b/README_gl.md
index e626eb9..fa1a41a 100644
--- a/README_gl.md
+++ b/README_gl.md
@@ -18,7 +18,7 @@ NON debe editarse manualmente.
n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything.
-**Versión proporcionada:** 1.50.1~ynh1
+**Versión proporcionada:** 1.50.2~ynh1
## Capturas de pantalla
diff --git a/README_id.md b/README_id.md
new file mode 100644
index 0000000..eeef711
--- /dev/null
+++ b/README_id.md
@@ -0,0 +1,51 @@
+
+
+# n8n untuk YunoHost
+
+[![Tingkat integrasi](https://dash.yunohost.org/integration/n8n.svg)](https://ci-apps.yunohost.org/ci/apps/n8n/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/n8n.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/n8n.maintain.svg)
+
+[![Pasang n8n dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=n8n)
+
+*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
+
+> *Paket ini memperbolehkan Anda untuk memasang n8n 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
+
+n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything.
+
+**Versi terkirim:** 1.50.2~ynh1
+
+## Tangkapan Layar
+
+![Tangkapan Layar pada n8n](./doc/screenshots/n8n-screenshot.png)
+
+## :red_circle: Antifitur
+
+- **Not totally free upstream**: The packaged app is under an overall free license, but with clauses that may restrict its use.
+
+## Dokumentasi dan sumber daya
+
+- Website aplikasi resmi:
+- Dokumentasi admin resmi:
+- Repositori kode aplikasi hulu:
+- Gudang YunoHost:
+- Laporkan bug:
+
+## Info developer
+
+Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/n8n_ynh/tree/testing).
+
+Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
+
+```bash
+sudo yunohost app install https://github.com/YunoHost-Apps/n8n_ynh/tree/testing --debug
+atau
+sudo yunohost app upgrade n8n -u https://github.com/YunoHost-Apps/n8n_ynh/tree/testing --debug
+```
+
+**Info lebih lanjut mengenai pemaketan aplikasi:**
diff --git a/README_zh_Hans.md b/README_zh_Hans.md
index bc85ebf..8f04db0 100644
--- a/README_zh_Hans.md
+++ b/README_zh_Hans.md
@@ -18,7 +18,7 @@
n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything.
-**分发版本:** 1.50.1~ynh1
+**分发版本:** 1.50.2~ynh1
## 截图
diff --git a/manifest.toml b/manifest.toml
index 1aba842..620db4c 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ name = "n8n"
description.en = "Workflow Automation Tool. Easily automate tasks across different services"
description.fr = "Outil d'automatisation du flux de travail. Automatisez facilement les tâches sur différents services"
-version = "1.50.1~ynh1"
+version = "1.50.2~ynh1"
maintainers = []
@@ -56,8 +56,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
- url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.50.1.tar.gz"
- sha256 = "4e302bbb3de4caab8e4061924de9b51ecd74cf2a4da3442f3ecc62e505ff1628"
+ url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.50.2.tar.gz"
+ sha256 = "079993f6b970742f27c3e66d5691f14a9a4592078d77f6dcd01be72a2edf7c16"
autoupdate.strategy = "latest_github_release"
autoupdate.version_regex = "^n8n@(.*)$"
prefetch = false