mirror of
https://github.com/YunoHost-Apps/photoprism_ynh.git
synced 2024-09-03 19:56:41 +02:00
commit
fe71ba92d6
4 changed files with 6 additions and 6 deletions
|
@ -27,7 +27,7 @@ PhotoPrism® is an AI-Powered Photos App for the Decentralized Web. It makes use
|
||||||
- Automatic classification of pictures based on their content and location
|
- Automatic classification of pictures based on their content and location
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 2022.09.01~ynh2
|
**Shipped version:** 2022.09.01~ynh3
|
||||||
|
|
||||||
|
|
||||||
**Demo:** https://demo-fr.photoprism.app
|
**Demo:** https://demo-fr.photoprism.app
|
||||||
|
|
|
@ -27,7 +27,7 @@ PhotoPrism® est une application de photos alimentée par l'IA pour le Web déce
|
||||||
- Classification automatique des photos en fonction de leur contenu et de leur emplacement
|
- Classification automatique des photos en fonction de leur contenu et de leur emplacement
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 2022.09.01~ynh2
|
**Version incluse :** 2022.09.01~ynh3
|
||||||
|
|
||||||
|
|
||||||
**Démo :** https://demo-fr.photoprism.app
|
**Démo :** https://demo-fr.photoprism.app
|
||||||
|
|
|
@ -13,9 +13,9 @@ TemporaryFileSystem=/:ro
|
||||||
# Manually mount what is needed for the service to run
|
# Manually mount what is needed for the service to run
|
||||||
# Ref: https://www.sherbers.de/use-temporaryfilesystem-to-hide-files-or-directories-from-systemd-services/
|
# Ref: https://www.sherbers.de/use-temporaryfilesystem-to-hide-files-or-directories-from-systemd-services/
|
||||||
|
|
||||||
BindReadOnlyPaths=/lib/ -/lib64/ /usr/lib/ /usr/lib64/ /etc/ld.so.cache /etc/ld.so.conf /etc/ld.so.conf.d/ /etc/bindresvport.blacklist /usr/share/zoneinfo/ /usr/share/locale/ /etc/localtime /usr/share/common-licenses/ /etc/ssl/certs/ /etc/alternatives/
|
BindReadOnlyPaths=-/lib/ -/lib64/ -/usr/lib/ -/usr/lib64/ -/etc/ld.so.cache -/etc/ld.so.conf -/etc/ld.so.conf.d/ -/etc/bindresvport.blacklist -/usr/share/zoneinfo/ -/usr/share/locale/ -/etc/localtime -/usr/share/common-licenses/ -/etc/ssl/certs/ -/etc/alternatives/
|
||||||
BindReadOnlyPaths=/dev/log /run/systemd/journal/socket /run/systemd/journal/stdout /run/systemd/notify
|
BindReadOnlyPaths=-/dev/log -/run/systemd/journal/socket -/run/systemd/journal/stdout -/run/systemd/notify
|
||||||
BindPaths=/var/www/photoprism /var/www/photoprism/live/bin /home/yunohost.app/photoprism /usr /etc /var /home /dev /etc /usr /media /mnt /opt /proc /run /srv /sys /tmp
|
BindPaths=/var/www/photoprism /var/www/photoprism/live/bin /home/yunohost.app/photoprism -/usr -/etc -/var -/home -/dev -/etc -/media -/mnt -/opt -/proc -/run -/srv -/sys -/tmp
|
||||||
|
|
||||||
EnvironmentFile=__FINALPATH__/.env
|
EnvironmentFile=__FINALPATH__/.env
|
||||||
WorkingDirectory=__FINALPATH__/live/bin
|
WorkingDirectory=__FINALPATH__/live/bin
|
||||||
|
|
|
@ -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.09.01~ynh2",
|
"version": "2022.09.01~ynh3",
|
||||||
"url": "photoprism.app",
|
"url": "photoprism.app",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
|
|
Loading…
Add table
Reference in a new issue