mirror of
https://github.com/YunoHost-Apps/photoprism_ynh.git
synced 2024-09-03 19:56:41 +02:00
change assets path
This commit is contained in:
parent
242187fdcf
commit
48ef01a57d
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
PHOTOPRISM_ASSETS_PATH="/home/yunohost.app/__APP__/assets"
|
||||
PHOTOPRISM_ASSETS_PATH="__INSTALL_DIR__/assets"
|
||||
PHOTOPRISM_CACHE_PATH="/home/yunohost.app/__APP__/cache"
|
||||
PHOTOPRISM_ORIGINALS_PATH="/home/yunohost.app/__APP__/photos/originals"
|
||||
PHOTOPRISM_IMPORT_PATH="/home/yunohost.app/__APP__/photos/import"
|
||||
|
@ -21,4 +21,4 @@ PHOTOPRISM_DARKTABLE_BIN="/usr/bin/darktable-cli"
|
|||
PHOTOPRISM_HEIFCONVERT_BIN="__INSTALL_DIR__/bin/heif-convert"
|
||||
PHOTOPRISM_FFMPEG_BIN="/usr/bin/ffmpeg"
|
||||
PHOTOPRISM_EXIFTOOL_BIN="/usr/bin/exiftool"
|
||||
PHOTOPRISM_UPLOAD_NSFW="true"
|
||||
PHOTOPRISM_UPLOAD_NSFW="true"
|
||||
|
|
Loading…
Add table
Reference in a new issue