Skip to content

Commit

Permalink
Merge pull request #33 from YunoHost-Apps/master-promotion
Browse files Browse the repository at this point in the history
Upgrade master from testing
  • Loading branch information
ewilly authored Apr 20, 2024
2 parents a502530 + 0e12550 commit c5a5e34
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 7 deletions.
1 change: 1 addition & 0 deletions ALL_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Self-hosted photo and video management solution.
- Easy-to-use and friendly interface ;


**Shipped version:** 1.101.0~ynh1
**Shipped version:** 1.102.0~ynh1

## Screenshots

Expand Down
2 changes: 1 addition & 1 deletion README_eu.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Self-hosted photo and video management solution.
- Easy-to-use and friendly interface ;


**Paketatutako bertsioa:** 1.101.0~ynh1
**Paketatutako bertsioa:** 1.102.0~ynh1

## Pantaila-argazkiak

Expand Down
2 changes: 1 addition & 1 deletion README_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Solution d'autohébergement pour a gestion de vos photos et vidéos.
- Interface conviviale et egronomique ;


**Version incluse :** 1.101.0~ynh1
**Version incluse :** 1.102.0~ynh1

## Captures d’écran

Expand Down
2 changes: 1 addition & 1 deletion README_gl.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Self-hosted photo and video management solution.
- Easy-to-use and friendly interface ;


**Versión proporcionada:** 1.101.0~ynh1
**Versión proporcionada:** 1.102.0~ynh1

## Capturas de pantalla

Expand Down
54 changes: 54 additions & 0 deletions README_zh_Hans.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<!--
注意:此 README 由 <https://github.com/YunoHost/apps/tree/master/tools/readme_generator> 自动生成
请勿手动编辑。
-->

# YunoHost 的 Immich

[![集成程度](https://dash.yunohost.org/integration/immich.svg)](https://dash.yunohost.org/appci/app/immich) ![工作状态](https://ci-apps.yunohost.org/ci/badges/immich.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/immich.maintain.svg)

[![使用 YunoHost 安装 Immich](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=immich)

*[阅读此 README 的其它语言版本。](./ALL_README.md)*

> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 Immich。*
> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。*
## 概况

Self-hosted photo and video management solution.

### Features

- Simple-to-use backup tool with a native mobile app that can view photos and videos efficiently ;
- Easy-to-use and friendly interface ;


**分发版本:** 1.102.0~ynh1

## 截图

![Immich 的截图](./doc/screenshots/immich-screenshots.png)

## 文档与资源

- 官方应用网站: <https://immich.app>
- 官方用户文档: <https://github.com/immich-app/immich#getting-started>
- 官方管理文档: <https://github.com/immich-app/immich#getting-started>
- 上游应用代码库: <https://github.com/immich-app/immich>
- YunoHost 商店: <https://apps.yunohost.org/app/immich>
- 报告 bug: <https://github.com/YunoHost-Apps/immich_ynh/issues>

## 开发者信息

请向 [`testing` 分支](https://github.com/YunoHost-Apps/immich_ynh/tree/testing) 发送拉取请求。

如要尝试 `testing` 分支,请这样操作:

```bash
sudo yunohost app install https://github.com/YunoHost-Apps/immich_ynh/tree/testing --debug
sudo yunohost app upgrade immich -u https://github.com/YunoHost-Apps/immich_ynh/tree/testing --debug
```

**有关应用打包的更多信息:** <https://yunohost.org/packaging_apps>
6 changes: 3 additions & 3 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "Immich"
description.en = "Photo and video backup solution directly from your mobile phone"
description.fr = "Sauvegarde de photos et de vidéos directement depuis votre mobile"

version = "1.101.0~ynh1"
version = "1.102.0~ynh1"

maintainers = ["ewilly"]

Expand Down Expand Up @@ -42,8 +42,8 @@ ram.runtime = "500M"
[resources.sources]

[resources.sources.main]
url = "https://github.com/immich-app/immich/archive/refs/tags/v1.101.0.tar.gz"
sha256 = "f052cfb9d162f7a0bcbc47e26a51e9703de3583ef5c560ff16cec374cc539894"
url = "https://github.com/immich-app/immich/archive/refs/tags/v1.102.0.tar.gz"
sha256 = "aa3178e7763d342b95bca083cbf55ef0aaca74c139c7624fd6cf5d00c738fff4"

autoupdate.strategy = "latest_github_release"

Expand Down

0 comments on commit c5a5e34

Please sign in to comment.