diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 0d24f2f..f695703 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -1,7 +1,6 @@ * Known limitations: * Although reaching level 7, Photoprism hasn't yet been extensively tested in real conditions * Please use with **extreme care** if you install it on a test server ! - * Not tested yet with AMD architecture * Photoprism currently supports only one user. OIDC should be supported within a few months * Photoprism requires an important amount of RAM and disk to install or to work properly diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md index ea04fdf..bbcf1c5 100644 --- a/doc/DISCLAIMER_fr.md +++ b/doc/DISCLAIMER_fr.md @@ -1,7 +1,6 @@ * Limites connues : * Bien qu'ayant atteint le niveau 7, Photoprism n'a pas encore été testé de manière approfondie en conditions réelles. * Veuillez l'utiliser avec **extrême prudence** si vous l'installez sur un serveur de test ! - * Pas encore testé avec l'architecture AMD * Photoprism ne supporte actuellement qu'un seul utilisateur. OIDC devrait être supporté d'ici quelques mois. * Photoprism nécessite une quantité importante de RAM et de disque pour être installé et fonctionner correctement. diff --git a/manifest.json b/manifest.json index 12ccc53..fd64469 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "AI-Powered Photos App for the Decentralized Web", "fr": "Gestion de photos en ligne" }, - "version": "2022.07.30~ynh2", + "version": "2022.09.01~ynh1", "url": "photoprism.app", "upstream": { "license": "AGPL-3.0-only", diff --git a/scripts/_common.sh b/scripts/_common.sh index 348f26c..ef8c307 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,15 +7,15 @@ function detect_arch() { case "$YNH_ARCH" in "amd64") - PHOTOPRISM_VERSION="sha256:2a2fc58d5bf77642424854158a06713ce532026bd18a43e07fd71d75365cb8d3" + PHOTOPRISM_VERSION="sha256:3381d40181ecdf62932e9530c6b81e6e0f8828a3d373d8dedf662aab96dafba4" ;; "arm64") - PHOTOPRISM_VERSION="sha256:ad6de95e77e90a64487085b55dbdbea21c04aff5a17ca3c8790d1deae19b9ee1" + PHOTOPRISM_VERSION="sha256:3dcffda0a2b58c91479c883205025edee4ea799fc35be419f9bec708ccb54b7f" ;; "armhf") - PHOTOPRISM_VERSION="sha256:4e0b39a06e0f7ecd11aa8cbd84c739cba3417c99348f52e3433cdeaeeb5474cb" + PHOTOPRISM_VERSION="sha256:a74f4d0a220af9a5291307bfba36f662d97c4df143f04d951e3c30111916317e" ;; *)