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 7cc2fd3..b4ad826 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ It integrates with the services you use to display information on the homepage ( - Very light-weight and fast. -**Shipped version:** 0.15.3~ynh1 +**Shipped version:** 0.15.3~ynh2 **Demo:** diff --git a/README_es.md b/README_es.md new file mode 100644 index 0000000..4819424 --- /dev/null +++ b/README_es.md @@ -0,0 +1,61 @@ + + +# Homarr para Yunohost + +[![Nivel de integración](https://dash.yunohost.org/integration/homarr.svg)](https://dash.yunohost.org/appci/app/homarr) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/homarr.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/homarr.maintain.svg) + +[![Instalar Homarr con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=homarr) + +*[Leer este README en otros idiomas.](./ALL_README.md)* + +> *Este paquete le permite instalarHomarr 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 + +Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place. +It integrates with the services you use to display information on the homepage (E.g. Show upcoming Sonarr/Radarr releases). + +### Features + +- Integrates with services you use. +- Search the web directly from your homepage. +- Real-time status indicator for every service. +- Automatically finds icons while you type the name of a service. +- Widgets that can display all types of information. +- Very light-weight and fast. + + +**Versión actual:** 0.15.3~ynh2 + +**Demo:** + +## Capturas + +![Captura de Homarr](./doc/screenshots/screenshot.png) + +## Documentaciones y recursos + +- Sitio web oficial: +- Documentación usuario 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/homarr_ynh/tree/testing + +Para probar la rama `testing`, sigue asÍ: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/homarr_ynh/tree/testing --debug +o +sudo yunohost app upgrade homarr -u https://github.com/YunoHost-Apps/homarr_ynh/tree/testing --debug +``` + +**Mas informaciones sobre el empaquetado de aplicaciones:** diff --git a/README_eu.md b/README_eu.md index f6aa0fb..fe34f98 100644 --- a/README_eu.md +++ b/README_eu.md @@ -29,7 +29,7 @@ It integrates with the services you use to display information on the homepage ( - Very light-weight and fast. -**Paketatutako bertsioa:** 0.15.3~ynh1 +**Paketatutako bertsioa:** 0.15.3~ynh2 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 8ca4773..e797bb2 100644 --- a/README_fr.md +++ b/README_fr.md @@ -28,7 +28,7 @@ Il s'intègre aux services que vous utilisez pour afficher des informations sur - Des widgets pouvant afficher tous types d'informations. -**Version incluse :** 0.15.3~ynh1 +**Version incluse :** 0.15.3~ynh2 **Démo :** diff --git a/README_gl.md b/README_gl.md index 4dff556..12c3f60 100644 --- a/README_gl.md +++ b/README_gl.md @@ -29,7 +29,7 @@ It integrates with the services you use to display information on the homepage ( - Very light-weight and fast. -**Versión proporcionada:** 0.15.3~ynh1 +**Versión proporcionada:** 0.15.3~ynh2 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index e75f607..a58c624 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -29,7 +29,7 @@ It integrates with the services you use to display information on the homepage ( - Very light-weight and fast. -**分发版本:** 0.15.3~ynh1 +**分发版本:** 0.15.3~ynh2 **演示:** diff --git a/manifest.toml b/manifest.toml index 5315c33..962014f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Homarr" description.en = "Customizable browser's home page to interact with your homeserver's Docker containers" description.fr = "Page d'accueil personnalisable pour interagir avec les conteneurs Docker de votre serveur" -version = "0.15.3~ynh1" +version = "0.15.3~ynh2" maintainers = ["eric_G"] @@ -41,7 +41,7 @@ ram.runtime = "50M" [resources] [resources.sources.main] url = "https://github.com/ajnart/homarr/archive/refs/tags/v0.15.3.tar.gz" - sha256 = "95a9e49a8391d41edf5fb63b07a18cee34448f003235af0f368e14cc5c44d4c8" + sha256 = "f5f9b8316b7a0a03e9715acae1785948835c6a89ed5e0de2dd9ca566a5119ee4" autoupdate.strategy = "latest_github_tag" [resources.ports]