Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to v1.100.0 #22

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ALL_README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# All available README files by language

- [Read the README in English](README.md)
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.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.98.2~ynh1
**Shipped version:** 1.100.0~ynh1

## Screenshots

Expand Down
54 changes: 54 additions & 0 deletions README_eu.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<!--
Ohart ongi: README hau automatikoki sortu da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>ri esker
EZ editatu eskuz.
-->

# Immich YunoHost-erako

[![Integrazio maila](https://dash.yunohost.org/integration/immich.svg)](https://dash.yunohost.org/appci/app/immich) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/immich.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/immich.maintain.svg)

[![Instalatu Immich YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=immich)

*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)*

> *Pakete honek Immich YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.*
> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.*

## Aurreikuspena

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 ;


**Paketatutako bertsioa:** 1.100.0~ynh1

## Pantaila-argazkiak

![Immich(r)en pantaila-argazkia](./doc/screenshots/immich-screenshots.png)

## Dokumentazioa eta baliabideak

- Aplikazioaren webgune ofiziala: <https://immich.app>
- Erabiltzaileen dokumentazio ofiziala: <https://github.com/immich-app/immich#getting-started>
- Administratzaileen dokumentazio ofiziala: <https://github.com/immich-app/immich#getting-started>
- Jatorrizko aplikazioaren kode-gordailua: <https://github.com/immich-app/immich>
- YunoHost Denda: <https://apps.yunohost.org/app/immich>
- Eman errore baten berri: <https://github.com/YunoHost-Apps/immich_ynh/issues>

## Garatzaileentzako informazioa

Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/immich_ynh/tree/testing).

`testing` abarra probatzeko, ondorengoa egin:

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

**Informazio gehiago aplikazioaren paketatzeari buruz:** <https://yunohost.org/packaging_apps>
4 changes: 2 additions & 2 deletions README_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ Solution d'autohébergement pour a gestion de vos photos et vidéos.
- Interface conviviale et egronomique ;


**Version incluse :** 1.98.2~ynh1
**Version incluse :** 1.100.0~ynh1

## Captures d’écran

![Capture d’écran de Immich](./doc/screenshots/immich-screenshots.png)

## Documentations et ressources

- Site officiel de l’app : <https://www.immich.app>
- Site officiel de l’app : <https://immich.app>
- Documentation officielle utilisateur : <https://github.com/immich-app/immich#getting-started>
- Documentation officielle de l’admin : <https://github.com/immich-app/immich#getting-started>
- Dépôt de code officiel de l’app : <https://github.com/immich-app/immich>
Expand Down
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.98.2~ynh1"
version = "1.100.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.98.2.tar.gz"
sha256 = "3fd79057b41a235518dde50ce62a2314758329c20360f462f77bba949f35d306"
url = "https://github.com/immich-app/immich/archive/refs/tags/v1.100.0.tar.gz"
sha256 = "13f00122d97f75293d4b1ac3385d40ebf07278f3b14ac2c7898138d9cf446fbb"

autoupdate.strategy = "latest_github_release"

Expand Down