1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/umami_ynh.git synced 2024-10-01 13:34:50 +02:00

Merge pull request #52 from YunoHost-Apps/ci-auto-update-2.11.1

Upgrade to v2.11.1
This commit is contained in:
eric_G 2024-04-11 14:32:31 +02:00 committed by GitHub
commit 6ba72f776d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 70 additions and 7 deletions

View file

@ -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)

View file

@ -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:** <https://app.umami.is/share/8rmHaheU/umami.is>

View file

@ -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:** <https://app.umami.is/share/8rmHaheU/umami.is>

View file

@ -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:** <https://app.umami.is/share/8rmHaheU/umami.is>

View file

@ -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:** <https://app.umami.is/share/8rmHaheU/umami.is>

62
README_zh_Hans.md Normal file
View file

@ -0,0 +1,62 @@
<!--
注意:此 README 由 <https://github.com/YunoHost/apps/tree/master/tools/readme_generator> 自动生成
请勿手动编辑。
-->
# 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
**演示:** <https://app.umami.is/share/8rmHaheU/umami.is>
## 截图
![Umami 的截图](./doc/screenshots/dark.png)
## 文档与资源
- 官方应用网站: <https://umami.is/>
- 官方管理文档: <https://umami.is/docs/about>
- 上游应用代码库: <https://github.com/mikecao/umami>
- YunoHost 商店: <https://apps.yunohost.org/app/umami>
- 报告 bug <https://github.com/YunoHost-Apps/umami_ynh/issues>
## 开发者信息
请向 [`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
```
**有关应用打包的更多信息:** <https://yunohost.org/packaging_apps>

View file

@ -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]