diff --git a/ALL_README.md b/ALL_README.md index a01b345..152f2e7 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) +- [Lea 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 4b2542d..427d02a 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Umami is a simple, easy to use, self-hosted web analytics solution. The goal is - Privacy-focused -**Shipped version:** 2.11.3~ynh1 +**Shipped version:** 2.12.0~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md new file mode 100644 index 0000000..93feda0 --- /dev/null +++ b/README_es.md @@ -0,0 +1,62 @@ + + +# Umami para Yunohost + +[![Nivel de integración](https://dash.yunohost.org/integration/umami.svg)](https://dash.yunohost.org/appci/app/umami) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/umami.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/umami.maintain.svg) + +[![Instalar Umami con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=umami) + +*[Leer este README en otros idiomas.](./ALL_README.md)* + +> *Este paquete le permite instalarUmami 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 + +Umami is a simple, easy to use, self-hosted web analytics solution. The goal is to provide you with a friendlier, privacy-focused alternative to Google Analytics and a free, open-sourced alternative to paid solutions. Umami collects only the metrics you care about and everything fits on a single page. + +### Features + +- Simple analytics +- Unlimited websites +- Bypass ad-blockers +- Light-weight +- Multiple accounts +- Share data +- Mobile-friendly +- Data ownership +- Privacy-focused + + +**Versión actual:** 2.12.0~ynh1 + +**Demo:** + +## Capturas + +![Captura de Umami](./doc/screenshots/dark.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/umami_ynh/tree/testing + +Para probar la rama `testing`, sigue asÍ: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/umami_ynh/tree/testing --debug +o +sudo yunohost app upgrade umami -u https://github.com/YunoHost-Apps/umami_ynh/tree/testing --debug +``` + +**Mas informaciones sobre el empaquetado de aplicaciones:** diff --git a/README_eu.md b/README_eu.md index 0a1f643..be96f19 100644 --- a/README_eu.md +++ b/README_eu.md @@ -31,7 +31,7 @@ Umami is a simple, easy to use, self-hosted web analytics solution. The goal is - Privacy-focused -**Paketatutako bertsioa:** 2.11.3~ynh1 +**Paketatutako bertsioa:** 2.12.0~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 7163c80..571adce 100644 --- a/README_fr.md +++ b/README_fr.md @@ -31,7 +31,7 @@ Umami is a simple, easy to use, self-hosted web analytics solution. The goal is - Privacy-focused -**Version incluse :** 2.11.3~ynh1 +**Version incluse :** 2.12.0~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 39d3ea4..557cb8a 100644 --- a/README_gl.md +++ b/README_gl.md @@ -31,7 +31,7 @@ Umami is a simple, easy to use, self-hosted web analytics solution. The goal is - Privacy-focused -**Versión proporcionada:** 2.11.3~ynh1 +**Versión proporcionada:** 2.12.0~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index e6f44ad..a0293b8 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -3,7 +3,7 @@ 请勿手动编辑。 --> -# YunoHost 的 Umami +# YunoHost 上的 Umami [![集成程度](https://dash.yunohost.org/integration/umami.svg)](https://dash.yunohost.org/appci/app/umami) ![工作状态](https://ci-apps.yunohost.org/ci/badges/umami.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/umami.maintain.svg) @@ -31,7 +31,7 @@ Umami is a simple, easy to use, self-hosted web analytics solution. The goal is - Privacy-focused -**分发版本:** 2.11.3~ynh1 +**分发版本:** 2.12.0~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index fe4c738..474ccd6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Umami" description.en = "Simple, fast, privacy-focused alternative to Google Analytics" description.fr = "Analyse de trafic web simple et respectueux" -version = "2.11.3~ynh1" +version = "2.12.0~ynh1" maintainers = ["orhtej2"] @@ -47,8 +47,8 @@ ram.runtime = "50M" [resources.sources.main] - url = "https://github.com/mikecao/umami/archive/refs/tags/v2.11.3.tar.gz" - sha256 = "14048c2e4259c6d409a2d639236bd8c3a635b8f51782f09b273f96021d1a27ce" + url = "https://github.com/mikecao/umami/archive/refs/tags/v2.12.0.tar.gz" + sha256 = "08fd6eabed1d85aa1eaf50b24bf0c7506e38cdff41ddbe9bc96c12bea73e891e" autoupdate.strategy = "latest_github_tag" [resources.system_user]