diff --git a/ALL_README.md b/ALL_README.md
index 3d6c579..a01b345 100644
--- a/ALL_README.md
+++ b/ALL_README.md
@@ -1,6 +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)
-- [Leggi il “README” in italiano](README_it.md)
+- [阅读中文(简体)的 README](README_zh_Hans.md)
diff --git a/README.md b/README.md
index e58ed3c..bbe36e0 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ It shall NOT be edited by hand.
[](https://install-app.yunohost.org/?app=ztncui)
-*[Read this README is other languages.](./ALL_README.md)*
+*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install Zerotier UI 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.*
diff --git a/README_eu.md b/README_eu.md
new file mode 100644
index 0000000..a55e745
--- /dev/null
+++ b/README_eu.md
@@ -0,0 +1,53 @@
+
+
+# Zerotier UI YunoHost-erako
+
+[](https://dash.yunohost.org/appci/app/ztncui)  
+
+[](https://install-app.yunohost.org/?app=ztncui)
+
+*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)*
+
+> *Pakete honek Zerotier UI YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.*
+> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.*
+
+## Aurreikuspena
+
+ztncui is a web user interface for a standalone ZeroTier network controller.
+It allows you to take control of your own ZeroTier network without relying on the publisher's cloud-based controller.
+
+
+
+**Paketatutako bertsioa:** 20230311~ynh2
+
+## Pantaila-argazkiak
+
+
+
+## :red_circle: Ezaugarri zalantzagarriak
+
+- **Libreak ez diren dependentziak**: Libreak ez diren dependentzien mende dago exekutatu ahal izateko.
+
+## Dokumentazioa eta baliabideak
+
+- Aplikazioaren webgune ofiziala:
+- Jatorrizko aplikazioaren kode-gordailua:
+- YunoHost Denda:
+- Eman errore baten berri:
+
+## Garatzaileentzako informazioa
+
+Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/ztncui_ynh/tree/testing).
+
+`testing` abarra probatzeko, ondorengoa egin:
+
+```bash
+sudo yunohost app install https://github.com/YunoHost-Apps/ztncui_ynh/tree/testing --debug
+edo
+sudo yunohost app upgrade ztncui -u https://github.com/YunoHost-Apps/ztncui_ynh/tree/testing --debug
+```
+
+**Informazio gehiago aplikazioaren paketatzeari buruz:**
diff --git a/README_fr.md b/README_fr.md
index abfa125..050cbb1 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -29,7 +29,7 @@ It allows you to take control of your own ZeroTier network without relying on th
## :red_circle: Anti-fonctionnalités
-- **Dépendances non libres**: Dépend pour fonctionner de dépendances logicielles non libres.
+- **Dépendances non libres **: Dépend pour fonctionner de dépendances logicielles non libres.
## Documentations et ressources
diff --git a/README_gl.md b/README_gl.md
index 49646de..bd979b6 100644
--- a/README_gl.md
+++ b/README_gl.md
@@ -27,7 +27,7 @@ It allows you to take control of your own ZeroTier network without relying on th

-## :red_circle: Caraterísticas cuestionables
+## :red_circle: Debes considerar
- **Non-free dependencies**: Relies on software dependencies that are not free in order to run.
diff --git a/README_zh_Hans.md b/README_zh_Hans.md
new file mode 100644
index 0000000..b6b606d
--- /dev/null
+++ b/README_zh_Hans.md
@@ -0,0 +1,53 @@
+
+
+# YunoHost 上的 Zerotier UI
+
+[](https://dash.yunohost.org/appci/app/ztncui)  
+
+[](https://install-app.yunohost.org/?app=ztncui)
+
+*[阅读此 README 的其它语言版本。](./ALL_README.md)*
+
+> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 Zerotier UI。*
+> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。*
+
+## 概况
+
+ztncui is a web user interface for a standalone ZeroTier network controller.
+It allows you to take control of your own ZeroTier network without relying on the publisher's cloud-based controller.
+
+
+
+**分发版本:** 20230311~ynh2
+
+## 截图
+
+
+
+## :red_circle: 负面特征
+
+- **Non-free dependencies**: Relies on software dependencies that are not free in order to run.
+
+## 文档与资源
+
+- 官方应用网站:
+- 上游应用代码库:
+- YunoHost 商店:
+- 报告 bug:
+
+## 开发者信息
+
+请向 [`testing` 分支](https://github.com/YunoHost-Apps/ztncui_ynh/tree/testing) 发送拉取请求。
+
+如要尝试 `testing` 分支,请这样操作:
+
+```bash
+sudo yunohost app install https://github.com/YunoHost-Apps/ztncui_ynh/tree/testing --debug
+或
+sudo yunohost app upgrade ztncui -u https://github.com/YunoHost-Apps/ztncui_ynh/tree/testing --debug
+```
+
+**有关应用打包的更多信息:**
diff --git a/manifest.toml b/manifest.toml
index 94fc160..2274ad8 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -22,9 +22,9 @@ architectures = "all"
multi_instance = false
ldap = false
sso = false
-disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
-ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
-ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
+disk = "200M"
+ram.build = "350M"
+ram.runtime = "100M"
[install]
[install.domain]
@@ -36,7 +36,7 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
help.en = "Ztncui has its own login system, but setting it as private is advised."
help.fr = "Ztncui a son propre système de connexion, mais la rendre privée est conseillé."
type = "group"
- default = false
+ default = "visitors"
[install.admin]
type = "user"
@@ -64,4 +64,4 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
main.default = 8095
[resources.apt]
- packages = ["g++"]
+ packages = "gcc, g++, node-gyp"