mirror of
https://github.com/YunoHost-Apps/photoprism_ynh.git
synced 2024-09-03 19:56:41 +02:00
Update to 220901
This commit is contained in:
parent
0b313bde8a
commit
c9c4eecc18
4 changed files with 4 additions and 6 deletions
|
@ -1,7 +1,6 @@
|
||||||
* Known limitations:
|
* Known limitations:
|
||||||
* Although reaching level 7, Photoprism hasn't yet been extensively tested in real conditions
|
* 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 !
|
* 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 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
|
* Photoprism requires an important amount of RAM and disk to install or to work properly
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
* Limites connues :
|
* Limites connues :
|
||||||
* Bien qu'ayant atteint le niveau 7, Photoprism n'a pas encore été testé de manière approfondie en conditions réelles.
|
* 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 !
|
* 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 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.
|
* Photoprism nécessite une quantité importante de RAM et de disque pour être installé et fonctionner correctement.
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "AI-Powered Photos App for the Decentralized Web",
|
"en": "AI-Powered Photos App for the Decentralized Web",
|
||||||
"fr": "Gestion de photos en ligne"
|
"fr": "Gestion de photos en ligne"
|
||||||
},
|
},
|
||||||
"version": "2022.07.30~ynh2",
|
"version": "2022.09.01~ynh1",
|
||||||
"url": "photoprism.app",
|
"url": "photoprism.app",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
|
|
|
@ -7,15 +7,15 @@
|
||||||
function detect_arch() {
|
function detect_arch() {
|
||||||
case "$YNH_ARCH" in
|
case "$YNH_ARCH" in
|
||||||
"amd64")
|
"amd64")
|
||||||
PHOTOPRISM_VERSION="sha256:2a2fc58d5bf77642424854158a06713ce532026bd18a43e07fd71d75365cb8d3"
|
PHOTOPRISM_VERSION="sha256:3381d40181ecdf62932e9530c6b81e6e0f8828a3d373d8dedf662aab96dafba4"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"arm64")
|
"arm64")
|
||||||
PHOTOPRISM_VERSION="sha256:ad6de95e77e90a64487085b55dbdbea21c04aff5a17ca3c8790d1deae19b9ee1"
|
PHOTOPRISM_VERSION="sha256:3dcffda0a2b58c91479c883205025edee4ea799fc35be419f9bec708ccb54b7f"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"armhf")
|
"armhf")
|
||||||
PHOTOPRISM_VERSION="sha256:4e0b39a06e0f7ecd11aa8cbd84c739cba3417c99348f52e3433cdeaeeb5474cb"
|
PHOTOPRISM_VERSION="sha256:a74f4d0a220af9a5291307bfba36f662d97c4df143f04d951e3c30111916317e"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Add table
Reference in a new issue