diff --git a/README.md b/README.md index 70c2d76..d3fd123 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,17 @@ Self-hosted photo and video management solution. - Easy-to-use and friendly interface ; -**Shipped version:** 1.103.1~ynh1 +**Shipped version:** 1.103.1~ynh2 ## Screenshots ![Screenshot of Immich](./doc/screenshots/immich-screenshots.png) +## Disclaimers / important information + +This package provides support for the JPEG, PNG, WebP, AVIF (limited to 8-bit depth), TIFF, GIF and SVG (input) image formats. +HEIC/HEIF file format is not supported (see cf. https://github.com/YunoHost-Apps/immich_ynh/issues/40#issuecomment-2096788600). + ## Documentation and resources - Official app website: diff --git a/README_eu.md b/README_eu.md index 6f24171..2f1d69b 100644 --- a/README_eu.md +++ b/README_eu.md @@ -24,12 +24,17 @@ Self-hosted photo and video management solution. - Easy-to-use and friendly interface ; -**Paketatutako bertsioa:** 1.103.1~ynh1 +**Paketatutako bertsioa:** 1.103.1~ynh2 ## Pantaila-argazkiak ![Immich(r)en pantaila-argazkia](./doc/screenshots/immich-screenshots.png) +## Ezespena / informazio garrantzitsua + +This package provides support for the JPEG, PNG, WebP, AVIF (limited to 8-bit depth), TIFF, GIF and SVG (input) image formats. +HEIC/HEIF file format is not supported (see cf. https://github.com/YunoHost-Apps/immich_ynh/issues/40#issuecomment-2096788600). + ## Dokumentazioa eta baliabideak - Aplikazioaren webgune ofiziala: diff --git a/README_fr.md b/README_fr.md index 3da83ca..15ee84c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -24,12 +24,17 @@ Solution d'autohébergement pour a gestion de vos photos et vidéos. - Interface conviviale et egronomique ; -**Version incluse :** 1.103.1~ynh1 +**Version incluse :** 1.103.1~ynh2 ## Captures d’écran ![Capture d’écran de Immich](./doc/screenshots/immich-screenshots.png) +## Avertissements / informations importantes + +Ce package supporte les formats d'images suivant : JPEG, PNG, WebP, AVIF (limité à profondeur de couleur de 8 bits), TIFF, GIF et SVG. +Le format HEIC/HEIF n'est pas supporté (cf. https://github.com/YunoHost-Apps/immich_ynh/issues/40#issuecomment-2096788600). + ## Documentations et ressources - Site officiel de l’app : diff --git a/README_gl.md b/README_gl.md index 86d43f9..7b796eb 100644 --- a/README_gl.md +++ b/README_gl.md @@ -24,12 +24,17 @@ Self-hosted photo and video management solution. - Easy-to-use and friendly interface ; -**Versión proporcionada:** 1.103.1~ynh1 +**Versión proporcionada:** 1.103.1~ynh2 ## Capturas de pantalla ![Captura de pantalla de Immich](./doc/screenshots/immich-screenshots.png) +## Avisos / información importante + +This package provides support for the JPEG, PNG, WebP, AVIF (limited to 8-bit depth), TIFF, GIF and SVG (input) image formats. +HEIC/HEIF file format is not supported (see cf. https://github.com/YunoHost-Apps/immich_ynh/issues/40#issuecomment-2096788600). + ## Documentación e recursos - Web oficial da app: diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 232c86c..9261e55 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -3,7 +3,7 @@ 请勿手动编辑。 --> -# YunoHost 的 Immich +# 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) @@ -24,12 +24,17 @@ Self-hosted photo and video management solution. - Easy-to-use and friendly interface ; -**分发版本:** 1.103.1~ynh1 +**分发版本:** 1.103.1~ynh2 ## 截图 ![Immich 的截图](./doc/screenshots/immich-screenshots.png) +## 免责声明 / 重要信息 + +This package provides support for the JPEG, PNG, WebP, AVIF (limited to 8-bit depth), TIFF, GIF and SVG (input) image formats. +HEIC/HEIF file format is not supported (see cf. https://github.com/YunoHost-Apps/immich_ynh/issues/40#issuecomment-2096788600). + ## 文档与资源 - 官方应用网站: diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md new file mode 100644 index 0000000..802cf8f --- /dev/null +++ b/doc/DISCLAIMER.md @@ -0,0 +1,2 @@ +This package provides support for the JPEG, PNG, WebP, AVIF (limited to 8-bit depth), TIFF, GIF and SVG (input) image formats. +HEIC/HEIF file format is not supported (see cf. https://github.com/YunoHost-Apps/immich_ynh/issues/40#issuecomment-2096788600). diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md new file mode 100644 index 0000000..999d29e --- /dev/null +++ b/doc/DISCLAIMER_fr.md @@ -0,0 +1,2 @@ +Ce package supporte les formats d'images suivant : JPEG, PNG, WebP, AVIF (limité à profondeur de couleur de 8 bits), TIFF, GIF et SVG. +Le format HEIC/HEIF n'est pas supporté (cf. https://github.com/YunoHost-Apps/immich_ynh/issues/40#issuecomment-2096788600). diff --git a/manifest.toml b/manifest.toml index 864ee1d..fa40ac5 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.103.1~ynh1" +version = "1.103.1~ynh2" maintainers = ["ewilly"] diff --git a/scripts/install b/scripts/install index fb2a967..8ce42da 100755 --- a/scripts/install +++ b/scripts/install @@ -75,6 +75,9 @@ yunohost service add "$app-server" --description="Immich Server" --log="/var/log yunohost service add "$app-microservices" --description="Immich Microservices" --log="/var/log/$app/$app-microservices.log" yunohost service add "$app-machine-learning" --description="Immich Machine Learning" --log="/var/log/$app/$app-machine-learning.log" +ynh_multimedia_build_main_dir +ynh_multimedia_addaccess --user_name=$app + ynh_use_logrotate ynh_add_fail2ban_config --logpath="/var/log/$app/$app-server.log" --failregex="$failregex" diff --git a/scripts/restore b/scripts/restore index 0f19c04..a268b3f 100755 --- a/scripts/restore +++ b/scripts/restore @@ -70,6 +70,9 @@ yunohost service add "$app-server" --description="Immich Server" --log="/var/log yunohost service add "$app-microservices" --description="Immich Microservices" --log="/var/log/$app/$app-microservices.log" yunohost service add "$app-machine-learning" --description="Immich Machine Learning" --log="/var/log/$app/$app-machine-learning.log" +ynh_multimedia_build_main_dir +ynh_multimedia_addaccess --user_name=$app + ynh_restore_file --origin_path="/etc/logrotate.d/$app" ynh_restore_file --origin_path="/etc/fail2ban/jail.d/$app.conf" diff --git a/scripts/upgrade b/scripts/upgrade index a9bfbca..1cdf14b 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -78,6 +78,9 @@ yunohost service add "$app-microservices" --description="Immich Microservices" - yunohost service add "$app-machine-learning" --description="Immich Machine Learning" --log="/var/log/$app/$app-machine-learning.log" yunohost service add "$app-server" --description="Immich Server" --log="/var/log/$app/$app-server.log" +ynh_multimedia_build_main_dir +ynh_multimedia_addaccess --user_name=$app + ynh_use_logrotate --non-append ynh_add_fail2ban_config --logpath="/var/log/$app/$app-server.log" --failregex="$failregex"