diff --git a/ALL_README.md b/ALL_README.md
index a01b345..8938aae 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)
+- [Lee el README en español](README_es.md)
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
diff --git a/README.md b/README.md
index ad7a27b..fc9031e 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ It shall NOT be edited by hand.
BorgWarhouse is a fast and modern WebUI for a BorgBackup's central repository server.
-**Shipped version:** 2.2.1~ynh1
+**Shipped version:** 2.3.0~ynh1
## Screenshots
diff --git a/README_es.md b/README_es.md
new file mode 100644
index 0000000..2a7c1b7
--- /dev/null
+++ b/README_es.md
@@ -0,0 +1,48 @@
+
+
+# BorgWarehouse para Yunohost
+
+[![Nivel de integración](https://dash.yunohost.org/integration/borgwarehouse.svg)](https://dash.yunohost.org/appci/app/borgwarehouse) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/borgwarehouse.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/borgwarehouse.maintain.svg)
+
+[![Instalar BorgWarehouse con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=borgwarehouse)
+
+*[Leer este README en otros idiomas.](./ALL_README.md)*
+
+> *Este paquete le permite instalarBorgWarehouse rapidamente y simplement en un servidor YunoHost.*
+> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.*
+
+## Descripción general
+
+BorgWarhouse is a fast and modern WebUI for a BorgBackup's central repository server.
+
+
+**Versión actual:** 2.3.0~ynh1
+
+## Capturas
+
+![Captura de BorgWarehouse](./doc/screenshots/screenshot.png)
+
+## Documentaciones y recursos
+
+- Sitio web oficial:
+- Documentación administrador oficial:
+- Repositorio del código fuente oficial de la aplicación :
+- Catálogo YunoHost:
+- Reportar un error:
+
+## Información para desarrolladores
+
+Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/borgwarehouse_ynh/tree/testing
+
+Para probar la rama `testing`, sigue asÍ:
+
+```bash
+sudo yunohost app install https://github.com/YunoHost-Apps/borgwarehouse_ynh/tree/testing --debug
+o
+sudo yunohost app upgrade borgwarehouse -u https://github.com/YunoHost-Apps/borgwarehouse_ynh/tree/testing --debug
+```
+
+**Mas informaciones sobre el empaquetado de aplicaciones:**
diff --git a/README_eu.md b/README_eu.md
index bbbd26b..d5ece79 100644
--- a/README_eu.md
+++ b/README_eu.md
@@ -19,7 +19,7 @@ EZ editatu eskuz.
BorgWarhouse is a fast and modern WebUI for a BorgBackup's central repository server.
-**Paketatutako bertsioa:** 2.2.1~ynh1
+**Paketatutako bertsioa:** 2.3.0~ynh1
## Pantaila-argazkiak
diff --git a/README_fr.md b/README_fr.md
index dba7e98..3f8ac86 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
BorgWarhouse est une interface Web rapide et moderne pour BorgBackup.
-**Version incluse :** 2.2.1~ynh1
+**Version incluse :** 2.3.0~ynh1
## Captures d’écran
diff --git a/README_gl.md b/README_gl.md
index efd927c..34ae618 100644
--- a/README_gl.md
+++ b/README_gl.md
@@ -19,7 +19,7 @@ NON debe editarse manualmente.
BorgWarhouse is a fast and modern WebUI for a BorgBackup's central repository server.
-**Versión proporcionada:** 2.2.1~ynh1
+**Versión proporcionada:** 2.3.0~ynh1
## Capturas de pantalla
diff --git a/README_zh_Hans.md b/README_zh_Hans.md
index 0c1b8a6..c4635ba 100644
--- a/README_zh_Hans.md
+++ b/README_zh_Hans.md
@@ -19,7 +19,7 @@
BorgWarhouse is a fast and modern WebUI for a BorgBackup's central repository server.
-**分发版本:** 2.2.1~ynh1
+**分发版本:** 2.3.0~ynh1
## 截图
diff --git a/manifest.toml b/manifest.toml
index d01e949..4594d8b 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -7,7 +7,7 @@ name = "BorgWarehouse"
description.en = "WebUI for a BorgBackup's central repository server"
description.fr = "WebUI pour BorgBackup"
-version = "2.2.1~ynh1"
+version = "2.3.0~ynh1"
maintainers = []
@@ -43,8 +43,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
- url = "https://github.com/ravinou/borgwarehouse/archive/refs/tags/v2.2.1.tar.gz"
- sha256 = "e1e9730691f7b0a787bc1097de09df6a94e230670dd4afaffade2cad26ff4bf2"
+ url = "https://github.com/ravinou/borgwarehouse/archive/refs/tags/v2.3.0.tar.gz"
+ sha256 = "5b02e741ed433c78e9acc63900206c257f2fcbfa6d5810caf75acba9649d91dc"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]