diff --git a/ALL_README.md b/ALL_README.md index 77b7509..a01b345 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -4,3 +4,4 @@ - [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) +- [阅读中文(简体)的 README](README_zh_Hans.md) diff --git a/README.md b/README.md index a8a3021..5bd608b 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.0~ynh1 +**Shipped version:** 2.11.1~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index 4d1edf1..70926e0 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.0~ynh1 +**Paketatutako bertsioa:** 2.11.1~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index c9dfc33..c12656a 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.0~ynh1 +**Version incluse :** 2.11.1~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 5bdf800..91ea9af 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.0~ynh1 +**Versión proporcionada:** 2.11.1~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md new file mode 100644 index 0000000..d3fd39e --- /dev/null +++ b/README_zh_Hans.md @@ -0,0 +1,62 @@ + + +# 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) + +[![使用 YunoHost 安装 Umami](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=umami) + +*[阅读此 README 的其它语言版本。](./ALL_README.md)* + +> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 Umami。* +> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。* + +## 概况 + +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 + + +**分发版本:** 2.11.1~ynh1 + +**演示:** + +## 截图 + +![Umami 的截图](./doc/screenshots/dark.png) + +## 文档与资源 + +- 官方应用网站: +- 官方管理文档: +- 上游应用代码库: +- YunoHost 商店: +- 报告 bug: + +## 开发者信息 + +请向 [`testing` 分支](https://github.com/YunoHost-Apps/umami_ynh/tree/testing) 发送拉取请求。 + +如要尝试 `testing` 分支,请这样操作: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/umami_ynh/tree/testing --debug +或 +sudo yunohost app upgrade umami -u https://github.com/YunoHost-Apps/umami_ynh/tree/testing --debug +``` + +**有关应用打包的更多信息:** diff --git a/manifest.toml b/manifest.toml index 8eddcf9..44afabe 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.0~ynh1" +version = "2.11.1~ynh1" maintainers = ["orhtej2"] @@ -47,8 +47,8 @@ ram.runtime = "50M" [resources.sources.main] - url = "https://github.com/mikecao/umami/archive/refs/tags/v2.11.0.tar.gz" - sha256 = "030fcd0a387ccc36f38c35d397a07dad6d0a4769730a19af236a110cd10f9ae7" + url = "https://github.com/mikecao/umami/archive/refs/tags/v2.11.1.tar.gz" + sha256 = "8d274d87bca15090339eb54cad741190901549424474ea6af131c7a6931082e1" autoupdate.strategy = "latest_github_tag" [resources.system_user]