diff --git a/ALL_README.md b/ALL_README.md index 1394c1a..3eeb161 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -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) diff --git a/README.md b/README.md index b97af42..20ab823 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_eu.md b/README_eu.md new file mode 100644 index 0000000..acf1895 --- /dev/null +++ b/README_eu.md @@ -0,0 +1,54 @@ + + +# 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: +- Erabiltzaileen dokumentazio ofiziala: +- Administratzaileen dokumentazio ofiziala: +- Jatorrizko aplikazioaren kode-gordailua: +- YunoHost Denda: +- Eman errore baten berri: + +## 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:** diff --git a/README_fr.md b/README_fr.md index af530b6..7053109 100644 --- a/README_fr.md +++ b/README_fr.md @@ -24,7 +24,7 @@ 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 @@ -32,7 +32,7 @@ Solution d'autohébergement pour a gestion de vos photos et vidéos. ## Documentations et ressources -- Site officiel de l’app : +- Site officiel de l’app : - Documentation officielle utilisateur : - Documentation officielle de l’admin : - Dépôt de code officiel de l’app : diff --git a/manifest.toml b/manifest.toml index 3d240e8..e3bb640 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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"] @@ -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"