1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/photoprism_ynh.git synced 2024-09-03 19:56:41 +02:00

specify binary path envs

This commit is contained in:
navanchauhan 2022-08-05 21:59:52 -04:00
parent abf1681b1d
commit deb0219165
2 changed files with 4 additions and 1 deletions

View file

@ -11,6 +11,9 @@ ExecStart=__FINALPATH__/live/bin/photoprism --config-path __FINALPATH__/live/con
StandardOutput=append:/var/log/__APP__/__APP__.log StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=inherit StandardError=inherit
TimeoutSec=900 TimeoutSec=900
Environment="PHOTOPRISM_HEIFCONVERT_BIN=__FINALPATH__/bin/heif-convert"
Environment="PHOTOPRISM_FFMPEG_BIN=/usr/bin/ffmpeg"
Environment="PHOTOPRISM_EXIFTOOL_BIN=/usr/bin/exiftool"
# Sandboxing options to harden security # Sandboxing options to harden security
# Depending on specificities of your service/app, you may need to tweak these # Depending on specificities of your service/app, you may need to tweak these

View file

@ -7,7 +7,7 @@
PHOTOPRISM_VERSION="220730-bullseye" PHOTOPRISM_VERSION="220730-bullseye"
#pkg_dependencies="libc6-dev libssl-dev libxft-dev libhdf5-serial-dev libpng-dev libheif-examples librsvg2-bin libx264-dev libx265-dev libnss3 libfreetype6 libfreetype6-dev libfontconfig1 libfontconfig1-dev libzmq3-dev" #pkg_dependencies="libc6-dev libssl-dev libxft-dev libhdf5-serial-dev libpng-dev libheif-examples librsvg2-bin libx264-dev libx265-dev libnss3 libfreetype6 libfreetype6-dev libfontconfig1 libfontconfig1-dev libzmq3-dev"
pkg_dependencies="" pkg_dependencies="ffmpeg libimage-exiftool-perl"
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS